BarcodeParameters

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

NameTypeAccessDescription
BarcodeTypestringRead/WriteBar code type.
BarcodeValuestringRead/WriteData to be encoded.
SymbolHeightstringRead/WriteBar code image height (in twips - 1/1440 inches)
ForegroundColorstringRead/WriteBar code foreground color (0x000000 - 0xFFFFFF)
BackgroundColorstringRead/WriteBar code background color (0x000000 - 0xFFFFFF)
SymbolRotationstringRead/WriteRotation of the barcode symbol.
ScalingFactorstringRead/WriteScaling factor for the symbol.
PosCodeStylestringRead/WriteStyle of a Point of Sale barcode (barcode types UPCA
CaseCodeStylestringRead/WriteStyle of a Case Code for barcode type ITF14.
ErrorCorrectionLevelstringRead/WriteError correction level of QR Code.
DisplayTextboolRead/WriteWhether to display barcode data (text) along with image.
AddStartStopCharboolRead/WriteWhether to add Start/Stop characters for barcode types NW7 and CODE39.
FixCheckDigitboolRead/WriteWhether to fix the check digit if it’s invalid.
PostalAddressstringRead/WriteBarcode postal address.
IsBookmarkboolRead/WriteWhether PostalAddress is the name of a bookmark.
FacingIdentificationMarkstringRead/WriteType of a Facing Identification Mark (FIM).
IsUSPostalAddressboolRead/WriteWhether PostalAddress is a U.S.

See Also