←Select platform

PageHeight Property

Summary
Gets the logical height of the document.
Syntax
C#
VB
Objective-C
C++
Java
public double PageHeight { get; } 
Public ReadOnly Property PageHeight As Double 
@property (nonatomic, assign, readonly) double pageHeight 
public double getPageHeight() 
public: 
property double PageHeight { 
   double get(); 
} 

Property Value

A 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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.