PageSettings
Landscape Property
|
Paper orientation. Defaults to false.
Namespace:
Spire.Additions.Chrome
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool Landscape { get; set; }
Public Property Landscape As Boolean
Get
Set
public:
property bool Landscape {
bool get ();
void set (bool value);
}
member Landscape : bool with get, set
Property Value
Type:
Boolean
See Also