Gets the options for page size, margins, etc.
Namespace:
BitMiracle.Docotic.Pdf.HtmlToPdf
Assembly:
BitMiracle.Docotic.Pdf.HtmlToPdf (in BitMiracle.Docotic.Pdf.HtmlToPdf.dll)
Syntax
C#
public PdfPageOptions Page { get; }
VB
Public ReadOnly Property Page As PdfPageOptions
Get
Property Value
Type:
PdfPageOptions
The options for page size, margins, etc.
See Also