HtmlPrintDocumentSource.PercentScale
HtmlPrintDocumentSource.PercentScale
HtmlPrintDocumentSource.PercentScale
HtmlPrintDocumentSource.PercentScale
HtmlPrintDocumentSource.PercentScale
Property
Definition
Gets and sets the size of the document source by percentage.
public : float PercentScale { get; set; }
float PercentScale();
void PercentScale(float percentscale);
public float PercentScale { get; set; }
Public ReadWrite Property PercentScale As float
var float = htmlPrintDocumentSource.percentScale;
htmlPrintDocumentSource.percentScale = float;
Property Value
float
float
float
The size of the document source by percentage.
Feedback
Loading feedback...