PdfXObject.Orientation Property

Gets or sets the PdfPaperOrientation value specifying the orientation of the XObject.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfPaperOrientation Orientation { get; set; }
VB
Public Property Orientation As PdfPaperOrientation
	Get
	Set

Property Value

Type: PdfPaperOrientation
The PdfPaperOrientation value specifying the orientation of the XObject.

Remarks

Default value: Portrait.

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

See Also