| PageInfoIsLandscape Property |
Gets or sets is page landscaped.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic bool IsLandscape { get; set; }Public Property IsLandscape As Boolean
Get
Set
public:
property bool IsLandscape {
bool get ();
void set (bool value);
}member IsLandscape : bool with get, set
Property Value
Type:
Boolean
See Also