←Select platform

PageWidth Property

Summary

Gets the logical width of the document.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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(); 
} 

Property Value

A Double value that contains the logical width of the document. This value is in Unit.

Remarks

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.

Example

For an example, refer to CodecsDocumentImageInfo.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly