ホーム › Graphics.Printing.PrintTicket › EPrintTicketScope
EPrintTicketScope
列挙型メンバー 3
| 名前 | 10進 | 16進 |
|---|---|---|
| kPTPageScope | 0 | 0x0 |
| kPTDocumentScope | 1 | 0x1 |
| kPTJobScope | 2 | 0x2 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum EPrintTicketScope : int {
kPTPageScope = 0,
kPTDocumentScope = 1,
kPTJobScope = 2
} EPrintTicketScope;public enum EPrintTicketScope : int
{
kPTPageScope = 0,
kPTDocumentScope = 1,
kPTJobScope = 2,
}Public Enum EPrintTicketScope As Integer
kPTPageScope = 0
kPTDocumentScope = 1
kPTJobScope = 2
End Enumimport enum
class EPrintTicketScope(enum.IntEnum):
kPTPageScope = 0
kPTDocumentScope = 1
kPTJobScope = 2// EPrintTicketScope
pub const kPTPageScope: i32 = 0;
pub const kPTDocumentScope: i32 = 1;
pub const kPTJobScope: i32 = 2;// EPrintTicketScope
const (
kPTPageScope int32 = 0
kPTDocumentScope int32 = 1
kPTJobScope int32 = 2
)const
kPTPageScope = 0;
kPTDocumentScope = 1;
kPTJobScope = 2;// EPrintTicketScope
pub const kPTPageScope: i32 = 0;
pub const kPTDocumentScope: i32 = 1;
pub const kPTJobScope: i32 = 2;const
kPTPageScope* = 0
kPTDocumentScope* = 1
kPTJobScope* = 2enum EPrintTicketScope : int {
kPTPageScope = 0,
kPTDocumentScope = 1,
kPTJobScope = 2,
}#define global kPTPageScope 0x0
#define global kPTDocumentScope 0x1
#define global kPTJobScope 0x2