Class PageRange

java.lang.Object
com.datalogics.PDFL.PageRange

public class PageRange extends Object
Specifies a range of pages in a document (page numbers begin with 0).
  • Constructor Details

    • PageRange

      public PageRange()
      Specifies a range of pages in a document (page numbers begin with 0).
    • PageRange

      public PageRange(int argStartPage, int argEndPage, PageSpec argPageSpec)
      Specifies a range of pages in a document (page numbers begin with 0).
    • PageRange

      public PageRange(int argStartPage, int argEndPage, PageSpec argPageSpec, int argPagePaperSource)
      Specifies a range of pages in a document (page numbers begin with 0).
  • Method Details

    • delete

      public void delete()
    • setStartPage

      public void setStartPage(int value)
      The starting page number.
    • getStartPage

      public int getStartPage()
      The starting page number.
    • setEndPage

      public void setEndPage(int value)
      The ending page number.
    • getEndPage

      public int getEndPage()
      The ending page number.
    • setPagePaperSource

      public void setPagePaperSource(short value)
      The paper source of a printer device for a particular PageRange. NOTE: This property is only relevant if printing and only on Windows. A value of 0 indicates this setting has no effect.
    • getPagePaperSource

      public short getPagePaperSource()
      The paper source of a printer device for a particular PageRange. NOTE: This property is only relevant if printing and only on Windows. A value of 0 indicates this setting has no effect.
    • setPageSpec

      public void setPageSpec(PageSpec value)
    • getPageSpec

      public PageSpec getPageSpec()