Aspose::Page::XPS::XpsMetadata::DocumentCoverFront::CoverFrontOption class
Contents
[
Hide
]CoverFrontOption class
Describes the DocumentCoverFront feature options.
class CoverFrontOption : 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 “CoverFrontSource” should be printed on the back side of the cover sheet. If a DocumentCoverFrontSourceParameterInit element is not specified, this Option should be ignored. |
| static PrintBoth | Specifies the cover indicated by “CoverFrontSource” may be printed on either side of the cover sheet. If a DocumentCoverFrontSourceParameterInit element is not specified, this Option should be ignored. |
| static PrintFront | Specifies the cover indicated by “CoverFrontSource” should be printed on the front side of the cover sheet. If a DocumentCoverFrontSourceParameterInit element is not specified, this Option should be ignored. |
See Also
- Class Option
- Class DocumentCoverFront
- Namespace Aspose::Page::XPS::XpsMetadata
- Library Aspose.Page for C++