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.
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.
|
public static final int PDF417
A multi-row, variable-length 2D symbology with high data capacity and error-correction capability.
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.
public static final int DataMatrix
A 2D matrix symbology consisting of black and white square modules arranged in either a square or rectangular pattern.