Leadtools.Codecs名前空間 :CodecsRasterizeDocumentUnit列挙体 |
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
値 | メンバ | 説明 |
---|---|---|
0 | Pixel |
ページ幅、高さまたはマージンは、ピクセルにあります。 ![]() ![]() ![]() ![]() |
1 | Inch |
ページ幅、高さまたはマージンは、インチです。 ![]() ![]() ![]() ![]() |
2 | Millimeter |
ページ幅、高さまたはマージンは、ミリメートルです。 ![]() ![]() ![]() ![]() |
CodecsRasterizeDocumentUnitは、ドキュメントページ幅、高さまたはマージンの単位を指定するのに用いられます。この列挙体を用いて、ピクセル、インチまたはミリメートルでドキュメント(論理的な)サイズを定義することができます。
CodecsRasterizeDocumentUnit列挙体が、以下のクラスメンバーのための値として使われます:
System.Object
System.ValueType
System.Enum
Leadtools.Codecs.CodecsRasterizeDocumentUnit