Property MarginLeft
- Namespace
- BitMiracle.Docotic.Pdf.HtmlToPdf
- Assembly
- BitMiracle.Docotic.Pdf.HtmlToPdf.dll
MarginLeft
Gets or sets the left margin of the page in points.
public int MarginLeft { get; set; }
Property Value
- int
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.
Read the Convert HTML to PDF in C# and VB.NET article for examples of using this property.