Gets the value indicating whether the page orientation is landscape.
Namespace:
BitMiracle.Docotic.Pdf.HtmlToPdf
Assembly:
BitMiracle.Docotic.Pdf.HtmlToPdf (in BitMiracle.Docotic.Pdf.HtmlToPdf.dll)
Syntax
C#
public bool IsLandscape { get; }
VB
Public ReadOnly Property IsLandscape As Boolean
Get
Property Value
Type:
Booleantrue if the page orientation is landscape; otherwise,
false.
Remarks
See Also