共用方式為


HtmlPrintDocumentSource.BottomMargin 屬性

定義

取得並設定文檔來源的下邊界。

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

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

屬性值

Single

float

文檔來源的下邊界。

適用於