HtmlPrintDocumentSource.PercentScale 属性

定义

按百分比获取并设置文档源的大小。

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

属性值

Single

float

按百分比表示的文档源的大小。

适用于