LEADTOOLS Image File Support (Leadtools.Codecs assembly)

PageWidth Property (CodecsDocumentImageInfo)

Show in webframe







Gets the logical width of the document.
Syntax
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;

            
 get_PageWidth(); 
public:
property double PageWidth {
   double get();
}

Property Value

A System.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

See Also

Reference

CodecsDocumentImageInfo Class
CodecsDocumentImageInfo Members
CodecsRasterizeDocumentLoadOptions Class

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.