Aspose::Words::Fields::BarcodeParameters class

BarcodeParameters class

Container class for barcode parameters to pass-through to BarcodeGenerator. To learn more, visit the Working with Fields documentation article.

class BarcodeParameters : public System::Object

Methods

MethodDescription
BarcodeParameters()
get_AddStartStopChar() constWhether to add Start/Stop characters for barcode types NW7 and CODE39.
get_BackgroundColor() constBar code background color (0x000000 - 0xFFFFFF)
get_BarcodeType() constBar code type.
get_BarcodeValue() constData to be encoded.
get_CaseCodeStyle() constStyle of a Case Code for barcode type ITF14. The valid values are [STD
get_DisplayText() constWhether to display barcode data (text) along with image.
get_ErrorCorrectionLevel() constError correction level of QR Code. Valid values are [0, 3].
get_FacingIdentificationMark() constType of a Facing Identification Mark (FIM).
get_FixCheckDigit() constWhether to fix the check digit if it’s invalid.
get_ForegroundColor() constBar code foreground color (0x000000 - 0xFFFFFF)
get_IsBookmark() constWhether PostalAddress is the name of a bookmark.
get_IsUSPostalAddress() constWhether PostalAddress is a U.S. postal address.
get_PosCodeStyle() constStyle of a Point of Sale barcode (barcode types UPCA
get_PostalAddress() constBarcode postal address.
get_ScalingFactor() constScaling factor for the symbol. The value is in whole percentage points and the valid values are [10, 1000].
get_SymbolHeight() constBar code image height (in twips - 1/1440 inches)
get_SymbolRotation() constRotation of the barcode symbol. Valid values are [0, 3].
GetType() const override
Is(const System::TypeInfo&) const override
set_AddStartStopChar(bool)Whether to add Start/Stop characters for barcode types NW7 and CODE39.
set_BackgroundColor(const System::String&)Bar code background color (0x000000 - 0xFFFFFF)
set_BarcodeType(const System::String&)Bar code type.
set_BarcodeValue(const System::String&)Data to be encoded.
set_CaseCodeStyle(const System::String&)Style of a Case Code for barcode type ITF14. The valid values are [STD
set_DisplayText(bool)Whether to display barcode data (text) along with image.
set_ErrorCorrectionLevel(const System::String&)Error correction level of QR Code. Valid values are [0, 3].
set_FacingIdentificationMark(const System::String&)Type of a Facing Identification Mark (FIM).
set_FixCheckDigit(bool)Whether to fix the check digit if it’s invalid.
set_ForegroundColor(const System::String&)Bar code foreground color (0x000000 - 0xFFFFFF)
set_IsBookmark(bool)Whether PostalAddress is the name of a bookmark.
set_IsUSPostalAddress(bool)Whether PostalAddress is a U.S. postal address.
set_PosCodeStyle(const System::String&)Style of a Point of Sale barcode (barcode types UPCA
set_PostalAddress(const System::String&)Barcode postal address.
set_ScalingFactor(const System::String&)Scaling factor for the symbol. The value is in whole percentage points and the valid values are [10, 1000].
set_SymbolHeight(const System::String&)Bar code image height (in twips - 1/1440 inches)
set_SymbolRotation(const System::String&)Rotation of the barcode symbol. Valid values are [0, 3].
static Type()

See Also