PdfPageOptions.MarginBottom Property

Gets or sets the bottom margin of the page in points.

Namespace:  BitMiracle.Docotic.Pdf.HtmlToPdf
Assembly:  BitMiracle.Docotic.Pdf.HtmlToPdf (in BitMiracle.Docotic.Pdf.HtmlToPdf.dll)

Syntax

C#
public int MarginBottom { get; set; }
VB
Public Property MarginBottom As Integer
	Get
	Set

Property Value

Type: Int32
The bottom margin of the page in points.

Remarks

Default value: 0.

One point is 1/72 of inch.

The margin must be greater than or equal to zero.

See Also