HtmlPrintDocumentSource.PercentScale Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets and sets the size of the document source by percentage.
public:
property float PercentScale { float get(); void set(float value); };
float PercentScale();
void PercentScale(float scalePercent);
public float PercentScale { get; set; }
var single = htmlPrintDocumentSource.percentScale;
htmlPrintDocumentSource.percentScale = single;
Public Property PercentScale As Single
Property Value
Single
float
The size of the document source by percentage.