Aspose::Page::XPS::XpsMetadata::JobPrimaryCoverBack::CoverBackOption class
Contents
[
Hide
]CoverBackOption class
Describes the JobPrimaryCoverBack feature options.
class CoverBackOption : public Aspose::Page::XPS::XpsMetadata::Option
Fields
Field | Description |
---|---|
static BlankCover | Specifies a blank cover sheet should be printed. |
static NoCover | Specifies no cover will be output. |
static PrintBack | Specifies the cover indicated by “CoverBackSource” should be printed on the back side of the cover sheet. If a JobPrimaryCoverBackSourceParameterInit element is not specified, this Option should be ignored. |
static PrintBoth | Specifies the cover indicated by “CoverBackSource” may be printed on either sides of the cover sheet. If a JobPrimaryCoverBackSourceParameterInit element is not specified, this Option should be ignored. |
static PrintFront | Specifies the cover indicated by “CoverBackSource” should be printed on the front side of the cover sheet. If a JobPrimaryCoverBackSourceParameterInit element is not specified, this Option should be ignored. |
See Also
- Class Option
- Class JobPrimaryCoverBack
- Namespace Aspose::Page::XPS::XpsMetadata
- Library Aspose.Page for C++