PdfXObject.Size Property

Gets or sets the PdfPaperSize value specifying the size of the XObject.

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: PdfPaperSize
The PdfPaperSize value specifying the size of the XObject.

Remarks

Default value: A4.

NOTE: Changing the value of this property updates the value of BoundingBox property.

See Also