Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property PageHeight As Double |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsDocumentImageInfo Dim value As Double value = instance.PageHeight |
C# | |
---|---|
public double PageHeight {get;} |
Property Value
A System.Double value that contains the logical height of the document. This value is in Unit.For an example, refer to CodecsDocumentImageInfo.
The logical width and height of the document is the original size before rasterization. LEADTOOLS usually returns the logical size in inches.
The PageWidth, PageHeight and Unit properties are only valid if the value of IsDocumentFile is true.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)