public final class DocumentPageRanges extends StringParameterInit implements IJobPrintTicketItem, IDocumentPrintTicketItem
Describes the output range of the document in pages. The parameter value must conform to the following structure: - 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
Constructor and Description |
---|
DocumentPageRanges(String value)
Creates a new instance.
|
getMaxLength, getMinLength
getName
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public DocumentPageRanges(String value)
Creates a new instance.
value
- The parameter value.Copyright © 2022 Aspose. All Rights Reserved.