Gets the page height.
Namespace: GroupDocs.Parser.OptionsAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 22.8.0
Syntaxpublic int Height { get; }
Public ReadOnly Property Height As Integer
Get
public:
property int Height {
int get ();
}
member Height : int with get
Property Value
Type:
Int32An integer value that represents the page height.
See Also