Enum Class PatchFormat

java.lang.Object
java.lang.Enum<PatchFormat>
com.aspose.barcode.generation.PatchFormat
All Implemented Interfaces:
Serializable, Comparable<PatchFormat>, Constable

public enum PatchFormat extends Enum<PatchFormat>
PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders
  • Enum Constant Details

    • PATCH_ONLY

      public static final PatchFormat PATCH_ONLY
      Generates PatchCode only
    • A4

      public static final PatchFormat A4
      Generates A4 format page with PatchCodes as borders and optional QR in the center
    • A4_LANDSCAPE

      public static final PatchFormat A4_LANDSCAPE
      Generates A4 landscape format page with PatchCodes as borders and optional QR in the center
    • US_LETTER

      public static final PatchFormat US_LETTER
      Generates US letter format page with PatchCodes as borders and optional QR in the center
    • US_LETTER_LANDSCAPE

      public static final PatchFormat US_LETTER_LANDSCAPE
      Generates US letter landscape format page with PatchCodes as borders and optional QR in the center
  • Method Details

    • values

      public static PatchFormat[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static PatchFormat valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null