Specifies the unit of a document page width, height or margins.
public enum CodecsRasterizeDocumentUnit
Public Enum CodecsRasterizeDocumentUnit
public enum CodecsRasterizeDocumentUnit
typedef NS_ENUM(NSInteger, LTCodecsRasterizeDocumentUnit)
public enum CodecsRasterizeDocumentUnit
Leadtools.Codecs.CodecsRasterizeDocumentUnit = function() { };
Leadtools.Codecs.CodecsRasterizeDocumentUnit.prototype = {<br/>
Pixel = 0,
Inch = 1,
Millimeter = 2,
};
public enum class CodecsRasterizeDocumentUnit
Members
Value | Member | Description |
---|---|---|
0 | Pixel |
The page width, height or margins are in pixels. |
1 | Inch |
The page width, height or margins are in inches. |
2 | Millimeter |
The page width, height or margins are in millimeters. |
The CodecsRasterizeDocumentUnit is used to specify the unit of a document page width, height or margins. By using this enumeration, you can define document (logical) sizes in pixels, inches or millimeters.
The CodecsRasterizeDocumentUnit enumeration is used as the value for the following class members:
For an example, refer to CodecsPdfOptions.
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