HtmlPrintDocumentSource.LeftMargin Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets and sets the left margin of the document source.
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
Property Value
Single
float
The left margin of the document source.