Aspose::Words::Fields::BarcodeParameters class
Contents
[
Hide
]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
Method | Description |
---|---|
BarcodeParameters() | |
get_AddStartStopChar() const | Whether to add Start/Stop characters for barcode types NW7 and CODE39. |
get_BackgroundColor() const | Bar code background color (0x000000 - 0xFFFFFF) |
get_BarcodeType() const | Bar code type. |
get_BarcodeValue() const | Data to be encoded. |
get_CaseCodeStyle() const | Style of a Case Code for barcode type ITF14. The valid values are [STD |
get_DisplayText() const | Whether to display barcode data (text) along with image. |
get_ErrorCorrectionLevel() const | Error correction level of QR Code. Valid values are [0, 3]. |
get_FacingIdentificationMark() const | Type of a Facing Identification Mark (FIM). |
get_FixCheckDigit() const | Whether to fix the check digit if it’s invalid. |
get_ForegroundColor() const | Bar code foreground color (0x000000 - 0xFFFFFF) |
get_IsBookmark() const | Whether PostalAddress is the name of a bookmark. |
get_IsUSPostalAddress() const | Whether PostalAddress is a U.S. postal address. |
get_PosCodeStyle() const | Style of a Point of Sale barcode (barcode types UPCA |
get_PostalAddress() const | Barcode postal address. |
get_ScalingFactor() const | Scaling factor for the symbol. The value is in whole percentage points and the valid values are [10, 1000]. |
get_SymbolHeight() const | Bar code image height (in twips - 1/1440 inches) |
get_SymbolRotation() const | Rotation 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
- Namespace Aspose::Words::Fields
- Library Aspose.Words for C++