Gets the height of the page in document default units.
Namespace: GroupDocs.Metadata.CommonAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
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:
Int32The height of the page in document default units.
See Also