Share via


HtmlPrintDocumentSource.PercentScale Property

Definition

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.

Applies to