次の方法で共有


HtmlPrintDocumentSource.TopMargin プロパティ

定義

ドキュメント ソースの上余白を取得および設定します。

public:
 property float TopMargin { float get(); void set(float value); };
float TopMargin();

void TopMargin(float value);
public float TopMargin { get; set; }
var single = htmlPrintDocumentSource.topMargin;
htmlPrintDocumentSource.topMargin = single;
Public Property TopMargin As Single

プロパティ値

Single

float

ドキュメント ソースの上余白。

適用対象