Click or drag to resize

PageSetupOrientation Property

Gets or sets the page orientation. Default: Landscape.

Namespace: SautinSoft.PdfVision
Assembly: SautinSoft.PdfVision (in SautinSoft.PdfVision.dll) Version: 2024.6.20
Syntax
public Orientation Orientation { get; set; }

Property Value

Orientation
Remarks
Changing of Orientation property swaps values of PageWidth and PageHeight properties.
See Also