PdfPageOptions.Height Property

Gets the height 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 Height { get; }
VB
Public ReadOnly Property Height As Integer
	Get

Property Value

Type: Int32
The height of the page in points.

Remarks

Default value: 842 (the height of an A4 sheet).

One point is 1/72 of inch.

This value can be automatically calculated from a pre-defined or a custom paper size expressed in inches or millimeters.

See Also