BarcodeParameters
Source: Generator.
Barcode generation parameters.
Methods
new BarcodeParameters()
Methods
getAustralianPost()
AustralianPost barcode parameters.
getAutoSizeMode()
Specifies the different types of automatic sizing modes. Default value: AutoSizeMode.NONE.
- Deprecated
- "This method is obsolete. Call BaseGenerationParameters.getAutoSizeMode() instead."
- Throws
-
BarcodeException
getAztec()
Aztec parameters.
getBarCodeHeight()
BarCode image height when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION.
- Deprecated
- "This method is obsolete. Call BaseGenerationParameters.getImageHeight() instead."
getBarCodeWidth()
BarCode image width when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION.
- Deprecated
- "This method is obsolete. Call BaseGenerationParameters.getImageWidth() instead."
getBarColor()
Bars color. Default value: #000000
getBarHeight()
Height of 1D barcodes' bars in Unit value. Ignored if AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION.
- Throws
-
BarcodeException
getChecksumAlwaysShow()
Always display checksum digit in the human readable text for Code128 and GS1Code128 barcodes.
getCodabar()
Codabar parameters.
getCodablock()
Codablock parameters.
getCode16K()
Code16K 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, Code128 only If the EnableEscape is true, "" will be explained as a special escape character. Otherwise, "" acts as normal characters. Aspose.BarCode supports inputing decimal ascii code and mnemonic for ASCII control-code characters. For example, \013 and \CR stands for CR.
getFilledBars()
Gets a value indicating whether bars filled. Only for 1D barcodes. Default value: true.
getForeColor()
Bars color. Default value: #000000.
- Deprecated
- "This method is obsolete. Call BarcodeParameters.getBarColor() instead."
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, PZN, PharmaCode, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, IATA2of5, VIN, DeutschePost, OPC, Code32, DataLogic2of5, PatchCode, Code39Extended, Code39Standard
The WideNarrowRatio parameter value is less than or equal to 0.
getXDimension()
x-dimension is the smallest width of the unit of BarCode bars or spaces. Increase this will increase the whole barcode image width. Ignored if AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION.
isChecksumEnabled()
Enable checksum during generation 1D barcodes. Default is treated as Yes for symbology which must contain checksum, as No where checksum only possible. Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN, Codabar Checksum always used: Rest symbology
setAutoSizeMode()
Specifies the different types of automatic sizing modes. Default value: AutoSizeMode.NONE.
- Deprecated
- "This method is obsolete. Call BaseGenerationParameters.setAutoSizeMode() instead."
- Throws
-
BarcodeException
setBarCodeHeight()
BarCode image height when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION.
- Deprecated
- "This method is obsolete. Call BaseGenerationParameters.setImageHeight() instead."
setBarCodeWidth()
BarCode image width when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION.
- Deprecated
- "This method is obsolete. Call BaseGenerationParameters.setImageWidth() instead."
setBarColor()
Bars color. Default value: #000000.
setBarHeight()
Height of 1D barcodes' bars in Unit value. Ignored if AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION.
- Throws
-
BarcodeException
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 No where checksum only possible. Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN, Codabar Checksum always used: Rest symbology
setEnableEscape()
Indicates whether explains the character "" as an escape character in CodeText property. Used for Pdf417, DataMatrix, Code128 only If the EnableEscape is true, "" will be explained as a special escape character. Otherwise, "" acts as normal characters.
Aspose.BarCode supports inputing decimal ascii code and mnemonic for ASCII control-code characters. For example, \013 and \\CR stands for CR.
setFilledBars()
Sets a value indicating whether bars filled. Only for 1D barcodes. Default value: true.
setForeColor()
Bars color. Default value Black.
- Deprecated
- "This method is obsolete. Call BarcodeParameters.setBarColor() instead."
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, PZN, PharmaCode, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, IATA2of5, VIN, DeutschePost, OPC, Code32, DataLogic2of5, PatchCode, Code39Extended, Code39Standard
The WideNarrowRatio parameter value is less than or equal to 0.
setXDimension()
x-dimension is the smallest width of the unit of BarCode bars or spaces. Increase this will increase the whole barcode image width. Ignored if AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION.
- Throws
-
BarcodeException