Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsDocumentImageInfo Class : PageWidth Property |
public double PageWidth {get;}
'Declaration
Public ReadOnly Property PageWidth As Double
'Usage
Dim instance As CodecsDocumentImageInfo Dim value As Double value = instance.PageWidth
public double PageWidth {get;}
@property (nonatomic, assign, readonly) double pageWidth
public double getPageWidth()
get_PageWidth();
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.