LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

Height Property (PDFDocumentPage)






Gets the height in PDF units.
Syntax
public double Height {get;}
'Declaration
 
Public ReadOnly Property Height As Double
'Usage
 
Dim instance As PDFDocumentPage
Dim value As Double
 
value = instance.Height
public double Height {get;}
 get_Height(); 
public:
property double Height {
   double get();
}

Property Value

The height in PDF units (1/72 of an inch). The default value is 0.
Remarks

This value is read-only. The Width and Height properties are populated automatically when the PDFDocument is created by reading the values from the PDF file.

This value is the height of crop box of this page stored in CropBox, For more information, refer to PDF Coordinate System.

You can also use the WidthInches and HeightInches to get the size of the page in inches and WidthPixels and HeightPixels to get the size in pixels (depending on the current resolution set in the owner PDFDocument.Resolution.

The PDFDocumentPage object also contains the ConvertPoint and ConvertRect helper methods that can be used to convert a point or a rectangle to and from page/object to pixel or inch coordinates.

This property returns the height of the PDF crop box. For more information, refer to PDF Coordinate System.

Example

For an example, refer to PDFDocumentPage

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

PDFDocumentPage Class
PDFDocumentPage Members
PDF Coordinate System

 

 


Products | Support | Contact Us | Copyright Notices

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