Aspose::Pdf::Forms::Symbology enum
Contents
[
Hide
]Symbology 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.
enum class Symbology
Values
Name | Value | Description |
---|---|---|
PDF417 | 0 | A multi-row, variable-length 2D symbology with high data capacity and error-correction capability. |
QRCode | 1 | QR code (short for Quick Response) is a specific matrix barcode (2D code), readable by dedicated QR barcode readers and camera phones. |
DataMatrix | 2 | A 2D matrix symbology consisting of black and white square modules arranged in either a square or rectangular pattern. |
See Also
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++