Visual Basic (Declaration) | |
---|---|
Public Enum CodecsRasterizeDocumentUnit Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum CodecsRasterizeDocumentUnit : Enum |
C++/CLI | |
---|---|
public enum class CodecsRasterizeDocumentUnit : public Enum |
Member | Description |
---|---|
Pixel | The page width, height or margins are in pixels. |
Inch | The page width, height or margins are in inches. |
Millimeter | The page width, height or margins are in millimeters. |
For an example, refer to CodecsPdfOptions.
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: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family