Gets the height of the page area to fit into window height.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public double Height { get; }
VB
Public ReadOnly Property Height As Double
Get
Property Value
Type:
DoubleThe height of the page area to fit into window height.
Remarks
The height equal to 0 means that an application
displaying the document should not try to change the size of the
page in the view using rectangle properties. An application should
use
Left,
Top coordinates, zoom type
(
Zoom) and magnification level
(
ZoomPercent) instead.
See Also