HtmlPrintDocumentSource.BottomMargin Property

Definition

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.

Applies to