BarcodeParameters
Contents
[
Hide
]BarcodeParameters class
Barcode generation parameters.
new BarcodeParameters()
Methods
| Name | Description |
|---|---|
| getAustralianPost() | AustralianPost barcode parameters. |
| getAztec() | Aztec parameters. |
| getBarColor() | Bars color. |
| getBarHeight() | Height of 1D barcodes’ bars in Unit value. Ignored if AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMo |
| getBarWidthReduction() | Get bars reduction value that is used to compensate ink spread while printing. |
| getChecksumAlwaysShow() | Always display checksum digit in the human readable text for Code128 and GS1Code128 barcodes. |
| getCodabar() | Codabar parameters. |
| getCodablock() | Codablock parameters. |
| getCode16K() | Code16K parameters. |
| getCode128() | Code128 parameters. |
| getCodeTextParameters() | Codetext parameters. |
| getCoupon() | Coupon parameters. Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon. |
| getDataBar() | Databar parameters. |
| getDataMatrix() | DataMatrix parameters. |
| getDotCode() | DotCode parameters. |
| getEnableEscape() | Indicates whether explains the character “" as an escape character in CodeText property. Used for Pdf417, DataMatrix, C |
| getFilledBars() | Gets a value indicating whether bars filled. Only for 1D barcodes. Default value: true. |
| getGS1CompositeBar() | GS1 Composite Bar parameters. This sample shows how to create and save a GS1 Composite Bar image. Note that 1D codetext |
| getHanXin() | HanXin parameters. |
| getITF() | ITF parameters. |
| getMaxiCode() | MaxiCode parameters. |
| getPadding() | Barcode paddings. Default value: 5pt 5pt 5pt 5pt. |
| getPatchCode() | PatchCode parameters. |
| getPdf417() | PDF417 parameters. |
| getPostal() | Postal parameters. Used for Postnet, Planet. |
| getQR() | QR parameters. |
| getSupplement() | Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN. |
| getWideNarrowRatio() | Wide bars to Narrow bars ratio . Default value: 3, that is, wide bars are 3 times as wide as narrow bars . Used for ITF, |
| getXDimension() | x-dimension is the smallest width of the unit of BarCode bars or spaces. Increase this will increase the whole barcode i |
| isChecksumEnabled() | Enable checksum during generation 1D barcodes. Default is treated as Yes for symbology which must contain checksum, as N |
| setBarColor(value) | Bars color. |
| setBarHeight() | Height of 1D barcodes’ bars in Unit value. Ignored if AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMo |
| setBarWidthReduction() | Sets bars reduction value that is used to compensate ink spread while printing. |
| setChecksumAlwaysShow() | Always display checksum digit in the human readable text for Code128 and GS1Code128 barcodes. |
| setChecksumEnabled() | Enable checksum during generation 1D barcodes. Default is treated as Yes for symbology which must contain checksum, as N |
| setEnableEscape() | Indicates whether explains the character “" as an escape character in CodeText property. Used for Pdf417, DataMatrix, C |
| setFilledBars() | Sets a value indicating whether bars filled. Only for 1D barcodes. Default value: true. |
| setGS1CompositeBar() | GS1 Composite Bar parameters. This sample shows how to create and save a GS1 Composite Bar image. Note that 1D codetext |
| setPadding() | Barcode paddings. Default value: 5pt 5pt 5pt 5pt. |
| setWideNarrowRatio() | Wide bars to Narrow bars ratio. Default value: 3, that is, wide bars are 3 times as wide as narrow bars. Used for ITF, P |
| setXDimension() | x-dimension is the smallest width of the unit of BarCode bars or spaces. Increase this will increase the whole barcode i |