←Select platform

Width Property

Summary

Gets the width in PDF units.

Syntax
C#
VB
C++
Java
public double Width { get; } 
Public ReadOnly Property Width As Double 
public double getWidth() 
public: 
property double Width { 
   double get(); 
} 

Property Value

The width 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 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 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 width of the PDF crop box. For more information, refer to PDF Coordinate System.

Example

For an example, refer to PDFDocumentPage

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly