Code128Options Properties
Contains options specific to this symbology (bar code type).| Name | Description |
|---|---|
| Charset | Gets or sets the charset type for the bar code. |
| FNC1Substitute | A substring/character that serves as the placeholder for the FNC1 functional character. |
| FNC2Substitute | A substring/character that serves as the placeholder for the FNC2 functional character. |
| FNC3Substitute | A substring/character that serves as the placeholder for the FNC3 functional character. |
| FNC4Substitute | A substring/character that serves as the placeholder for the FNC4 functional character. |
| ShowCodeText | Gets or sets whether bar code text data should be displayed in a bar code image. Inherited from BarCodeGeneratorOptions. |
See Also