PdfPageOptions.MarginRight Property

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

Property Value

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