Gets the width of the page in pixels.
public int WidthPixels { get; }
Public ReadOnly Property WidthPixels As Integer
public int getWidthPixels()
public:
property int WidthPixels {
int get();
}
The width of the page in pixels. The default value is 0.
This value is read-only. The WidthPixels and HeightPixels are properties are populated automatically when the PDFDocument is created by using the Width and Height values in PDF units read from the file and the current resolution set in the owner PDFDocument.Resolution.
PDF units are in 1/72 of an inch, so a page size (Width and Height) of 612 by 792 at a resolution of 300 corresponds to 2550 by 3300 pixels ("612 * 300"/72 by "792 * 300"/72).
This value is the width 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.
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 width of the PDF crop box. For more information, refer to PDF Coordinate System.
For an example, refer to PDFDocumentPage
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET