共用方式為


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

依百分比顯示的檔來源大小。

適用於