BarcodeParameters
Overview
BarcodeParameters is a class in Aspose.Words FOSS for .NET.
Container class for barcode parameters to pass-through to BarcodeGenerator.
Properties: AddStartStopChar, BackgroundColor, BarcodeType, BarcodeValue, CaseCodeStyle, DisplayText, and 11 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
BarcodeType | string | Read/Write | Bar code type. |
BarcodeValue | string | Read/Write | Data to be encoded. |
SymbolHeight | string | Read/Write | Bar code image height (in twips - 1/1440 inches) |
ForegroundColor | string | Read/Write | Bar code foreground color (0x000000 - 0xFFFFFF) |
BackgroundColor | string | Read/Write | Bar code background color (0x000000 - 0xFFFFFF) |
SymbolRotation | string | Read/Write | Rotation of the barcode symbol. |
ScalingFactor | string | Read/Write | Scaling factor for the symbol. |
PosCodeStyle | string | Read/Write | Style of a Point of Sale barcode (barcode types UPCA |
CaseCodeStyle | string | Read/Write | Style of a Case Code for barcode type ITF14. |
ErrorCorrectionLevel | string | Read/Write | Error correction level of QR Code. |
DisplayText | bool | Read/Write | Whether to display barcode data (text) along with image. |
AddStartStopChar | bool | Read/Write | Whether to add Start/Stop characters for barcode types NW7 and CODE39. |
FixCheckDigit | bool | Read/Write | Whether to fix the check digit if it’s invalid. |
PostalAddress | string | Read/Write | Barcode postal address. |
IsBookmark | bool | Read/Write | Whether PostalAddress is the name of a bookmark. |
FacingIdentificationMark | string | Read/Write | Type of a Facing Identification Mark (FIM). |
IsUSPostalAddress | bool | Read/Write | Whether PostalAddress is a U.S. |