HtmlPrintDocumentSource.BottomMargin 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 bottom margin of the document source.
public:
property float BottomMargin { float get(); void set(float value); };
float BottomMargin();
void BottomMargin(float value);
public float BottomMargin { get; set; }
var single = htmlPrintDocumentSource.bottomMargin;
htmlPrintDocumentSource.bottomMargin = single;
Public Property BottomMargin As Single
Property Value
Single
float
The bottom margin of the document source.