共用方式為


HtmlPrintDocumentSource.LeftMargin 屬性

定義

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

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

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

屬性值

Single

float

文檔來源的左邊界。

適用於