Package com.grapecity.documents.excel
Interface IPDF417
- All Superinterfaces:
IBarcode
PDF417 barcode is a popular high-density, two-dimensional barcode with symbology that possesses the capability to encode up to 1108 bytes of information. This barcode comprises a stacked set of small barcodes and can encode up to 35 alphanumeric characters and 2,710 numeric characters.
-
Method Summary
Modifier and TypeMethodDescriptionintGets columns number for the barcode.booleanSpecifies whether it is a compact PDF417.intGets the error correction level for the barcode.intgetRows()Gets row numbers for the barcode.Methods inherited from interface com.grapecity.documents.excel.IBarcode
getBackgroundColor, getCodeType, getColor, getQuietZoneBottom, getQuietZoneLeft, getQuietZoneRight, getQuietZoneTop, getValue
-
Method Details
-
getErrorCorrectionLevel
int getErrorCorrectionLevel()Gets the error correction level for the barcode. -
getRows
int getRows()Gets row numbers for the barcode. -
getColumns
int getColumns()Gets columns number for the barcode. -
getCompact
boolean getCompact()Specifies whether it is a compact PDF417. The default value is 'false'.
-