Leadtools.Codecs Namespace : CodecsRasterizeDocumentUnit Enumeration |
public enum CodecsRasterizeDocumentUnit : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum CodecsRasterizeDocumentUnit Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As CodecsRasterizeDocumentUnit
public enum CodecsRasterizeDocumentUnit : System.IComparable, System.IConvertible, System.IFormattable
public enum CodecsRasterizeDocumentUnit
Leadtools.Codecs.CodecsRasterizeDocumentUnit = function() { }; Leadtools.Codecs.CodecsRasterizeDocumentUnit.prototype = {
Pixel = 0, Inch = 1, Millimeter = 2, };
public enum class CodecsRasterizeDocumentUnit : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
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:
System.Object
System.ValueType
System.Enum
Leadtools.Codecs.CodecsRasterizeDocumentUnit