Enum OperationToolboxPrintPrint.ModeEnum

  • All Implemented Interfaces:
    Serializable, Comparable<OperationToolboxPrintPrint.ModeEnum>
    Enclosing class:
    OperationToolboxPrintPrint

    public static enum OperationToolboxPrintPrint.ModeEnum
    extends Enum<OperationToolboxPrintPrint.ModeEnum>
    Select the printing mode, that shall be used. * default = The drawing operations are applied to the printout as defined in the PDF document. * image = Creates an image of a fixed resolution for every page of the document, to guarantee a uniform printing result. * raster = Every page of the document is rastered before printing. This is a compatibility mode for older printers.