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 : 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
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 : 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