![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace > PDFFilePage Structure : Height Property |
public double Height {get; set;}
'Declaration
Public Property Height As Double
'Usage
Dim instance As PDFFilePage Dim value As Double instance.Height = value value = instance.Height
The PDFFilePage structure contains the width and height of the page in PDF units which is read from the PDF file directly. PDF page units are in 1/72 of an inch, so a page size of 612 by 792 corresponds to 8.5 by 11 inches (612/72 by 792/72).
This property returns the height of the PDF crop box. For more information, refer to PDF Coordinate System.
For an example, refer to PDFFile.Pages.