Gets the height in PDF units.
public double Height { get; }
Public ReadOnly Property Height As Double
public double getHeight()
public:
property double Height {
double get();
}
The height in PDF units (1/72 of an inch). The default value is 0.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document