Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
PageHeight Property
See Also 
Leadtools.Codecs Namespace > CodecsDocumentImageInfo Class : PageHeight Property



Gets the logical height of the document.

Syntax

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;}
C++/CLI 
public:
property double PageHeight {
   double get();
}

Return Value

A Double value that contains the logical height of the document. This value is in Unit.

Example

For an example, refer to CodecsDocumentImageInfo.

Remarks

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.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also