Aspose::Page::XPS::XpsMetadata::DocumentPageRanges class
DocumentPageRanges class
Describes the output range of the document in pages. The parameter value must conform to the following structure:
class DocumentPageRanges : public Aspose::Page::XPS::XpsMetadata::StringParameterInit,
public Aspose::Page::XPS::XpsMetadata::IJobPrintTicketItem,
public Aspose::Page::XPS::XpsMetadata::IDocumentPrintTicketItem
Methods
Method | Description |
---|---|
DocumentPageRanges(System::String) | Creates a new instance. |
Remarks
- PageRangeText: “PageRange” or “PageRange,PageRange”
- PageRange: “PageNumber” or “PageNumber-PageNumber”
- PageNumber: 1 to N, where N is the number of pages in the document.If PageNumber > N, then PageNumber = N. Whitespace in the string should be ignored. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentpageranges
See Also
- Class StringParameterInit
- Class IJobPrintTicketItem
- Class IDocumentPrintTicketItem
- Namespace Aspose::Page::XPS::XpsMetadata
- Library Aspose.Page for C++