EPrintTicketScope enumeration (prntvpt.h)
Specifies the scope of a print ticket.
Syntax
typedef enum {
kPTPageScope,
kPTDocumentScope,
kPTJobScope
} EPrintTicketScope;
Constants
kPTPageScope The print ticket applies only to a single page. |
kPTDocumentScope The print ticket applies to the whole document. |
kPTJobScope The print ticket applies to all documents in the print job. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | prntvpt.h |