Class PageRange
- java.lang.Object
-
- com.adobe.pdfservices.operation.internal.options.PageRange
-
public class PageRange extends Object
Range of pages of a file where page numbering starts from 1
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetEnd()Returns the end Page Num of Page Range from source PDF file.IntegergetStart()Returns the start Page Num of Page RangeStringtoString()Returns the representation of file Page Ranges, as required by its corresponding API specvoidvalidate()
-