ViewPortOptionsIsLandscape Property |
Gets or sets if viewport is in landscape mode.
Namespace: SautinSoft.PdfVisionAssembly: SautinSoft.PdfVision (in SautinSoft.PdfVision.dll) Version: 2024.12.6
Syntaxpublic bool IsLandscape { get; set; }
Public Property IsLandscape As Boolean
Get
Set
Property Value
BooleanSpecifies if viewport is in landscape mode. Defaults to
false.
See Also