HtmlPrintDocumentSource.TopMargin 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 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.