Aspose::Page::XPS::XpsMetadata::DocumentCoverBack::CoverBackOption class

CoverBackOption class

Describes the DocumentCoverBack feature options.

class CoverBackOption : public Aspose::Page::XPS::XpsMetadata::Option

Fields

FieldDescription
static BlankCoverSpecifies a blank cover sheet should be printed.
static NoCoverSpecifies no cover will be output.
static PrintBackSpecifies the cover indicated by “CoverBackSource” should be printed on the back side of the cover sheet. If a DocumentCoverBackSourceParameterInit element is not specified, this Option should be ignored.
static PrintBothSpecifies the cover indicated by “CoverBackSource” may be printed on either sides of the cover sheet. If a DocumentCoverBackSourceParameterInit element is not specified, this Option should be ignored.
static PrintFrontSpecifies the cover indicated by “CoverBackSource” should be printed on the front side of the cover sheet. If a DocumentCoverBackSourceParameterInit element is not specified, this Option should be ignored.

See Also