BarcodeParameters class
BarcodeParameters class
Container class for barcode parameters to pass-through to BarcodeGenerator. To learn more, visit the Working with Fields documentation article.
Remarks
The set of parameters are according to DISPLAYBARCODE field options. See the exact list at https://msdn.microsoft.com/en-us/library/hh745901(v=office.12).aspx
Constructors
Name | Description |
---|---|
BarcodeParameters() | The default constructor. |
Properties
Name | Description |
---|---|
addStartStopChar | Whether to add Start/Stop characters for barcode types NW7 and CODE39. |
backgroundColor | Bar code background color (0x000000 - 0xFFFFFF) |
barcodeType | Bar code type. |
barcodeValue | Data to be encoded. |
caseCodeStyle | Style of a Case Code for barcode type ITF14. The valid values are [STD |
displayText | Whether to display barcode data (text) along with image. |
errorCorrectionLevel | Error correction level of QR Code. Valid values are [0, 3]. |
facingIdentificationMark | Type of a Facing Identification Mark (FIM). |
fixCheckDigit | Whether to fix the check digit if it’s invalid. |
foregroundColor | Bar code foreground color (0x000000 - 0xFFFFFF) |
isBookmark | Whether BarcodeParameters.postalAddress is the name of a bookmark. |
isUSPostalAddress | Whether BarcodeParameters.postalAddress is a U.S. postal address. |
posCodeStyle | Style of a Point of Sale barcode (barcode types UPCA |
postalAddress | Barcode postal address. |
scalingFactor | Scaling factor for the symbol. The value is in whole percentage points and the valid values are [10, 1000]. |
symbolHeight | Bar code image height (in twips - 1/1440 inches) |
symbolRotation | Rotation of the barcode symbol. Valid values are [0, 3]. |
See Also
- module Aspose.Words.Fields