Visual Basic (Declaration) | |
---|---|
Public Enum CodecsRasterizeDocumentUnit Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsRasterizeDocumentUnit |
C# | |
---|---|
public enum CodecsRasterizeDocumentUnit : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class CodecsRasterizeDocumentUnit : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Inch | The page width, height or margins are in inches. |
Millimeter | The page width, height or margins are in millimeters. |
Pixel | The page width, height or margins are in pixels. |
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
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)