Gets the logical width of the document.
public double PageWidth { get; }
Public ReadOnly Property PageWidth As Double
public double PageWidth {get;}
@property (nonatomic, assign, readonly) double pageWidth
public double getPageWidth()
get_PageWidth();
public:
property double PageWidth {
double get();
}
A Double value that contains the logical width of the document. This value is in Unit.
The logical width and height of the document is the original size before rasterization. LEADTOOLS usually returns the logical size in inches.
The PageWidth, PageHeight and Unit properties are only valid if the value of IsDocumentFile is true.
For an example, refer to CodecsDocumentImageInfo.
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