com.aspose.pdf.printing

Class PdfPrintRange



  • public final class PdfPrintRange
    extends Object
    Specifies the part of the document to print.
    • Field Detail

      • CurrentPage

        public static final int CurrentPage
        The currently displayed page is printed
        See Also:
        Constant Field Values
      • Selection

        public static final int Selection
        The selected pages are printed.
        See Also:
        Constant Field Values
      • SomePages

        public static final int SomePages
        The pages between FromPage and ToPage are printed.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PdfPrintRange

        public PdfPrintRange()
    • Method Detail

      • toString

        public static String toString(int pdfPrintRange)
        Get String name for PdfPrintRange element
        Parameters:
        pdfPrintRange - PdfPrintRange element
        Returns:
        String object
        See Also:
        PdfPrintRange
      • getNames

        public static String[] getNames()
        Get String names for PdfPrintRange
        Returns:
        String[] object