Table of Contents

Property MarginRight

Namespace
BitMiracle.Docotic.Pdf.HtmlToPdf
Assembly
BitMiracle.Docotic.Pdf.HtmlToPdf.dll

MarginRight

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

public int MarginRight { get; set; }

Property Value

int

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.

Read the Convert HTML to PDF in C# and VB.NET article for examples of using this property.