Gets or sets the
PdfPaperSize value specifying
the size of the page.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfPaperSize Size { get; set; }
VB
Public Property Size As PdfPaperSize
Get
Set
Property Value
Type:
PdfPaperSizeThe
PdfPaperSize value specifying
the size of the page.
Remarks
Default value: A4.
NOTE: Changing the value of this property updates value of
MediaBox property.
See Also