HtmlPrintDocumentSource.TopMargin Property

Definition

Gets and sets the top margin of the document source.

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

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

Property Value

Single

float

The top margin of the document source.

Applies to