com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class Symbology

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.pdf.Symbology


  • public final class Symbology
    extends com.aspose.ms.System.Enum

    A (Barcode) Symbology defines the technical details of a particular type of barcode: the width of the bars, character set, method of encoding, checksum specifications, etc.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int DataMatrix
      A 2D matrix symbology consisting of black and white square modules arranged in either a square or rectangular pattern.
      static int PDF417
      A multi-row, variable-length 2D symbology with high data capacity and error-correction capability.
      static int QRCode
      QR code (short for Quick Response) is a specific matrix barcode (2D code), readable by dedicated QR barcode readers and camera phones.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
    • Field Detail

      • PDF417

        public static final int PDF417

        A multi-row, variable-length 2D symbology with high data capacity and error-correction capability.

        See Also:
        Constant Field Values
      • QRCode

        public static final int QRCode

        QR code (short for Quick Response) is a specific matrix barcode (2D code), readable by dedicated QR barcode readers and camera phones.

        See Also:
        Constant Field Values
      • DataMatrix

        public static final int DataMatrix

        A 2D matrix symbology consisting of black and white square modules arranged in either a square or rectangular pattern.

        See Also:
        Constant Field Values