接口 IPDF417
- 所有超级接口:
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.
-
方法概要
修饰符和类型方法说明int
Gets columns number for the barcode.boolean
Specifies whether it is a compact PDF417.int
Gets the error correction level for the barcode.int
getRows()
Gets row numbers for the barcode.从接口继承的方法 com.grapecity.documents.excel.IBarcode
getBackgroundColor, getCodeType, getColor, getQuietZoneBottom, getQuietZoneLeft, getQuietZoneRight, getQuietZoneTop, getValue
-
方法详细资料
-
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'.
-