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
Leadtools.Codecs.CodecsRasterizeDocumentUnit = function() { }; Leadtools.Codecs.CodecsRasterizeDocumentUnit.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class CodecsRasterizeDocumentUnit : public System.Enum, System.IComparable, System.IConvertible, System.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2