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
文档源的下边距。