HtmlPrintDocumentSource.BottomMargin 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得並設定文檔來源的下邊界。
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
文檔來源的下邊界。