HtmlPrintDocumentSource.LeftMargin Property

Definition

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.

Applies to