Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

PageHeight Property (CodecsDocumentImageInfo)








Gets the logical height of the document.
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;}
@property (nonatomic, assign, readonly) double pageHeight
public double getPageHeight()
 get_PageHeight(); 
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

See Also

Reference

CodecsDocumentImageInfo Class
CodecsDocumentImageInfo Members
CodecsRasterizeDocumentLoadOptions Class

Error processing SSI file