Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Unit As CodecsRasterizeDocumentUnit |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsDocumentImageInfo Dim value As CodecsRasterizeDocumentUnit value = instance.Unit |
C# | |
---|---|
public CodecsRasterizeDocumentUnit Unit {get;} |
C++/CLI | |
---|---|
public: property CodecsRasterizeDocumentUnit Unit { CodecsRasterizeDocumentUnit get(); } |
Property Value
A CodecsRasterizeDocumentUnit enumeration member that specifies the unit for PageWidth and PageHeight.For an example, refer to CodecsDocumentImageInfo.
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.
Possible values are:
Value | Description |
---|---|
CodecsRasterizeDocumentUnit.Pixel |
The page width and height are in pixels |
CodecsRasterizeDocumentUnit.Inch |
The page width and height are in inches |
CodecsRasterizeDocumentUnit.Millimeter |
The page width and height are in millimeters |
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)