LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

PageHeight Property (CodecsDocumentImageInfo)






Gets the logical height of the document. .NET support WinRT support
Syntax
public double PageHeight {get;}
'Declaration
 
Public ReadOnly Property PageHeight As Double
'Usage
 
Dim instance As CodecsDocumentImageInfo
Dim value As Double
 
value = instance.PageHeight
public double PageHeight {get;}
 get_PageHeight(); 
public:
property double PageHeight {
   double get();
}

Property Value

A System.Double value that contains the logical height of the document. This value is in Unit.
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.

Example
For an example, refer to CodecsDocumentImageInfo.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsDocumentImageInfo Class
CodecsDocumentImageInfo Members
CodecsRasterizeDocumentLoadOptions Class

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.