Gets the
PdfPaperSize value specifying the size of the page.
Namespace:
BitMiracle.Docotic.Pdf.HtmlToPdf
Assembly:
BitMiracle.Docotic.Pdf.HtmlToPdf (in BitMiracle.Docotic.Pdf.HtmlToPdf.dll)
Syntax
C#
public PdfPaperSize Size { get; }
VB
Public ReadOnly Property Size As PdfPaperSize
Get
Property Value
Type:
PdfPaperSize
The
PdfPaperSize value specifying the size of the page.
Remarks
See Also