PdfPageOptions.Width Property

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

Property Value

Type: Int32
The width of the page in points.

Remarks

Default value: 595 (the width 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