次の方法で共有


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

ドキュメント ソースのサイズをパーセンテージで指定します。

適用対象