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 | 
|---|---|
| add_start_stop_char | Whether to add Start/Stop characters for barcode types NW7 and CODE39. | 
| background_color | Bar code background color (0x000000 - 0xFFFFFF) | 
| barcode_type | Bar code type. | 
| barcode_value | Data to be encoded. | 
| case_code_style | Style of a Case Code for barcode type ITF14. The valid values are [STD | 
| display_text | Whether to display barcode data (text) along with image. | 
| error_correction_level | Error correction level of QR Code. Valid values are [0, 3]. | 
| facing_identification_mark | Type of a Facing Identification Mark (FIM). | 
| fix_check_digit | Whether to fix the check digit if it’s invalid. | 
| foreground_color | Bar code foreground color (0x000000 - 0xFFFFFF) | 
| is_bookmark | Whether BarcodeParameters.postal_address is the name of a bookmark. | 
| is_us_postal_address | Whether BarcodeParameters.postal_address is a U.S. postal address. | 
| pos_code_style | Style of a Point of Sale barcode (barcode types UPCA | 
| postal_address | Barcode postal address. | 
| scaling_factor | Scaling factor for the symbol. The value is in whole percentage points and the valid values are [10, 1000]. | 
| symbol_height | Bar code image height (in twips - 1/1440 inches) | 
| symbol_rotation | Rotation of the barcode symbol. Valid values are [0, 3]. | 
See Also
- module aspose.words.fields