Aspose::Page::XPS::XpsMetadata::JobPrimaryCoverFront::CoverFrontOption class

CoverFrontOption class

Describes the JobPrimaryCoverFront feature options.

class CoverFrontOption : 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 “CoverFrontSource” should be printed on the back side of the cover sheet. If a JobPrimaryCoverFrontSourceParameterInit element is not specified, this Option should be ignored.
static PrintBothSpecifies the cover indicated by “CoverFrontSource” may be printed on either side of the cover sheet. If a JobPrimaryCoverFrontSourceParameterInit element is not specified, this Option should be ignored.
static PrintFrontSpecifies the cover indicated by “CoverFrontSource” should be printed on the front side of the cover sheet. If a JobPrimaryCoverFrontSourceParameterInit element is not specified, this Option should be ignored.

See Also