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