Class UIPrintInfoOutputType


  • public final class UIPrintInfoOutputType
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long General
      B&W or color, normal quality output for mixed text, graphics, and images
      static long Grayscale
      B&W content only
      static long Photo
      B&W or color, best quality output for images
      static long PhotoGrayscale
      B&W only, best quality output for images
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • General

        public static final long General
        B&W or color, normal quality output for mixed text, graphics, and images
        See Also:
        Constant Field Values
      • Photo

        public static final long Photo
        B&W or color, best quality output for images
        See Also:
        Constant Field Values
      • PhotoGrayscale

        public static final long PhotoGrayscale
        B&W only, best quality output for images
        See Also:
        Constant Field Values