PdfPageOptions.MarginLeft Property

Gets or sets the left 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 MarginLeft { get; set; }
VB
Public Property MarginLeft As Integer
	Get
	Set

Property Value

Type: Int32
The left 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