diff --git a/english/cpp/aspose.barcode.barcoderecognition/_index.md b/english/cpp/aspose.barcode.barcoderecognition/_index.md index 071e36800..78472149f 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/_index.md @@ -36,7 +36,6 @@ url: /cpp/aspose.barcode.barcoderecognition/ | [GS1CompositeBarExtendedParameters](./gs1compositebarextendedparameters/) | Stores special data of **GS1 Composite Bar** recognized barcode | | [MaxiCodeExtendedParameters](./maxicodeextendedparameters/) | Stores a MaxiCode additional information of recognized barcode | | [MultiDecodeType](./multidecodetype/) | Composite decode type. | -| [MultyDecodeType](./multydecodetype/) | Composite decode type. | | [OneDExtendedParameters](./onedextendedparameters/) | Stores special data of 1D recognized barcode like separate codetext and checksum | | [Pdf417ExtendedParameters](./pdf417extendedparameters/) | Stores a MacroPdf417 metadata information of recognized barcode | | [QRExtendedParameters](./qrextendedparameters/) | Stores a QR Structured Append information of recognized barcode | diff --git a/english/cpp/aspose.barcode.barcoderecognition/australiapostcustomerinformationdecoder/decode/_index.md b/english/cpp/aspose.barcode.barcoderecognition/australiapostcustomerinformationdecoder/decode/_index.md index 6487219ad..a1812e4b8 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/australiapostcustomerinformationdecoder/decode/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/australiapostcustomerinformationdecoder/decode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::AustraliaPostCustomerInformationDecoder::Decode method linktitle: Decode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Decode Customer Information Field from AustraliaPost symbology. Can be used for different data interpretation from NTable and CTable encoding. Data is provided as a row of bar values: 0, 1, 2 or 3 in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::AustraliaPostCustomerInformationDecoder::Decode method. Decode Customer Information Field from AustraliaPost symbology. Can be used for different data interpretation from NTable and CTable encoding. Data is provided as a row of bar values: 0, 1, 2 or 3 in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.barcoderecognition/australiapostcustomerinformationdecoder/decode/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/australiapostsettings/_index.md b/english/cpp/aspose.barcode.barcoderecognition/australiapostsettings/_index.md index d8831c75e..f3bc7f5c5 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/australiapostsettings/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/australiapostsettings/_index.md @@ -21,10 +21,10 @@ class AustraliaPostSettings : public System::Object | Method | Description | | --- | --- | | [get_CustomerInformationDecoder](./get_customerinformationdecoder/)() | Public interface for Customer Information Field decoding which is used in AustraliaPost symbology. | -| [get_CustomerInformationInterpretingType](./get_customerinformationinterpretingtype/)() | Gets the Interpreting Type for the Customer Information of AustralianPost [BarCode.Default](../checksumvalidation/) is [CustomerInformationInterpretingType.Other](../../aspose.barcode/customerinformationinterpretingtype/). | +| [get_CustomerInformationInterpretingType](./get_customerinformationinterpretingtype/)() | Gets the Interpreting Type for the Customer Information of AustralianPost BarCode.Default is [CustomerInformationInterpretingType.Other](../../aspose.barcode/customerinformationinterpretingtype/). | | [get_IgnoreEndingFillingPatternsForCTable](./get_ignoreendingfillingpatternsforctable/)() | The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method. CTable encoding method does not have any gaps in encoding table and sequnce "333" of filling paterns is decoded as letter "z". | | [set_CustomerInformationDecoder](./set_customerinformationdecoder/)(System::SharedPtr\) | Public interface for Customer Information Field decoding which is used in AustraliaPost symbology. | -| [set_CustomerInformationInterpretingType](./set_customerinformationinterpretingtype/)(Aspose::BarCode::CustomerInformationInterpretingType) | Sets the Interpreting Type for the Customer Information of AustralianPost [BarCode.Default](../checksumvalidation/) is [CustomerInformationInterpretingType.Other](../../aspose.barcode/customerinformationinterpretingtype/). | +| [set_CustomerInformationInterpretingType](./set_customerinformationinterpretingtype/)(Aspose::BarCode::CustomerInformationInterpretingType) | Sets the Interpreting Type for the Customer Information of AustralianPost BarCode.Default is [CustomerInformationInterpretingType.Other](../../aspose.barcode/customerinformationinterpretingtype/). | | [set_IgnoreEndingFillingPatternsForCTable](./set_ignoreendingfillingpatternsforctable/)(bool) | The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method. CTable encoding method does not have any gaps in encoding table and sequnce "333" of filling paterns is decoded as letter "z". | ## See Also diff --git a/english/cpp/aspose.barcode.barcoderecognition/australiapostsettings/get_customerinformationdecoder/_index.md b/english/cpp/aspose.barcode.barcoderecognition/australiapostsettings/get_customerinformationdecoder/_index.md index 412d0a7c6..9d27b4ffa 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/australiapostsettings/get_customerinformationdecoder/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/australiapostsettings/get_customerinformationdecoder/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::get_CustomerInformationDecoder method linktitle: get_CustomerInformationDecoder second_title: Aspose.BarCode for C++ API Reference -description: ' method. Public interface for Customer Information Field decoding which is used in AustraliaPost symbology in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::get_CustomerInformationDecoder method. Public interface for Customer Information Field decoding which is used in AustraliaPost symbology in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.barcoderecognition/australiapostsettings/get_customerinformationdecoder/ @@ -20,6 +20,9 @@ System::SharedPtr Aspose::BarCode::BarC Public interface for Customer Information Field decoding which is used in AustraliaPost symbology. + + + ## See Also * Class [AustraliaPostCustomerInformationDecoder](../../australiapostcustomerinformationdecoder/) diff --git a/english/cpp/aspose.barcode.barcoderecognition/australiapostsettings/get_customerinformationinterpretingtype/_index.md b/english/cpp/aspose.barcode.barcoderecognition/australiapostsettings/get_customerinformationinterpretingtype/_index.md index 4c63f27c3..c9423d4a0 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/australiapostsettings/get_customerinformationinterpretingtype/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/australiapostsettings/get_customerinformationinterpretingtype/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::get_CustomerInformationInterpretingType method linktitle: get_CustomerInformationInterpretingType second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the Interpreting Type for the Customer Information of AustralianPost BarCode.Default is CustomerInformationInterpretingType.Other in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::get_CustomerInformationInterpretingType method. Gets the Interpreting Type for the Customer Information of AustralianPost BarCode.Default is CustomerInformationInterpretingType.Other in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.barcoderecognition/australiapostsettings/get_customerinformationinterpretingtype/ @@ -10,7 +10,7 @@ url: /cpp/aspose.barcode.barcoderecognition/australiapostsettings/get_customerin ## AustraliaPostSettings::get_CustomerInformationInterpretingType method -Gets the Interpreting Type for the Customer Information of AustralianPost [BarCode.Default](../../checksumvalidation/) is [CustomerInformationInterpretingType.Other](../../../aspose.barcode/customerinformationinterpretingtype/). +Gets the Interpreting Type for the Customer Information of AustralianPost BarCode.Default is [CustomerInformationInterpretingType.Other](../../../aspose.barcode/customerinformationinterpretingtype/). ```cpp Aspose::BarCode::CustomerInformationInterpretingType Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::get_CustomerInformationInterpretingType() @@ -20,6 +20,9 @@ Aspose::BarCode::CustomerInformationInterpretingType Aspose::BarCode::BarCodeRec The interpreting type (CTable, NTable or Other) of customer information for AustralianPost [BarCode](../../../aspose.barcode/) + + + ## See Also * Enum [CustomerInformationInterpretingType](../../../aspose.barcode/customerinformationinterpretingtype/) diff --git a/english/cpp/aspose.barcode.barcoderecognition/australiapostsettings/get_ignoreendingfillingpatternsforctable/_index.md b/english/cpp/aspose.barcode.barcoderecognition/australiapostsettings/get_ignoreendingfillingpatternsforctable/_index.md index 18206e8ff..e5b87b473 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/australiapostsettings/get_ignoreendingfillingpatternsforctable/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/australiapostsettings/get_ignoreendingfillingpatternsforctable/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::get_IgnoreEndingFillingPatternsForCTable method linktitle: get_IgnoreEndingFillingPatternsForCTable second_title: Aspose.BarCode for C++ API Reference -description: ' method. The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method. CTable encoding method does not have any gaps in encoding table and sequnce "333" of filling paterns is decoded as letter "z" in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::get_IgnoreEndingFillingPatternsForCTable method. The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method. CTable encoding method does not have any gaps in encoding table and sequnce "333" of filling paterns is decoded as letter "z" in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.barcoderecognition/australiapostsettings/get_ignoreendingfillingpatternsforctable/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/australiapostsettings/set_customerinformationdecoder/_index.md b/english/cpp/aspose.barcode.barcoderecognition/australiapostsettings/set_customerinformationdecoder/_index.md index 49fa9f319..23d7a0b12 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/australiapostsettings/set_customerinformationdecoder/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/australiapostsettings/set_customerinformationdecoder/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::set_CustomerInformationDecoder method linktitle: set_CustomerInformationDecoder second_title: Aspose.BarCode for C++ API Reference -description: ' method. Public interface for Customer Information Field decoding which is used in AustraliaPost symbology in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::set_CustomerInformationDecoder method. Public interface for Customer Information Field decoding which is used in AustraliaPost symbology in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.barcoderecognition/australiapostsettings/set_customerinformationdecoder/ @@ -20,6 +20,9 @@ void Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::set_CustomerInf Public interface for Customer Information Field decoding which is used in AustraliaPost symbology. + + + ## See Also * Class [AustraliaPostCustomerInformationDecoder](../../australiapostcustomerinformationdecoder/) diff --git a/english/cpp/aspose.barcode.barcoderecognition/australiapostsettings/set_customerinformationinterpretingtype/_index.md b/english/cpp/aspose.barcode.barcoderecognition/australiapostsettings/set_customerinformationinterpretingtype/_index.md index afc244d13..76d18e13c 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/australiapostsettings/set_customerinformationinterpretingtype/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/australiapostsettings/set_customerinformationinterpretingtype/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::set_CustomerInformationInterpretingType method linktitle: set_CustomerInformationInterpretingType second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets the Interpreting Type for the Customer Information of AustralianPost BarCode.Default is CustomerInformationInterpretingType.Other in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::set_CustomerInformationInterpretingType method. Sets the Interpreting Type for the Customer Information of AustralianPost BarCode.Default is CustomerInformationInterpretingType.Other in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.barcoderecognition/australiapostsettings/set_customerinformationinterpretingtype/ @@ -10,7 +10,7 @@ url: /cpp/aspose.barcode.barcoderecognition/australiapostsettings/set_customerin ## AustraliaPostSettings::set_CustomerInformationInterpretingType method -Sets the Interpreting Type for the Customer Information of AustralianPost [BarCode.Default](../../checksumvalidation/) is [CustomerInformationInterpretingType.Other](../../../aspose.barcode/customerinformationinterpretingtype/). +Sets the Interpreting Type for the Customer Information of AustralianPost BarCode.Default is [CustomerInformationInterpretingType.Other](../../../aspose.barcode/customerinformationinterpretingtype/). ```cpp void Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::set_CustomerInformationInterpretingType(Aspose::BarCode::CustomerInformationInterpretingType value) @@ -20,6 +20,9 @@ void Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::set_CustomerInf The interpreting type (CTable, NTable or Other) of customer information for AustralianPost [BarCode](../../../aspose.barcode/) + + + ## See Also * Enum [CustomerInformationInterpretingType](../../../aspose.barcode/customerinformationinterpretingtype/) diff --git a/english/cpp/aspose.barcode.barcoderecognition/australiapostsettings/set_ignoreendingfillingpatternsforctable/_index.md b/english/cpp/aspose.barcode.barcoderecognition/australiapostsettings/set_ignoreendingfillingpatternsforctable/_index.md index eceebe62d..1c370cae3 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/australiapostsettings/set_ignoreendingfillingpatternsforctable/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/australiapostsettings/set_ignoreendingfillingpatternsforctable/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::set_IgnoreEndingFillingPatternsForCTable method linktitle: set_IgnoreEndingFillingPatternsForCTable second_title: Aspose.BarCode for C++ API Reference -description: ' method. The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method. CTable encoding method does not have any gaps in encoding table and sequnce "333" of filling paterns is decoded as letter "z" in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::set_IgnoreEndingFillingPatternsForCTable method. The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method. CTable encoding method does not have any gaps in encoding table and sequnce "333" of filling paterns is decoded as letter "z" in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.barcoderecognition/australiapostsettings/set_ignoreendingfillingpatternsforctable/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/aztecextendedparameters/get_isreaderinitialization/_index.md b/english/cpp/aspose.barcode.barcoderecognition/aztecextendedparameters/get_isreaderinitialization/_index.md index 56aba56ea..0d4b32ce8 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/aztecextendedparameters/get_isreaderinitialization/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/aztecextendedparameters/get_isreaderinitialization/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::AztecExtendedParameters::get_IsReaderInitialization method linktitle: get_IsReaderInitialization second_title: Aspose.BarCode for C++ API Reference -description: ' method. Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::AztecExtendedParameters::get_IsReaderInitialization method. Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.barcoderecognition/aztecextendedparameters/get_isreaderinitialization/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/aztecextendedparameters/get_structuredappendbarcodeid/_index.md b/english/cpp/aspose.barcode.barcoderecognition/aztecextendedparameters/get_structuredappendbarcodeid/_index.md index a208f81e2..ce0f21719 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/aztecextendedparameters/get_structuredappendbarcodeid/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/aztecextendedparameters/get_structuredappendbarcodeid/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::AztecExtendedParameters::get_StructuredAppendBarcodeId method linktitle: get_StructuredAppendBarcodeId second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the ID of the Aztec structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is 0 in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::AztecExtendedParameters::get_StructuredAppendBarcodeId method. Gets the ID of the Aztec structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is 0 in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.barcoderecognition/aztecextendedparameters/get_structuredappendbarcodeid/ @@ -20,6 +20,9 @@ int32_t Aspose::BarCode::BarCodeRecognition::AztecExtendedParameters::get_Struct The barcode ID of the Aztec structured append mode. + + + ## See Also * Class [AztecExtendedParameters](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/aztecextendedparameters/get_structuredappendbarcodescount/_index.md b/english/cpp/aspose.barcode.barcoderecognition/aztecextendedparameters/get_structuredappendbarcodescount/_index.md index 4a3278b78..35f783d17 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/aztecextendedparameters/get_structuredappendbarcodescount/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/aztecextendedparameters/get_structuredappendbarcodescount/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::AztecExtendedParameters::get_StructuredAppendBarcodesCount method linktitle: get_StructuredAppendBarcodesCount second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the Aztec structured append mode barcodes count. Default value is 0. Count must be a value from 1 to 26 in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::AztecExtendedParameters::get_StructuredAppendBarcodesCount method. Gets the Aztec structured append mode barcodes count. Default value is 0. Count must be a value from 1 to 26 in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.barcoderecognition/aztecextendedparameters/get_structuredappendbarcodescount/ @@ -20,6 +20,9 @@ int32_t Aspose::BarCode::BarCodeRecognition::AztecExtendedParameters::get_Struct The barcodes count of the Aztec structured append mode. + + + ## See Also * Class [AztecExtendedParameters](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/aztecextendedparameters/get_structuredappendfileid/_index.md b/english/cpp/aspose.barcode.barcoderecognition/aztecextendedparameters/get_structuredappendfileid/_index.md index 616b5d4a5..fbe5a7bd4 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/aztecextendedparameters/get_structuredappendfileid/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/aztecextendedparameters/get_structuredappendfileid/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::AztecExtendedParameters::get_StructuredAppendFileId method linktitle: get_StructuredAppendFileId second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the File ID of the Aztec structured append mode. Default value is empty string in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::AztecExtendedParameters::get_StructuredAppendFileId method. Gets the File ID of the Aztec structured append mode. Default value is empty string in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.barcoderecognition/aztecextendedparameters/get_structuredappendfileid/ @@ -20,6 +20,9 @@ System::String Aspose::BarCode::BarCodeRecognition::AztecExtendedParameters::get The File ID of the Aztec structured append mode. + + + ## See Also * Class [AztecExtendedParameters](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/aztecextendedparameters/gethashcode/_index.md b/english/cpp/aspose.barcode.barcoderecognition/aztecextendedparameters/gethashcode/_index.md index 338346465..c8de83389 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/aztecextendedparameters/gethashcode/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/aztecextendedparameters/gethashcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::AztecExtendedParameters::GetHashCode method linktitle: GetHashCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns the hash code for this instance in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::AztecExtendedParameters::GetHashCode method. Returns the hash code for this instance in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.barcoderecognition/aztecextendedparameters/gethashcode/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/aztecextendedparameters/tostring/_index.md b/english/cpp/aspose.barcode.barcoderecognition/aztecextendedparameters/tostring/_index.md index 2065138b9..133d2007e 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/aztecextendedparameters/tostring/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/aztecextendedparameters/tostring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::AztecExtendedParameters::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this AztecExtendedParameters in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::AztecExtendedParameters::ToString method. Returns a human-readable string representation of this AztecExtendedParameters in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.barcoderecognition/aztecextendedparameters/tostring/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodeconfidence/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodeconfidence/_index.md index ece230679..28aea25fe 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodeconfidence/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodeconfidence/_index.md @@ -1,10 +1,10 @@ --- -title: enum +title: Aspose::BarCode::BarCodeRecognition::BarCodeConfidence enum linktitle: BarCodeConfidence second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Contains recognition confidence level in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeConfidence enum. Contains recognition confidence level in C++.' type: docs -weight: 3200 +weight: 3100 url: /cpp/aspose.barcode.barcoderecognition/barcodeconfidence/ --- ## BarCodeConfidence enum diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_aztec/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_aztec/_index.md index 9ecc67b45..24c55569a 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_aztec/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_aztec/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeExtendedParameters::get_Aztec method linktitle: get_Aztec second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a Aztec additional informationAztecExtendedParameters of recognized barcode in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeExtendedParameters::get_Aztec method. Gets a Aztec additional informationAztecExtendedParameters of recognized barcode in C++.' type: docs weight: 900 url: /cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_aztec/ @@ -20,6 +20,9 @@ System::SharedPtr Aspose::BarCode::BarCodeRecognition:: A Aztec additional information[AztecExtendedParameters](../../aztecextendedparameters/) of recognized barcode + + + ## See Also * Class [AztecExtendedParameters](../../aztecextendedparameters/) diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_codabar/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_codabar/_index.md index 64e1252ff..96c9244e1 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_codabar/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_codabar/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeExtendedParameters::get_Codabar method linktitle: get_Codabar second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a Codabar additional informationCodabarExtendedParameters of recognized barcode in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeExtendedParameters::get_Codabar method. Gets a Codabar additional informationCodabarExtendedParameters of recognized barcode in C++.' type: docs weight: 1100 url: /cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_codabar/ @@ -20,6 +20,9 @@ System::SharedPtr Aspose::BarCode::BarCodeRecognition A Codabar additional information[CodabarExtendedParameters](../../codabarextendedparameters/) of recognized barcode + + + ## See Also * Class [CodabarExtendedParameters](../../codabarextendedparameters/) diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_code128/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_code128/_index.md index 11effb7c7..4ff055f5f 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_code128/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_code128/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeExtendedParameters::get_Code128 method linktitle: get_Code128 second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a special data Code128ExtendedParameters of Code128 recognized barcode in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeExtendedParameters::get_Code128 method. Gets a special data Code128ExtendedParameters of Code128 recognized barcode in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_code128/ @@ -20,6 +20,9 @@ System::SharedPtr Aspose::BarCode::BarCodeRecognition A special data [Code128ExtendedParameters](../../code128extendedparameters/) of Code128 recognized barcode + + + ## See Also * Class [Code128ExtendedParameters](../../code128extendedparameters/) diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_databar/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_databar/_index.md index c841b2fbe..b1a08592a 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_databar/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_databar/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeExtendedParameters::get_DataBar method linktitle: get_DataBar second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a DataBar additional informationDataBarExtendedParameters of recognized barcode in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeExtendedParameters::get_DataBar method. Gets a DataBar additional informationDataBarExtendedParameters of recognized barcode in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_databar/ @@ -20,6 +20,9 @@ System::SharedPtr Aspose::BarCode::BarCodeRecognition A DataBar additional information[DataBarExtendedParameters](../../databarextendedparameters/) of recognized barcode + + + ## See Also * Class [DataBarExtendedParameters](../../databarextendedparameters/) diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_datamatrix/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_datamatrix/_index.md index fc485e8a0..2faac308e 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_datamatrix/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_datamatrix/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeExtendedParameters::get_DataMatrix method linktitle: get_DataMatrix second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a DataMatrix additional informationDataMatrixExtendedParameters of recognized barcode in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeExtendedParameters::get_DataMatrix method. Gets a DataMatrix additional informationDataMatrixExtendedParameters of recognized barcode in C++.' type: docs weight: 800 url: /cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_datamatrix/ @@ -20,6 +20,9 @@ System::SharedPtr Aspose::BarCode::BarCodeRecognit A DataMatrix additional information[DataMatrixExtendedParameters](../../datamatrixextendedparameters/) of recognized barcode + + + ## See Also * Class [DataMatrixExtendedParameters](../../datamatrixextendedparameters/) diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_dotcode/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_dotcode/_index.md index e48b39c9f..8b5fd48d6 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_dotcode/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_dotcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeExtendedParameters::get_DotCode method linktitle: get_DotCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a DotCode additional informationDotCodeExtendedParameters of recognized barcode in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeExtendedParameters::get_DotCode method. Gets a DotCode additional informationDotCodeExtendedParameters of recognized barcode in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_dotcode/ @@ -20,6 +20,9 @@ System::SharedPtr Aspose::BarCode::BarCodeRecognition A DotCode additional information[DotCodeExtendedParameters](../../dotcodeextendedparameters/) of recognized barcode + + + ## See Also * Class [DotCodeExtendedParameters](../../dotcodeextendedparameters/) diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_gs1compositebar/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_gs1compositebar/_index.md index 6bc1ae86f..513add481 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_gs1compositebar/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_gs1compositebar/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeExtendedParameters::get_GS1CompositeBar method linktitle: get_GS1CompositeBar second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a GS1CompositeBar additional informationGS1CompositeBarExtendedParameters of recognized barcode in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeExtendedParameters::get_GS1CompositeBar method. Gets a GS1CompositeBar additional informationGS1CompositeBarExtendedParameters of recognized barcode in C++.' type: docs weight: 1000 url: /cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_gs1compositebar/ @@ -20,6 +20,9 @@ System::SharedPtr Aspose::BarCode::BarCodeRec A GS1CompositeBar additional information[GS1CompositeBarExtendedParameters](../../gs1compositebarextendedparameters/) of recognized barcode + + + ## See Also * Class [GS1CompositeBarExtendedParameters](../../gs1compositebarextendedparameters/) diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_maxicode/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_maxicode/_index.md index 88ac1b997..3f8e60dc0 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_maxicode/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_maxicode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeExtendedParameters::get_MaxiCode method linktitle: get_MaxiCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a MaxiCode additional informationMaxiCodeExtendedParameters of recognized barcode in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeExtendedParameters::get_MaxiCode method. Gets a MaxiCode additional informationMaxiCodeExtendedParameters of recognized barcode in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_maxicode/ @@ -20,6 +20,9 @@ System::SharedPtr Aspose::BarCode::BarCodeRecognitio A MaxiCode additional information[MaxiCodeExtendedParameters](../../maxicodeextendedparameters/) of recognized barcode + + + ## See Also * Class [MaxiCodeExtendedParameters](../../maxicodeextendedparameters/) diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_oned/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_oned/_index.md index 43465ca51..375e7ed4a 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_oned/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_oned/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeExtendedParameters::get_OneD method linktitle: get_OneD second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a special data OneDExtendedParameters of 1D recognized barcode in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeExtendedParameters::get_OneD method. Gets a special data OneDExtendedParameters of 1D recognized barcode in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_oned/ @@ -20,6 +20,9 @@ System::SharedPtr Aspose::BarCode::BarCodeRecognition::B A special data [OneDExtendedParameters](../../onedextendedparameters/) of 1D recognized barcode + + + ## See Also * Class [OneDExtendedParameters](../../onedextendedparameters/) diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_pdf417/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_pdf417/_index.md index bf422471f..6e7e1f7e2 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_pdf417/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_pdf417/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeExtendedParameters::get_Pdf417 method linktitle: get_Pdf417 second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeExtendedParameters::get_Pdf417 method. Gets a MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_pdf417/ @@ -20,6 +20,9 @@ System::SharedPtr Aspose::BarCode::BarCodeRecognition: A MacroPdf417 metadata information [Pdf417ExtendedParameters](../../pdf417extendedparameters/) of recognized barcode + + + ## See Also * Class [Pdf417ExtendedParameters](../../pdf417extendedparameters/) diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_qr/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_qr/_index.md index 0ea687eda..cd6cc7647 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_qr/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_qr/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeExtendedParameters::get_QR method linktitle: get_QR second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a QR Structured Append information QRExtendedParameters of recognized barcode in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeExtendedParameters::get_QR method. Gets a QR Structured Append information QRExtendedParameters of recognized barcode in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_qr/ @@ -20,6 +20,9 @@ System::SharedPtr Aspose::BarCode::BarCodeRecognition::Bar A QR Structured Append information [QRExtendedParameters](../../qrextendedparameters/) of recognized barcode + + + ## See Also * Class [QRExtendedParameters](../../qrextendedparameters/) diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/gethashcode/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/gethashcode/_index.md index 27872c5ba..61479cb04 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/gethashcode/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/gethashcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeExtendedParameters::GetHashCode method linktitle: GetHashCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns the hash code for this instance in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeExtendedParameters::GetHashCode method. Returns the hash code for this instance in C++.' type: docs weight: 1200 url: /cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/gethashcode/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/tostring/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/tostring/_index.md index 826914cf6..9096d967e 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/tostring/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/tostring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeExtendedParameters::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this BarCodeExtendedParameters in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeExtendedParameters::ToString method. Returns a human-readable string representation of this BarCodeExtendedParameters in C++.' type: docs weight: 1300 url: /cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/tostring/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodequalitymode/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodequalitymode/_index.md index ed2088886..a644cab45 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodequalitymode/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodequalitymode/_index.md @@ -1,10 +1,10 @@ --- -title: enum +title: Aspose::BarCode::BarCodeRecognition::BarcodeQualityMode enum linktitle: BarcodeQualityMode second_title: Aspose.BarCode for C++ API Reference -description: 'How to use enum in C++.' +description: 'How to use Aspose::BarCode::BarCodeRecognition::BarcodeQualityMode enum in C++.' type: docs -weight: 3300 +weight: 3200 url: /cpp/aspose.barcode.barcoderecognition/barcodequalitymode/ --- ## BarcodeQualityMode enum @@ -40,6 +40,9 @@ using (BarCodeReader reader = new BarCodeReader(@"c:\test.png", DecodeType.Code3 } ``` + + + ## See Also * Namespace [Aspose::BarCode::BarCodeRecognition](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodereader/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodereader/_index.md index 36622ec33..e388cc990 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodereader/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodereader/_index.md @@ -23,21 +23,22 @@ class BarCodeReader : public System::IDisposable | [Abort](./abort/)() | Function requests termination of current recognition session from other thread. Abort is unblockable method and returns control just after calling. The method should be used when recognition process is too long. | | [BarCodeReader](./barcodereader/)() | Initializes a new instance of the [BarCodeReader](./) class with default values. Requires to set image (SetBitmapImage()) before to call [ReadBarCodes()](./readbarcodes/) method. | | [BarCodeReader](./barcodereader/)(System::SharedPtr\) | Initializes a new instance of the [BarCodeReader](./) class from an image. | -| [BarCodeReader](./barcodereader/)(System::SharedPtr\, const System::ArrayPtr\>\&) | Initializes a new instance of the [BarCodeReader](./) class. | +| [BarCodeReader](./barcodereader/)(System::SharedPtr\, const System::ArrayPtr\\>\&) | Initializes a new instance of the [BarCodeReader](./) class. | | [BarCodeReader](./barcodereader/)(System::SharedPtr\, System::SharedPtr\) | Initializes a new instance of the [BarCodeReader](./) class. | -| [BarCodeReader](./barcodereader/)(System::SharedPtr\, System::Drawing::Rectangle, const System::ArrayPtr\>\&) | Initializes a new instance of the [BarCodeReader](./) class. | +| [BarCodeReader](./barcodereader/)(System::SharedPtr\, System::Drawing::Rectangle, const System::ArrayPtr\\>\&) | Initializes a new instance of the [BarCodeReader](./) class. | | [BarCodeReader](./barcodereader/)(System::SharedPtr\, System::Drawing::Rectangle, System::SharedPtr\) | Initializes a new instance of the [BarCodeReader](./) class. | -| [BarCodeReader](./barcodereader/)(System::SharedPtr\, System::ArrayPtr\, const System::ArrayPtr\>\&) | Initializes a new instance of the [BarCodeReader](./) class. | +| [BarCodeReader](./barcodereader/)(System::SharedPtr\, System::ArrayPtr\, const System::ArrayPtr\\>\&) | Initializes a new instance of the [BarCodeReader](./) class. | | [BarCodeReader](./barcodereader/)(System::SharedPtr\, System::ArrayPtr\, System::SharedPtr\) | Initializes a new instance of the [BarCodeReader](./) class. | | [BarCodeReader](./barcodereader/)(System::String) | Initializes a new instance of the [BarCodeReader](./) class from file. | -| [BarCodeReader](./barcodereader/)(System::String, const System::ArrayPtr\>\&) | Initializes a new instance of the [BarCodeReader](./) class. | +| [BarCodeReader](./barcodereader/)(System::String, const System::ArrayPtr\\>\&) | Initializes a new instance of the [BarCodeReader](./) class. | | [BarCodeReader](./barcodereader/)(System::String, System::SharedPtr\) | Initializes a new instance of the [BarCodeReader](./) class. | | [BarCodeReader](./barcodereader/)(System::SharedPtr\) | Initializes a new instance of the [BarCodeReader](./) class. | | [BarCodeReader](./barcodereader/)(System::SharedPtr\, System::SharedPtr\) | Initializes a new instance of the [BarCodeReader](./) class. | -| [BarCodeReader](./barcodereader/)(System::SharedPtr\, const System::ArrayPtr\>\&) | Initializes a new instance of the [BarCodeReader](./) class. | +| [BarCodeReader](./barcodereader/)(System::SharedPtr\, const System::ArrayPtr\\>\&) | Initializes a new instance of the [BarCodeReader](./) class. | | [Dispose](./dispose/)() override | Release resource | | [ExportToXml](./exporttoxml/)(System::String) | Exports [BarCode](../../aspose.barcode/) properties to the xml-file specified | | [ExportToXml](./exporttoxml/)(System::SharedPtr\) | Exports [BarCode](../../aspose.barcode/) properties to the xml-stream specified | +| [get_BarCodeReadType](./get_barcodereadtype/)() | Gets the barcode decode type used for recognition. Must be set before calling [ReadBarCodes](./readbarcodes/). | | [get_BarcodeSettings](./get_barcodesettings/)() | The main [BarCode](../../aspose.barcode/) decoding parameters. Contains parameters which make influence on recognized data. | | [get_FoundBarCodes](./get_foundbarcodes/)() | Gets recognized [BarCodeResult](../barcoderesult/)s array | | [get_FoundCount](./get_foundcount/)() | Gets recognized barcodes count | @@ -47,6 +48,7 @@ class BarCodeReader : public System::IDisposable | static [ImportFromXml](./importfromxml/)(System::String) | Imports [BarCode](../../aspose.barcode/) properties from the xml-file specified and applies them to the current [BarCodeReader](./) instance. | | static [ImportFromXml](./importfromxml/)(System::SharedPtr\) | Imports [BarCode](../../aspose.barcode/) properties from the xml-stream specified and applies them to the current [BarCodeReader](./) instance. | | [ReadBarCodes](./readbarcodes/)() | Reads [BarCodeResult](../barcoderesult/)s from the image. | +| [set_BarCodeReadType](./set_barcodereadtype/)(System::SharedPtr\) | Sets the barcode decode type used for recognition. Must be set before calling [ReadBarCodes](./readbarcodes/). | | [set_QualitySettings](./set_qualitysettings/)(System::SharedPtr\) | [QualitySettings](../qualitysettings/) allows to configure recognition quality and speed manually. You can quickly set up [QualitySettings](../qualitysettings/) by embedded presets: HighPerformance, NormalQuality, HighQuality, MaxBarCodes or you can manually configure separate options. Default value of [QualitySettings](../qualitysettings/) is NormalQuality. | | [set_Timeout](./set_timeout/)(int32_t) | Sets the timeout of recognition process in milliseconds. | | [SetBarCodeImage](./setbarcodeimage/)(System::SharedPtr\) | Sets bitmap image for recognition. Must be called before [ReadBarCodes()](./readbarcodes/) method. | @@ -54,8 +56,7 @@ class BarCodeReader : public System::IDisposable | [SetBarCodeImage](./setbarcodeimage/)(System::SharedPtr\, System::Drawing::Rectangle) | Sets bitmap image and area for recognition. Must be called before [ReadBarCodes()](./readbarcodes/) method. | | [SetBarCodeImage](./setbarcodeimage/)(System::String) | Sets image file for recognition. Must be called before [ReadBarCodes()](./readbarcodes/) method. | | [SetBarCodeImage](./setbarcodeimage/)(System::SharedPtr\) | Sets image stream for recognition. Must be called before [ReadBarCodes()](./readbarcodes/) method. | -| [SetBarCodeReadType](./setbarcodereadtype/)(const System::ArrayPtr\>\&) | Sets [SingleDecodeType](../singledecodetype/) type array for recognition. Must be called before [ReadBarCodes()](./readbarcodes/) method. | -| [SetBarCodeReadType](./setbarcodereadtype/)(System::SharedPtr\) | Sets decode type for recognition. Must be called before [ReadBarCodes()](./readbarcodes/) method. | +| [SetBarCodeReadType](./setbarcodereadtype/)(const System::ArrayPtr\\>\&) | Sets [SingleDecodeType](../singledecodetype/) type array for recognition. Must be called before [ReadBarCodes()](./readbarcodes/) method. | ## Remarks diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodereader/abort/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodereader/abort/_index.md index 7057047cd..9b5c22e5d 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodereader/abort/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodereader/abort/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeReader::Abort method linktitle: Abort second_title: Aspose.BarCode for C++ API Reference -description: ' method. Function requests termination of current recognition session from other thread. Abort is unblockable method and returns control just after calling. The method should be used when recognition process is too long in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeReader::Abort method. Function requests termination of current recognition session from other thread. Abort is unblockable method and returns control just after calling. The method should be used when recognition process is too long in C++.' type: docs -weight: 1000 +weight: 1200 url: /cpp/aspose.barcode.barcoderecognition/barcodereader/abort/ --- ## BarCodeReader::Abort method @@ -53,6 +53,9 @@ Thread.Sleep(100) reader.Abort() ``` + + + ## See Also * Class [BarCodeReader](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodereader/barcodereader/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodereader/barcodereader/_index.md index 8d69f164f..2fe70f254 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodereader/barcodereader/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodereader/barcodereader/_index.md @@ -1,10 +1,10 @@ --- -title: constructor +title: Aspose::BarCode::BarCodeRecognition::BarCodeReader::BarCodeReader constructor linktitle: BarCodeReader second_title: Aspose.BarCode for C++ API Reference -description: ' constructor. Initializes a new instance of the BarCodeReader class with default values. Requires to set image (SetBitmapImage()) before to call ReadBarCodes() method in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeReader::BarCodeReader constructor. Initializes a new instance of the BarCodeReader class with default values. Requires to set image (SetBitmapImage()) before to call ReadBarCodes() method in C++.' type: docs -weight: 1200 +weight: 1400 url: /cpp/aspose.barcode.barcoderecognition/barcodereader/barcodereader/ --- ## BarCodeReader::BarCodeReader() constructor @@ -95,7 +95,7 @@ End Using * Class [BarCodeReader](../) * Namespace [Aspose::BarCode::BarCodeRecognition](../../) * Library [Aspose.BarCode for C++](../../../) -## BarCodeReader::BarCodeReader(System::SharedPtr\, const System::ArrayPtr\>\&) constructor +## BarCodeReader::BarCodeReader(System::SharedPtr\, const System::ArrayPtr\\>\&) constructor Initializes a new instance of the [BarCodeReader](../) class. @@ -108,7 +108,7 @@ Aspose::BarCode::BarCodeRecognition::BarCodeReader::BarCodeReader(System::Shared | Parameter | Type | Description | | --- | --- | --- | | image | System::SharedPtr\ | The image. | -| decodeTypes | const System::ArrayPtr\>\& | Decode types. | +| decodeTypes | const System::ArrayPtr\\>\& | Decode types. | ## Remarks @@ -189,7 +189,7 @@ End Using * Class [BarCodeReader](../) * Namespace [Aspose::BarCode::BarCodeRecognition](../../) * Library [Aspose.BarCode for C++](../../../) -## BarCodeReader::BarCodeReader(System::SharedPtr\, System::Drawing::Rectangle, const System::ArrayPtr\>\&) constructor +## BarCodeReader::BarCodeReader(System::SharedPtr\, System::Drawing::Rectangle, const System::ArrayPtr\\>\&) constructor Initializes a new instance of the [BarCodeReader](../) class. @@ -203,7 +203,7 @@ Aspose::BarCode::BarCodeRecognition::BarCodeReader::BarCodeReader(System::Shared | --- | --- | --- | | image | System::SharedPtr\ | The image. | | area | System::Drawing::Rectangle | The area for recognition. | -| decodeTypes | const System::ArrayPtr\>\& | Decode types. | +| decodeTypes | const System::ArrayPtr\\>\& | Decode types. | ## Remarks @@ -285,7 +285,7 @@ End Using * Class [BarCodeReader](../) * Namespace [Aspose::BarCode::BarCodeRecognition](../../) * Library [Aspose.BarCode for C++](../../../) -## BarCodeReader::BarCodeReader(System::SharedPtr\, System::ArrayPtr\, const System::ArrayPtr\>\&) constructor +## BarCodeReader::BarCodeReader(System::SharedPtr\, System::ArrayPtr\, const System::ArrayPtr\\>\&) constructor Initializes a new instance of the [BarCodeReader](../) class. @@ -299,7 +299,7 @@ Aspose::BarCode::BarCodeRecognition::BarCodeReader::BarCodeReader(System::Shared | --- | --- | --- | | image | System::SharedPtr\ | The image to read | | areas | System::ArrayPtr\ | The array of recognition areas | -| decodeTypes | const System::ArrayPtr\>\& | The decode types applicable for all the areas specified. | +| decodeTypes | const System::ArrayPtr\\>\& | The decode types applicable for all the areas specified. | ## Remarks @@ -425,7 +425,7 @@ End Using * Class [BarCodeReader](../) * Namespace [Aspose::BarCode::BarCodeRecognition](../../) * Library [Aspose.BarCode for C++](../../../) -## BarCodeReader::BarCodeReader(System::String, const System::ArrayPtr\>\&) constructor +## BarCodeReader::BarCodeReader(System::String, const System::ArrayPtr\\>\&) constructor Initializes a new instance of the [BarCodeReader](../) class. @@ -438,7 +438,7 @@ Aspose::BarCode::BarCodeRecognition::BarCodeReader::BarCodeReader(System::String | Parameter | Type | Description | | --- | --- | --- | | filename | System::String | The filename. | -| decodeTypes | const System::ArrayPtr\>\& | Decode types. | +| decodeTypes | const System::ArrayPtr\\>\& | Decode types. | ## Remarks @@ -607,7 +607,7 @@ End Using * Class [BarCodeReader](../) * Namespace [Aspose::BarCode::BarCodeRecognition](../../) * Library [Aspose.BarCode for C++](../../../) -## BarCodeReader::BarCodeReader(System::SharedPtr\, const System::ArrayPtr\>\&) constructor +## BarCodeReader::BarCodeReader(System::SharedPtr\, const System::ArrayPtr\\>\&) constructor Initializes a new instance of the [BarCodeReader](../) class. @@ -620,7 +620,7 @@ Aspose::BarCode::BarCodeRecognition::BarCodeReader::BarCodeReader(System::Shared | Parameter | Type | Description | | --- | --- | --- | | stream | System::SharedPtr\ | The stream. | -| decodeTypes | const System::ArrayPtr\>\& | Decode types. | +| decodeTypes | const System::ArrayPtr\\>\& | Decode types. | ## Remarks diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodereader/dispose/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodereader/dispose/_index.md index 8d8b0132e..f97fc5dd3 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodereader/dispose/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodereader/dispose/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeReader::Dispose method linktitle: Dispose second_title: Aspose.BarCode for C++ API Reference -description: ' method. Release resource in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeReader::Dispose method. Release resource in C++.' type: docs -weight: 1500 +weight: 1700 url: /cpp/aspose.barcode.barcoderecognition/barcodereader/dispose/ --- ## BarCodeReader::Dispose method diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodereader/exporttoxml/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodereader/exporttoxml/_index.md index 724b13b98..b6617f164 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodereader/exporttoxml/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodereader/exporttoxml/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeReader::ExportToXml method linktitle: ExportToXml second_title: Aspose.BarCode for C++ API Reference -description: ' method. Exports BarCode properties to the xml-file specified in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeReader::ExportToXml method. Exports BarCode properties to the xml-file specified in C++.' type: docs -weight: 1600 +weight: 1800 url: /cpp/aspose.barcode.barcoderecognition/barcodereader/exporttoxml/ --- ## BarCodeReader::ExportToXml(System::String) method diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodereader/get_barcodereadtype/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodereader/get_barcodereadtype/_index.md new file mode 100644 index 000000000..f0f26a417 --- /dev/null +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodereader/get_barcodereadtype/_index.md @@ -0,0 +1,53 @@ +--- +title: Aspose::BarCode::BarCodeRecognition::BarCodeReader::get_BarCodeReadType method +linktitle: get_BarCodeReadType +second_title: Aspose.BarCode for C++ API Reference +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeReader::get_BarCodeReadType method. Gets the barcode decode type used for recognition. Must be set before calling ReadBarCodes in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.barcode.barcoderecognition/barcodereader/get_barcodereadtype/ +--- +## BarCodeReader::get_BarCodeReadType method + + +Gets the barcode decode type used for recognition. Must be set before calling [ReadBarCodes](../readbarcodes/). + +```cpp +System::SharedPtr Aspose::BarCode::BarCodeRecognition::BarCodeReader::get_BarCodeReadType() +``` + +## Remarks + + +This sample shows how to detect Code39 and Code128 barcodes. +```cpp +[C#] +using (BarCodeReader reader = new BarCodeReader()) +{ + reader.BarCodeReadType = new MultiDecodeType(DecodeType.Code39, DecodeType.Code128); + reader.SetBarCodeImage(@"c:\test.png"); + foreach (BarCodeResult result in reader.ReadBarCodes()) + { + Console.WriteLine("BarCode Type: " + result.CodeTypeName); + Console.WriteLine("BarCode CodeText: " + result.CodeText); + } + Console.WriteLine("BarCodeReadType: " + reader.BarCodeReadType.ToString()); +} +[VB.NET] +Using reader As New BarCodeReader() + reader.BarCodeReadType = New MultiDecodeType(DecodeType.Code39, DecodeType.Code128) + reader.SetBarCodeImage("c:\test.png") + For Each result As BarCodeResult In reader.ReadBarCodes() + Console.WriteLine("BarCode Type: " + result.CodeTypeName) + Console.WriteLine("BarCode CodeText: " + result.CodeText) + Next + Console.WriteLine("BarCodeReadType: " + reader.BarCodeReadType.ToString()) +End Using +``` + +## See Also + +* Class [BaseDecodeType](../../basedecodetype/) +* Class [BarCodeReader](../) +* Namespace [Aspose::BarCode::BarCodeRecognition](../../) +* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodereader/get_barcodesettings/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodereader/get_barcodesettings/_index.md index bf8c42749..316a6a221 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodereader/get_barcodesettings/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodereader/get_barcodesettings/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeReader::get_BarcodeSettings method linktitle: get_BarcodeSettings second_title: Aspose.BarCode for C++ API Reference -description: ' method. The main BarCode decoding parameters. Contains parameters which make influence on recognized data in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeReader::get_BarcodeSettings method. The main BarCode decoding parameters. Contains parameters which make influence on recognized data in C++.' type: docs weight: 900 url: /cpp/aspose.barcode.barcoderecognition/barcodereader/get_barcodesettings/ @@ -20,6 +20,9 @@ System::SharedPtr Aspose:: The main [BarCode](../../../aspose.barcode/) decoding parameters + + + ## See Also * Class [BarcodeSettings](../../barcodesettings/) diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodereader/get_foundbarcodes/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodereader/get_foundbarcodes/_index.md index 5a1271317..ccc31b8bc 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodereader/get_foundbarcodes/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodereader/get_foundbarcodes/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeReader::get_FoundBarCodes method linktitle: get_FoundBarCodes second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets recognized BarCodeResults array in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeReader::get_FoundBarCodes method. Gets recognized BarCodeResults array in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.barcoderecognition/barcodereader/get_foundbarcodes/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodereader/get_foundcount/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodereader/get_foundcount/_index.md index 765987f8b..d5f5392c4 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodereader/get_foundcount/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodereader/get_foundcount/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeReader::get_FoundCount method linktitle: get_FoundCount second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets recognized barcodes count in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeReader::get_FoundCount method. Gets recognized barcodes count in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.barcoderecognition/barcodereader/get_foundcount/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodereader/get_processorsettings/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodereader/get_processorsettings/_index.md index 7fe4bc51b..aaece4166 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodereader/get_processorsettings/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodereader/get_processorsettings/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeReader::get_ProcessorSettings method linktitle: get_ProcessorSettings second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a settings of using processor cores in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeReader::get_ProcessorSettings method. Gets a settings of using processor cores in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.barcoderecognition/barcodereader/get_processorsettings/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodereader/get_qualitysettings/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodereader/get_qualitysettings/_index.md index f334c0a05..b98822f46 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodereader/get_qualitysettings/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodereader/get_qualitysettings/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeReader::get_QualitySettings method linktitle: get_QualitySettings second_title: Aspose.BarCode for C++ API Reference -description: ' method. QualitySettings allows to configure recognition quality and speed manually. You can quickly set up QualitySettings by embedded presets: HighPerformance, NormalQuality, HighQuality, MaxBarCodes or you can manually configure separate options. Default value of QualitySettings is NormalQuality in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeReader::get_QualitySettings method. QualitySettings allows to configure recognition quality and speed manually. You can quickly set up QualitySettings by embedded presets: HighPerformance, NormalQuality, HighQuality, MaxBarCodes or you can manually configure separate options. Default value of QualitySettings is NormalQuality in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.barcoderecognition/barcodereader/get_qualitysettings/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodereader/get_timeout/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodereader/get_timeout/_index.md index 0dcff61ae..1025b7e03 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodereader/get_timeout/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodereader/get_timeout/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeReader::get_Timeout method linktitle: get_Timeout second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the timeout of recognition process in milliseconds in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeReader::get_Timeout method. Gets the timeout of recognition process in milliseconds in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.barcoderecognition/barcodereader/get_timeout/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodereader/importfromxml/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodereader/importfromxml/_index.md index 40927b4d7..8c1054ed8 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodereader/importfromxml/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodereader/importfromxml/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeReader::ImportFromXml method linktitle: ImportFromXml second_title: Aspose.BarCode for C++ API Reference -description: ' method. Imports BarCode properties from the xml-file specified and applies them to the current BarCodeReader instance in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeReader::ImportFromXml method. Imports BarCode properties from the xml-file specified and applies them to the current BarCodeReader instance in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.barcoderecognition/barcodereader/importfromxml/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodereader/readbarcodes/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodereader/readbarcodes/_index.md index 1c719cc8d..99227c0aa 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodereader/readbarcodes/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodereader/readbarcodes/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeReader::ReadBarCodes method linktitle: ReadBarCodes second_title: Aspose.BarCode for C++ API Reference -description: ' method. Reads BarCodeResults from the image in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeReader::ReadBarCodes method. Reads BarCodeResults from the image in C++.' type: docs -weight: 1100 +weight: 1300 url: /cpp/aspose.barcode.barcoderecognition/barcodereader/readbarcodes/ --- ## BarCodeReader::ReadBarCodes method diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodereader/set_barcodereadtype/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodereader/set_barcodereadtype/_index.md new file mode 100644 index 000000000..f8a73ab9d --- /dev/null +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodereader/set_barcodereadtype/_index.md @@ -0,0 +1,53 @@ +--- +title: Aspose::BarCode::BarCodeRecognition::BarCodeReader::set_BarCodeReadType method +linktitle: set_BarCodeReadType +second_title: Aspose.BarCode for C++ API Reference +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeReader::set_BarCodeReadType method. Sets the barcode decode type used for recognition. Must be set before calling ReadBarCodes in C++.' +type: docs +weight: 1100 +url: /cpp/aspose.barcode.barcoderecognition/barcodereader/set_barcodereadtype/ +--- +## BarCodeReader::set_BarCodeReadType method + + +Sets the barcode decode type used for recognition. Must be set before calling [ReadBarCodes](../readbarcodes/). + +```cpp +void Aspose::BarCode::BarCodeRecognition::BarCodeReader::set_BarCodeReadType(System::SharedPtr value) +``` + +## Remarks + + +This sample shows how to detect Code39 and Code128 barcodes. +```cpp +[C#] +using (BarCodeReader reader = new BarCodeReader()) +{ + reader.BarCodeReadType = new MultiDecodeType(DecodeType.Code39, DecodeType.Code128); + reader.SetBarCodeImage(@"c:\test.png"); + foreach (BarCodeResult result in reader.ReadBarCodes()) + { + Console.WriteLine("BarCode Type: " + result.CodeTypeName); + Console.WriteLine("BarCode CodeText: " + result.CodeText); + } + Console.WriteLine("BarCodeReadType: " + reader.BarCodeReadType.ToString()); +} +[VB.NET] +Using reader As New BarCodeReader() + reader.BarCodeReadType = New MultiDecodeType(DecodeType.Code39, DecodeType.Code128) + reader.SetBarCodeImage("c:\test.png") + For Each result As BarCodeResult In reader.ReadBarCodes() + Console.WriteLine("BarCode Type: " + result.CodeTypeName) + Console.WriteLine("BarCode CodeText: " + result.CodeText) + Next + Console.WriteLine("BarCodeReadType: " + reader.BarCodeReadType.ToString()) +End Using +``` + +## See Also + +* Class [BaseDecodeType](../../basedecodetype/) +* Class [BarCodeReader](../) +* Namespace [Aspose::BarCode::BarCodeRecognition](../../) +* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodereader/set_qualitysettings/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodereader/set_qualitysettings/_index.md index 2ded7aa01..ec5f5e183 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodereader/set_qualitysettings/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodereader/set_qualitysettings/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeReader::set_QualitySettings method linktitle: set_QualitySettings second_title: Aspose.BarCode for C++ API Reference -description: ' method. QualitySettings allows to configure recognition quality and speed manually. You can quickly set up QualitySettings by embedded presets: HighPerformance, NormalQuality, HighQuality, MaxBarCodes or you can manually configure separate options. Default value of QualitySettings is NormalQuality in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeReader::set_QualitySettings method. QualitySettings allows to configure recognition quality and speed manually. You can quickly set up QualitySettings by embedded presets: HighPerformance, NormalQuality, HighQuality, MaxBarCodes or you can manually configure separate options. Default value of QualitySettings is NormalQuality in C++.' type: docs weight: 800 url: /cpp/aspose.barcode.barcoderecognition/barcodereader/set_qualitysettings/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodereader/set_timeout/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodereader/set_timeout/_index.md index f57c24259..4b645492d 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodereader/set_timeout/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodereader/set_timeout/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeReader::set_Timeout method linktitle: set_Timeout second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets the timeout of recognition process in milliseconds in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeReader::set_Timeout method. Sets the timeout of recognition process in milliseconds in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.barcoderecognition/barcodereader/set_timeout/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodereader/setbarcodeimage/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodereader/setbarcodeimage/_index.md index 7413af8d1..4b4225ff2 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodereader/setbarcodeimage/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodereader/setbarcodeimage/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeReader::SetBarCodeImage method linktitle: SetBarCodeImage second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets bitmap image for recognition. Must be called before ReadBarCodes() method in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeReader::SetBarCodeImage method. Sets bitmap image for recognition. Must be called before ReadBarCodes() method in C++.' type: docs -weight: 1300 +weight: 1500 url: /cpp/aspose.barcode.barcoderecognition/barcodereader/setbarcodeimage/ --- ## BarCodeReader::SetBarCodeImage(System::SharedPtr\) method diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodereader/setbarcodereadtype/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodereader/setbarcodereadtype/_index.md index cb27a5a2d..0289b5ef0 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodereader/setbarcodereadtype/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodereader/setbarcodereadtype/_index.md @@ -1,13 +1,13 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeReader::SetBarCodeReadType method linktitle: SetBarCodeReadType second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets SingleDecodeType type array for recognition. Must be called before ReadBarCodes() method in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeReader::SetBarCodeReadType method. Sets SingleDecodeType type array for recognition. Must be called before ReadBarCodes() method in C++.' type: docs -weight: 1400 +weight: 1600 url: /cpp/aspose.barcode.barcoderecognition/barcodereader/setbarcodereadtype/ --- -## BarCodeReader::SetBarCodeReadType(const System::ArrayPtr\>\&) method +## BarCodeReader::SetBarCodeReadType method Sets [SingleDecodeType](../../singledecodetype/) type array for recognition. Must be called before [ReadBarCodes()](../readbarcodes/) method. @@ -19,7 +19,7 @@ void Aspose::BarCode::BarCodeRecognition::BarCodeReader::SetBarCodeReadType(cons | Parameter | Type | Description | | --- | --- | --- | -| barcodeTypes | const System::ArrayPtr\>\& | The [SingleDecodeType](../../singledecodetype/) type array to read. | +| barcodeTypes | const System::ArrayPtr\\>\& | The [SingleDecodeType](../../singledecodetype/) type array to read. | ## Remarks @@ -54,50 +54,3 @@ End Using * Class [BarCodeReader](../) * Namespace [Aspose::BarCode::BarCodeRecognition](../../) * Library [Aspose.BarCode for C++](../../../) -## BarCodeReader::SetBarCodeReadType(System::SharedPtr\) method - - -Sets decode type for recognition. Must be called before [ReadBarCodes()](../readbarcodes/) method. - -```cpp -void Aspose::BarCode::BarCodeRecognition::BarCodeReader::SetBarCodeReadType(System::SharedPtr type) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| type | System::SharedPtr\ | The type of barcode to read. | -## Remarks - - - -This sample shows how to detect Code39 and Code128 barcodes. -```cpp -[C#] -using (BarCodeReader reader = new BarCodeReader()) -{ - reader.SetBarCodeReadType(new MultiDecodeType(DecodeType.Code39, DecodeType.Code128)); - reader.SetBarCodeImage(@"c:\test.png"); - foreach (BarCodeResult result in reader.ReadBarCodes()) - { - Console.WriteLine("BarCode Type: " + result.CodeTypeName); - Console.WriteLine("BarCode CodeText: " + result.CodeText); - } -} -[VB.NET] -Using reader As New BarCodeReader() - reader.SetBarCodeReadType(New MultiDecodeType(DecodeType.Code39, DecodeType.Code128)) - reader.SetBarCodeImage("c:\test.png") - For Each result As BarCodeResult In reader.ReadBarCodes() - Console.WriteLine("BarCode Type: " + result.CodeTypeName) - Console.WriteLine("BarCode CodeText: " + result.CodeText) - Next -End Using -``` - -## See Also - -* Class [BaseDecodeType](../../basedecodetype/) -* Class [BarCodeReader](../) -* Namespace [Aspose::BarCode::BarCodeRecognition](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcoderecognitionexception/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcoderecognitionexception/_index.md index 19cc97c33..82d3bf4b2 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcoderecognitionexception/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcoderecognitionexception/_index.md @@ -1,10 +1,10 @@ --- -title: typedef +title: Aspose::BarCode::BarCodeRecognition::BarCodeRecognitionException typedef linktitle: BarCodeRecognitionException second_title: Aspose.BarCode for C++ API Reference -description: 'How to use typedef in C++.' +description: 'How to use Aspose::BarCode::BarCodeRecognition::BarCodeRecognitionException typedef in C++.' type: docs -weight: 3800 +weight: 3700 url: /cpp/aspose.barcode.barcoderecognition/barcoderecognitionexception/ --- ## BarCodeRecognitionException typedef diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcoderegionparameters/get_angle/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcoderegionparameters/get_angle/_index.md index 51af3ac39..3ffd871fd 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcoderegionparameters/get_angle/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcoderegionparameters/get_angle/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeRegionParameters::get_Angle method linktitle: get_Angle second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the angle of the barcode (0-360) in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeRegionParameters::get_Angle method. Gets the angle of the barcode (0-360) in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.barcoderecognition/barcoderegionparameters/get_angle/ @@ -20,6 +20,9 @@ double Aspose::BarCode::BarCodeRecognition::BarCodeRegionParameters::get_Angle() The angle for barcode (0-360). + + + ## See Also * Class [BarCodeRegionParameters](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcoderegionparameters/get_points/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcoderegionparameters/get_points/_index.md index cac126798..4544badf6 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcoderegionparameters/get_points/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcoderegionparameters/get_points/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeRegionParameters::get_Points method linktitle: get_Points second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets Points array bounding barcode region in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeRegionParameters::get_Points method. Gets Points array bounding barcode region in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.barcoderecognition/barcoderegionparameters/get_points/ @@ -20,6 +20,9 @@ System::ArrayPtr Aspose::BarCode::BarCodeRecognition::Ba Returns [Point](../)s array bounding barcode region + + + ## See Also * Class [BarCodeRegionParameters](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcoderegionparameters/get_quadrangle/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcoderegionparameters/get_quadrangle/_index.md index 077ab16e5..887cd0c70 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcoderegionparameters/get_quadrangle/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcoderegionparameters/get_quadrangle/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeRegionParameters::get_Quadrangle method linktitle: get_Quadrangle second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets Aspose::BarCode::BarCodeRecognition::Quadrangle bounding barcode region in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeRegionParameters::get_Quadrangle method. Gets Aspose::BarCode::BarCodeRecognition::Quadrangle bounding barcode region in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.barcoderecognition/barcoderegionparameters/get_quadrangle/ @@ -20,6 +20,9 @@ System::SharedPtr Aspose::BarCo Returns [Aspose::BarCode::BarCodeRecognition::Quadrangle](../../quadrangle/) bounding barcode region + + + ## See Also * Class [Quadrangle](../../quadrangle/) diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcoderegionparameters/get_rectangle/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcoderegionparameters/get_rectangle/_index.md index ab31e33be..699231b8a 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcoderegionparameters/get_rectangle/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcoderegionparameters/get_rectangle/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeRegionParameters::get_Rectangle method linktitle: get_Rectangle second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets System::Drawing::Rectangle bounding barcode region in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeRegionParameters::get_Rectangle method. Gets System::Drawing::Rectangle bounding barcode region in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.barcoderecognition/barcoderegionparameters/get_rectangle/ @@ -20,6 +20,9 @@ System::Drawing::Rectangle Aspose::BarCode::BarCodeRecognition::BarCodeRegionPar Returns **System::Drawing::Rectangle** bounding barcode region + + + ## See Also * Class [BarCodeRegionParameters](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcoderegionparameters/gethashcode/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcoderegionparameters/gethashcode/_index.md index f14e801bf..e5478f611 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcoderegionparameters/gethashcode/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcoderegionparameters/gethashcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeRegionParameters::GetHashCode method linktitle: GetHashCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns the hash code for this instance in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeRegionParameters::GetHashCode method. Returns the hash code for this instance in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.barcoderecognition/barcoderegionparameters/gethashcode/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcoderegionparameters/tostring/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcoderegionparameters/tostring/_index.md index e76048496..b782dad20 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcoderegionparameters/tostring/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcoderegionparameters/tostring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeRegionParameters::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this BarCodeRegionParameters in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeRegionParameters::ToString method. Returns a human-readable string representation of this BarCodeRegionParameters in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.barcoderecognition/barcoderegionparameters/tostring/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/barcoderesult/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/barcoderesult/_index.md index 1a7b91cf9..d3f7b96f5 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/barcoderesult/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/barcoderesult/_index.md @@ -1,8 +1,8 @@ --- -title: constructor +title: Aspose::BarCode::BarCodeRecognition::BarCodeResult::BarCodeResult constructor linktitle: BarCodeResult second_title: Aspose.BarCode for C++ API Reference -description: ' constructor. Creates a a copy of the BarCodeResult class in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeResult::BarCodeResult constructor. Creates a a copy of the BarCodeResult class in C++.' type: docs weight: 1300 url: /cpp/aspose.barcode.barcoderecognition/barcoderesult/barcoderesult/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/clone/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/clone/_index.md index 50083670d..6f2eb8334 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/clone/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/clone/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeResult::Clone method linktitle: Clone second_title: Aspose.BarCode for C++ API Reference -description: ' method. Creates a copy of BarCodeResult class in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeResult::Clone method. Creates a copy of BarCodeResult class in C++.' type: docs weight: 1200 url: /cpp/aspose.barcode.barcoderecognition/barcoderesult/clone/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/equals/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/equals/_index.md index f9d5a1419..17e241931 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/equals/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/equals/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeResult::Equals method linktitle: Equals second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a value indicating whether this instance is equal to a specified BarCodeResult value in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeResult::Equals method. Returns a value indicating whether this instance is equal to a specified BarCodeResult value in C++.' type: docs weight: 1000 url: /cpp/aspose.barcode.barcoderecognition/barcoderesult/equals/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/get_codebytes/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/get_codebytes/_index.md index 1d60acf6e..3f3e7b688 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/get_codebytes/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/get_codebytes/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeResult::get_CodeBytes method linktitle: get_CodeBytes second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the encoded code bytes in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeResult::get_CodeBytes method. Gets the encoded code bytes in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.barcoderecognition/barcoderesult/get_codebytes/ @@ -20,6 +20,9 @@ System::ArrayPtr Aspose::BarCode::BarCodeRecognition::BarCodeResult::ge The code bytes of the barcode + + + ## See Also * Class [BarCodeResult](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/get_codetext/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/get_codetext/_index.md index 66c1a8034..dbb09a68c 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/get_codetext/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/get_codetext/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeResult::get_CodeText method linktitle: get_CodeText second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the code text in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeResult::get_CodeText method. Gets the code text in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.barcoderecognition/barcoderesult/get_codetext/ @@ -20,6 +20,9 @@ System::String Aspose::BarCode::BarCodeRecognition::BarCodeResult::get_CodeText( The code text of the barcode + + + ## See Also * Class [BarCodeResult](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/get_codetype/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/get_codetype/_index.md index 8ca12a1f3..2194aa1d9 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/get_codetype/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/get_codetype/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeResult::get_CodeType method linktitle: get_CodeType second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the barcode type in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeResult::get_CodeType method. Gets the barcode type in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.barcoderecognition/barcoderesult/get_codetype/ @@ -20,6 +20,9 @@ System::SharedPtr Aspose::BarCode::BarCodeRecognition::BarCode The type information of the recognized barcode + + + ## See Also * Class [SingleDecodeType](../../singledecodetype/) diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/get_codetypename/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/get_codetypename/_index.md index b133cf8c1..8342cff0c 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/get_codetypename/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/get_codetypename/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeResult::get_CodeTypeName method linktitle: get_CodeTypeName second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the name of the barcode type in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeResult::get_CodeTypeName method. Gets the name of the barcode type in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.barcoderecognition/barcoderesult/get_codetypename/ @@ -20,6 +20,9 @@ System::String Aspose::BarCode::BarCodeRecognition::BarCodeResult::get_CodeTypeN The type name of the recognized barcode + + + ## See Also * Class [BarCodeResult](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/get_confidence/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/get_confidence/_index.md index 6b85c46ab..0c9067623 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/get_confidence/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/get_confidence/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeResult::get_Confidence method linktitle: get_Confidence second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets recognition confidence level of the recognized barcode in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeResult::get_Confidence method. Gets recognition confidence level of the recognized barcode in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.barcoderecognition/barcoderesult/get_confidence/ @@ -20,6 +20,9 @@ BarCodeConfidence Aspose::BarCode::BarCodeRecognition::BarCodeResult::get_Confid [BarCodeConfidence::Strong](../../barcodeconfidence/) does not have fakes or misrecognitions, [BarCodeConfidence::Moderate](../../barcodeconfidence/) could sometimes have fakes or incorrect codetext because this confidence level for barcodews with weak cheksum or even without it, [BarCodeConfidence::None](../../barcodeconfidence/) always has incorrect codetext and could be fake recognitions + + + ## See Also * Enum [BarCodeConfidence](../../barcodeconfidence/) diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/get_extended/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/get_extended/_index.md index 3ace12c5e..7bcaf7fb3 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/get_extended/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/get_extended/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeResult::get_Extended method linktitle: get_Extended second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets extended parameters of recognized barcode in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeResult::get_Extended method. Gets extended parameters of recognized barcode in C++.' type: docs weight: 800 url: /cpp/aspose.barcode.barcoderecognition/barcoderesult/get_extended/ @@ -20,6 +20,9 @@ System::SharedPtr Aspose::BarCode::BarCodeRecognition The extended parameters of recognized barcode + + + ## See Also * Class [BarCodeExtendedParameters](../../barcodeextendedparameters/) diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/get_readingquality/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/get_readingquality/_index.md index c57ad8c66..cddbef224 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/get_readingquality/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/get_readingquality/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeResult::get_ReadingQuality method linktitle: get_ReadingQuality second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the reading quality. Works for 1D and postal barcodes in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeResult::get_ReadingQuality method. Gets the reading quality. Works for 1D and postal barcodes in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.barcoderecognition/barcoderesult/get_readingquality/ @@ -20,6 +20,9 @@ double Aspose::BarCode::BarCodeRecognition::BarCodeResult::get_ReadingQuality() The reading quality percent + + + ## See Also * Class [BarCodeResult](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/get_region/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/get_region/_index.md index 9d41ff4bc..749d74ed1 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/get_region/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/get_region/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeResult::get_Region method linktitle: get_Region second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the barcode region in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeResult::get_Region method. Gets the barcode region in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.barcoderecognition/barcoderesult/get_region/ @@ -20,6 +20,9 @@ System::SharedPtr Aspose::BarCode::BarCodeRecognition:: The region of the recognized barcode + + + ## See Also * Class [BarCodeRegionParameters](../../barcoderegionparameters/) diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/getcodetext/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/getcodetext/_index.md index b4347638b..d83c6a023 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/getcodetext/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/getcodetext/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeResult::GetCodeText method linktitle: GetCodeText second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the code text with encoding in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeResult::GetCodeText method. Gets the code text with encoding in C++.' type: docs weight: 900 url: /cpp/aspose.barcode.barcoderecognition/barcoderesult/getcodetext/ @@ -43,6 +43,9 @@ using (BarCodeReader reader = new BarCodeReader("barcode.png", DecodeType.DataMa Console.WriteLine("BarCode CodeText: " + result.GetCodeText(Encoding.GetEncoding(932))); ``` + + + ## See Also * Class [BarCodeResult](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/gethashcode/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/gethashcode/_index.md index 1c6dab537..faaec1dee 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/gethashcode/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/gethashcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeResult::GetHashCode method linktitle: GetHashCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns the hash code for this instance in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeResult::GetHashCode method. Returns the hash code for this instance in C++.' type: docs weight: 1100 url: /cpp/aspose.barcode.barcoderecognition/barcoderesult/gethashcode/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/tostring/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/tostring/_index.md index 5699f9a4a..50554cd22 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/tostring/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcoderesult/tostring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarCodeResult::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this BarCodeResult in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarCodeResult::ToString method. Returns a human-readable string representation of this BarCodeResult in C++.' type: docs weight: 1400 url: /cpp/aspose.barcode.barcoderecognition/barcoderesult/tostring/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodesettings/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodesettings/_index.md index 1f78c6de5..5e86d9486 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodesettings/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodesettings/_index.md @@ -23,9 +23,11 @@ class BarcodeSettings : public System::Object | [get_AustraliaPost](./get_australiapost/)() | Gets AustraliaPost decoding parameters | | [get_ChecksumValidation](./get_checksumvalidation/)() | | | [get_DetectEncoding](./get_detectencoding/)() | The flag which force engine to detect codetext encoding for Unicode codesets. Default value is true. | +| [get_OnlyRequestedTypes](./get_onlyrequestedtypes/)() | Returns only barcode types explicitly specified for recognition. When enabled, recognized barcodes of other compatible or equivalent types are filtered out. Default value is false. | | [get_StripFNC](./get_stripfnc/)() | Strip FNC1, FNC2, FNC3 characters from codetext. Default value is false. | | [set_ChecksumValidation](./set_checksumvalidation/)(Aspose::BarCode::BarCodeRecognition::ChecksumValidation) | | | [set_DetectEncoding](./set_detectencoding/)(bool) | The flag which force engine to detect codetext encoding for Unicode codesets. Default value is true. | +| [set_OnlyRequestedTypes](./set_onlyrequestedtypes/)(bool) | Returns only barcode types explicitly specified for recognition. When enabled, recognized barcodes of other compatible or equivalent types are filtered out. Default value is false. | | [set_StripFNC](./set_stripfnc/)(bool) | Strip FNC1, FNC2, FNC3 characters from codetext. Default value is false. | ## See Also diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodesettings/get_australiapost/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodesettings/get_australiapost/_index.md index 91e793e85..fd6cc5902 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodesettings/get_australiapost/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodesettings/get_australiapost/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarcodeSettings::get_AustraliaPost method linktitle: get_AustraliaPost second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets AustraliaPost decoding parameters in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarcodeSettings::get_AustraliaPost method. Gets AustraliaPost decoding parameters in C++.' type: docs -weight: 700 +weight: 900 url: /cpp/aspose.barcode.barcoderecognition/barcodesettings/get_australiapost/ --- ## BarcodeSettings::get_AustraliaPost method @@ -20,6 +20,9 @@ System::SharedPtr Aspose::BarCode::BarCodeRecognition::Ba The AustraliaPost decoding parameters which make influence on recognized data of AustraliaPost symbology + + + ## See Also * Class [AustraliaPostSettings](../../australiapostsettings/) diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodesettings/get_checksumvalidation/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodesettings/get_checksumvalidation/_index.md index 141f3235e..44adfdc76 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodesettings/get_checksumvalidation/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodesettings/get_checksumvalidation/_index.md @@ -1,5 +1,5 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarcodeSettings::get_ChecksumValidation method linktitle: get_ChecksumValidation second_title: Aspose.BarCode for C++ API Reference description: 'How to use get_ChecksumValidation method of Aspose::BarCode::BarCodeRecognition::BarcodeSettings class in C++.' @@ -84,6 +84,9 @@ End Using Enable checksum validation during recognition for 1D and Postal barcodes. + + + ## See Also * Enum [ChecksumValidation](../../checksumvalidation/) diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodesettings/get_detectencoding/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodesettings/get_detectencoding/_index.md index 127132e9a..290723bf0 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodesettings/get_detectencoding/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodesettings/get_detectencoding/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarcodeSettings::get_DetectEncoding method linktitle: get_DetectEncoding second_title: Aspose.BarCode for C++ API Reference -description: ' method. The flag which force engine to detect codetext encoding for Unicode codesets. Default value is true in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarcodeSettings::get_DetectEncoding method. The flag which force engine to detect codetext encoding for Unicode codesets. Default value is true in C++.' type: docs -weight: 500 +weight: 700 url: /cpp/aspose.barcode.barcoderecognition/barcodesettings/get_detectencoding/ --- ## BarcodeSettings::get_DetectEncoding method @@ -76,6 +76,9 @@ End Using The flag which force engine to detect codetext encoding for Unicode codesets + + + ## See Also * Class [BarcodeSettings](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodesettings/get_onlyrequestedtypes/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodesettings/get_onlyrequestedtypes/_index.md new file mode 100644 index 000000000..0fd645159 --- /dev/null +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodesettings/get_onlyrequestedtypes/_index.md @@ -0,0 +1,53 @@ +--- +title: Aspose::BarCode::BarCodeRecognition::BarcodeSettings::get_OnlyRequestedTypes method +linktitle: get_OnlyRequestedTypes +second_title: Aspose.BarCode for C++ API Reference +description: 'Aspose::BarCode::BarCodeRecognition::BarcodeSettings::get_OnlyRequestedTypes method. Returns only barcode types explicitly specified for recognition. When enabled, recognized barcodes of other compatible or equivalent types are filtered out. Default value is false in C++.' +type: docs +weight: 500 +url: /cpp/aspose.barcode.barcoderecognition/barcodesettings/get_onlyrequestedtypes/ +--- +## BarcodeSettings::get_OnlyRequestedTypes method + + +Returns only barcode types explicitly specified for recognition. When enabled, recognized barcodes of other compatible or equivalent types are filtered out. Default value is false. + +```cpp +bool Aspose::BarCode::BarCodeRecognition::BarcodeSettings::get_OnlyRequestedTypes() +``` + +## Remarks + + +This sample shows how to restrict recognition results to requested barcode types only +```cpp +[C#] +//generate EAN13 barcode +using (BarcodeGenerator generator = new BarcodeGenerator(EncodeTypes.EAN13, "2383823482894")) + generator.Save(@"c:\test.png"); +//recognize only UPCA barcodes (no results, because source is EAN13) +using (BarCodeReader reader = new BarCodeReader(@"c:\test.png", DecodeType.UPCA)) +{ + reader.BarcodeSettings.OnlyRequestedTypes = true; + foreach (BarCodeResult result in reader.ReadBarCodes()) + Console.WriteLine("BarCode CodeText: " + result.CodeText); +} +//recognize compatible types: EAN13, UPCA, ISSN, ISMN, ISBN (EAN13 will be returned as UPCA-equivalent) +using (BarCodeReader reader = new BarCodeReader(@"c:\test.png", DecodeType.UPCA)) +{ + reader.BarcodeSettings.OnlyRequestedTypes = false; + foreach (BarCodeResult result in reader.ReadBarCodes()) + Console.WriteLine("BarCode CodeText: " + result.CodeText); +} +``` + + +Returns only barcode types explicitly specified for recognition. Default value is false. + + + +## See Also + +* Class [BarcodeSettings](../) +* Namespace [Aspose::BarCode::BarCodeRecognition](../../) +* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodesettings/get_stripfnc/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodesettings/get_stripfnc/_index.md index 9ce293fb1..0b7a150e6 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodesettings/get_stripfnc/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodesettings/get_stripfnc/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarcodeSettings::get_StripFNC method linktitle: get_StripFNC second_title: Aspose.BarCode for C++ API Reference -description: ' method. Strip FNC1, FNC2, FNC3 characters from codetext. Default value is false in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarcodeSettings::get_StripFNC method. Strip FNC1, FNC2, FNC3 characters from codetext. Default value is false in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.barcoderecognition/barcodesettings/get_stripfnc/ @@ -66,6 +66,9 @@ End Using Strip FNC1, FNC2, FNC3 characters from codetext. Default value is false. + + + ## See Also * Class [BarcodeSettings](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodesettings/set_checksumvalidation/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodesettings/set_checksumvalidation/_index.md index 713995d8f..32b24c02f 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodesettings/set_checksumvalidation/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodesettings/set_checksumvalidation/_index.md @@ -1,5 +1,5 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarcodeSettings::set_ChecksumValidation method linktitle: set_ChecksumValidation second_title: Aspose.BarCode for C++ API Reference description: 'How to use set_ChecksumValidation method of Aspose::BarCode::BarCodeRecognition::BarcodeSettings class in C++.' @@ -84,6 +84,9 @@ End Using Enable checksum validation during recognition for 1D and Postal barcodes. + + + ## See Also * Enum [ChecksumValidation](../../checksumvalidation/) diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodesettings/set_detectencoding/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodesettings/set_detectencoding/_index.md index a3e44a61d..d4b3fcd3b 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodesettings/set_detectencoding/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodesettings/set_detectencoding/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarcodeSettings::set_DetectEncoding method linktitle: set_DetectEncoding second_title: Aspose.BarCode for C++ API Reference -description: ' method. The flag which force engine to detect codetext encoding for Unicode codesets. Default value is true in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarcodeSettings::set_DetectEncoding method. The flag which force engine to detect codetext encoding for Unicode codesets. Default value is true in C++.' type: docs -weight: 600 +weight: 800 url: /cpp/aspose.barcode.barcoderecognition/barcodesettings/set_detectencoding/ --- ## BarcodeSettings::set_DetectEncoding method @@ -76,6 +76,9 @@ End Using The flag which force engine to detect codetext encoding for Unicode codesets + + + ## See Also * Class [BarcodeSettings](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodesettings/set_onlyrequestedtypes/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodesettings/set_onlyrequestedtypes/_index.md new file mode 100644 index 000000000..498369afd --- /dev/null +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodesettings/set_onlyrequestedtypes/_index.md @@ -0,0 +1,53 @@ +--- +title: Aspose::BarCode::BarCodeRecognition::BarcodeSettings::set_OnlyRequestedTypes method +linktitle: set_OnlyRequestedTypes +second_title: Aspose.BarCode for C++ API Reference +description: 'Aspose::BarCode::BarCodeRecognition::BarcodeSettings::set_OnlyRequestedTypes method. Returns only barcode types explicitly specified for recognition. When enabled, recognized barcodes of other compatible or equivalent types are filtered out. Default value is false in C++.' +type: docs +weight: 600 +url: /cpp/aspose.barcode.barcoderecognition/barcodesettings/set_onlyrequestedtypes/ +--- +## BarcodeSettings::set_OnlyRequestedTypes method + + +Returns only barcode types explicitly specified for recognition. When enabled, recognized barcodes of other compatible or equivalent types are filtered out. Default value is false. + +```cpp +void Aspose::BarCode::BarCodeRecognition::BarcodeSettings::set_OnlyRequestedTypes(bool value) +``` + +## Remarks + + +This sample shows how to restrict recognition results to requested barcode types only +```cpp +[C#] +//generate EAN13 barcode +using (BarcodeGenerator generator = new BarcodeGenerator(EncodeTypes.EAN13, "2383823482894")) + generator.Save(@"c:\test.png"); +//recognize only UPCA barcodes (no results, because source is EAN13) +using (BarCodeReader reader = new BarCodeReader(@"c:\test.png", DecodeType.UPCA)) +{ + reader.BarcodeSettings.OnlyRequestedTypes = true; + foreach (BarCodeResult result in reader.ReadBarCodes()) + Console.WriteLine("BarCode CodeText: " + result.CodeText); +} +//recognize compatible types: EAN13, UPCA, ISSN, ISMN, ISBN (EAN13 will be returned as UPCA-equivalent) +using (BarCodeReader reader = new BarCodeReader(@"c:\test.png", DecodeType.UPCA)) +{ + reader.BarcodeSettings.OnlyRequestedTypes = false; + foreach (BarCodeResult result in reader.ReadBarCodes()) + Console.WriteLine("BarCode CodeText: " + result.CodeText); +} +``` + + +Returns only barcode types explicitly specified for recognition. Default value is false. + + + +## See Also + +* Class [BarcodeSettings](../) +* Namespace [Aspose::BarCode::BarCodeRecognition](../../) +* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/barcodesettings/set_stripfnc/_index.md b/english/cpp/aspose.barcode.barcoderecognition/barcodesettings/set_stripfnc/_index.md index 4c8490d91..d9091ec3b 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/barcodesettings/set_stripfnc/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/barcodesettings/set_stripfnc/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BarcodeSettings::set_StripFNC method linktitle: set_StripFNC second_title: Aspose.BarCode for C++ API Reference -description: ' method. Strip FNC1, FNC2, FNC3 characters from codetext. Default value is false in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BarcodeSettings::set_StripFNC method. Strip FNC1, FNC2, FNC3 characters from codetext. Default value is false in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.barcoderecognition/barcodesettings/set_stripfnc/ @@ -66,6 +66,9 @@ End Using Strip FNC1, FNC2, FNC3 characters from codetext. Default value is false. + + + ## See Also * Class [BarcodeSettings](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/basedecodetype/_index.md b/english/cpp/aspose.barcode.barcoderecognition/basedecodetype/_index.md index 4b6a1e14f..736e6a1b3 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/basedecodetype/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/basedecodetype/_index.md @@ -20,10 +20,11 @@ class BaseDecodeType : public virtual System::IEquatable>\&) | Determines whether any of the given decode types is included into | +| virtual [ContainsAny](./containsany/)(const System::ArrayPtr\\>\&) | Determines whether any of the given decode types is included into | | virtual [Equals](./equals/)(System::SharedPtr\) | Returns a value indicating whether this instance is equal to a specified [SingleDecodeType](../singledecodetype/) value. | | virtual [Equals](./equals/)(System::SharedPtr\) | Returns a value indicating whether this instance is equal to a specified [MultiDecodeType](../multidecodetype/) value. | | [Equals](./equals/)(System::SharedPtr\) override | Returns a value indicating whether this instance is equal to a specified [BaseDecodeType](./) value. | +| [GetHashCode](./gethashcode/)() const override | Returns the hash code for this instance. | | static [TryParse](./tryparse/)(System::String, System::SharedPtr\\&) | Converts the string representation of a [SingleDecodeType](../singledecodetype/) to its instance. A return value indicates whether the conversion succeeded or failed. | | static [TryParse](./tryparse/)(System::String, System::SharedPtr\\&) | Converts the string representation of a [MultiDecodeType](../multidecodetype/) to its instance. A return value indicates whether the conversion succeeded or failed. | | static [TryParse](./tryparse/)(System::String, System::SharedPtr\\&) | Converts the string representation of a [BaseDecodeType](./) to its instance, having determined the concrete type. A return value indicates whether the conversion succeeded or failed. | @@ -40,6 +41,9 @@ Dim decodeOne As BaseDecodeType = DecodeType.Code128 Dim decodeTwo As BaseDecodeType = New MultiDecodeType(DecodeType.Code128, DecodeType.Code39, DecodeType.Code39FullASCII) ``` + + + ## See Also * Namespace [Aspose::BarCode::BarCodeRecognition](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/basedecodetype/containsany/_index.md b/english/cpp/aspose.barcode.barcoderecognition/basedecodetype/containsany/_index.md index 76a7f6a23..7ea764e9a 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/basedecodetype/containsany/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/basedecodetype/containsany/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BaseDecodeType::ContainsAny method linktitle: ContainsAny second_title: Aspose.BarCode for C++ API Reference -description: ' method. Determines whether any of the given decode types is included into in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BaseDecodeType::ContainsAny method. Determines whether any of the given decode types is included into in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.barcoderecognition/basedecodetype/containsany/ @@ -19,7 +19,7 @@ virtual bool Aspose::BarCode::BarCodeRecognition::BaseDecodeType::ContainsAny(co | Parameter | Type | Description | | --- | --- | --- | -| types | const System::ArrayPtr\>\& | Types to verify | +| types | const System::ArrayPtr\\>\& | Types to verify | ### ReturnValue diff --git a/english/cpp/aspose.barcode.barcoderecognition/basedecodetype/equals/_index.md b/english/cpp/aspose.barcode.barcoderecognition/basedecodetype/equals/_index.md index 29875f989..2c7cf8e6a 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/basedecodetype/equals/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/basedecodetype/equals/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BaseDecodeType::Equals method linktitle: Equals second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a value indicating whether this instance is equal to a specified SingleDecodeType value in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BaseDecodeType::Equals method. Returns a value indicating whether this instance is equal to a specified SingleDecodeType value in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.barcoderecognition/basedecodetype/equals/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/basedecodetype/gethashcode/_index.md b/english/cpp/aspose.barcode.barcoderecognition/basedecodetype/gethashcode/_index.md new file mode 100644 index 000000000..7b60b2981 --- /dev/null +++ b/english/cpp/aspose.barcode.barcoderecognition/basedecodetype/gethashcode/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::BarCode::BarCodeRecognition::BaseDecodeType::GetHashCode method +linktitle: GetHashCode +second_title: Aspose.BarCode for C++ API Reference +description: 'Aspose::BarCode::BarCodeRecognition::BaseDecodeType::GetHashCode method. Returns the hash code for this instance in C++.' +type: docs +weight: 300 +url: /cpp/aspose.barcode.barcoderecognition/basedecodetype/gethashcode/ +--- +## BaseDecodeType::GetHashCode method + + +Returns the hash code for this instance. + +```cpp +int32_t Aspose::BarCode::BarCodeRecognition::BaseDecodeType::GetHashCode() const override +``` + + +### ReturnValue + +A 32-bit signed integer hash code. + +## See Also + +* Class [BaseDecodeType](../) +* Namespace [Aspose::BarCode::BarCodeRecognition](../../) +* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/basedecodetype/tryparse/_index.md b/english/cpp/aspose.barcode.barcoderecognition/basedecodetype/tryparse/_index.md index 0416832df..43081d5ea 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/basedecodetype/tryparse/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/basedecodetype/tryparse/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BaseDecodeType::TryParse method linktitle: TryParse second_title: Aspose.BarCode for C++ API Reference -description: ' method. Converts the string representation of a SingleDecodeType to its instance. A return value indicates whether the conversion succeeded or failed in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BaseDecodeType::TryParse method. Converts the string representation of a SingleDecodeType to its instance. A return value indicates whether the conversion succeeded or failed in C++.' type: docs -weight: 300 +weight: 400 url: /cpp/aspose.barcode.barcoderecognition/basedecodetype/tryparse/ --- ## BaseDecodeType::TryParse(System::String, System::SharedPtr\\&) method diff --git a/english/cpp/aspose.barcode.barcoderecognition/baseextendedparameters/get_isempty/_index.md b/english/cpp/aspose.barcode.barcoderecognition/baseextendedparameters/get_isempty/_index.md index bcf47197d..343729133 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/baseextendedparameters/get_isempty/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/baseextendedparameters/get_isempty/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::BaseExtendedParameters::get_IsEmpty method linktitle: get_IsEmpty second_title: Aspose.BarCode for C++ API Reference -description: ' method. Tests whether all parameters has only default values in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::BaseExtendedParameters::get_IsEmpty method. Tests whether all parameters has only default values in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.barcoderecognition/baseextendedparameters/get_isempty/ @@ -20,6 +20,9 @@ bool Aspose::BarCode::BarCodeRecognition::BaseExtendedParameters::get_IsEmpty() Returns **true** if all parameters has only default values; otherwise, **false**. + + + ## See Also * Class [BaseExtendedParameters](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/checksumvalidation/_index.md b/english/cpp/aspose.barcode.barcoderecognition/checksumvalidation/_index.md index e3719cfa2..cf4bdc25d 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/checksumvalidation/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/checksumvalidation/_index.md @@ -1,10 +1,10 @@ --- -title: enum +title: Aspose::BarCode::BarCodeRecognition::ChecksumValidation enum linktitle: ChecksumValidation second_title: Aspose.BarCode for C++ API Reference -description: 'How to use enum in C++.' +description: 'How to use Aspose::BarCode::BarCodeRecognition::ChecksumValidation enum in C++.' type: docs -weight: 3000 +weight: 2900 url: /cpp/aspose.barcode.barcoderecognition/checksumvalidation/ --- ## ChecksumValidation enum diff --git a/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/_index.md b/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/_index.md index 991e5be67..11f0a6906 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/_index.md @@ -20,14 +20,10 @@ class CodabarExtendedParameters : public Aspose::BarCode::BarCodeRecognition::Ba | Method | Description | | --- | --- | -| [get_CodabarStartSymbol](./get_codabarstartsymbol/)() | Gets a Codabar start symbol. Default value: CodabarSymbol.A | -| [get_CodabarStopSymbol](./get_codabarstopsymbol/)() | Gets a Codabar stop symbol. Default value: CodabarSymbol.A | | [get_IsEmpty](../baseextendedparameters/get_isempty/)() | **Tests** whether all parameters has only default values | | [get_StartSymbol](./get_startsymbol/)() | Gets a Codabar start symbol. Default value: CodabarSymbol.A | | [get_StopSymbol](./get_stopsymbol/)() | Gets a Codabar stop symbol. Default value: CodabarSymbol.A | | [GetHashCode](./gethashcode/)() const override | Returns the hash code for this instance. | -| [set_CodabarStartSymbol](./set_codabarstartsymbol/)(Aspose::BarCode::Generation::CodabarSymbol) | Sets a Codabar start symbol. Default value: CodabarSymbol.A | -| [set_CodabarStopSymbol](./set_codabarstopsymbol/)(Aspose::BarCode::Generation::CodabarSymbol) | Sets a Codabar stop symbol. Default value: CodabarSymbol.A | | [set_StartSymbol](./set_startsymbol/)(Aspose::BarCode::Generation::CodabarSymbol) | Sets a Codabar start symbol. Default value: CodabarSymbol.A | | [set_StopSymbol](./set_stopsymbol/)(Aspose::BarCode::Generation::CodabarSymbol) | Sets a Codabar stop symbol. Default value: CodabarSymbol.A | | [ToString](./tostring/)() const override | Returns a human-readable string representation of this [CodabarExtendedParameters](./). | diff --git a/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/get_codabarstartsymbol/_index.md b/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/get_codabarstartsymbol/_index.md deleted file mode 100644 index 6b09ae28a..000000000 --- a/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/get_codabarstartsymbol/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: get_CodabarStartSymbol -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a Codabar start symbol. Default value: CodabarSymbol.A in C++.' -type: docs -weight: 300 -url: /cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/get_codabarstartsymbol/ ---- -## CodabarExtendedParameters::get_CodabarStartSymbol method - - -Gets a Codabar start symbol. Default value: CodabarSymbol.A - -```cpp -Aspose::BarCode::Generation::CodabarSymbol Aspose::BarCode::BarCodeRecognition::CodabarExtendedParameters::get_CodabarStartSymbol() -``` - - -## See Also - -* Enum [CodabarSymbol](../../../aspose.barcode.generation/codabarsymbol/) -* Class [CodabarExtendedParameters](../) -* Namespace [Aspose::BarCode::BarCodeRecognition](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/get_codabarstopsymbol/_index.md b/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/get_codabarstopsymbol/_index.md deleted file mode 100644 index d89c0f1a6..000000000 --- a/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/get_codabarstopsymbol/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: get_CodabarStopSymbol -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a Codabar stop symbol. Default value: CodabarSymbol.A in C++.' -type: docs -weight: 700 -url: /cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/get_codabarstopsymbol/ ---- -## CodabarExtendedParameters::get_CodabarStopSymbol method - - -Gets a Codabar stop symbol. Default value: CodabarSymbol.A - -```cpp -Aspose::BarCode::Generation::CodabarSymbol Aspose::BarCode::BarCodeRecognition::CodabarExtendedParameters::get_CodabarStopSymbol() -``` - - -## See Also - -* Enum [CodabarSymbol](../../../aspose.barcode.generation/codabarsymbol/) -* Class [CodabarExtendedParameters](../) -* Namespace [Aspose::BarCode::BarCodeRecognition](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/get_startsymbol/_index.md b/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/get_startsymbol/_index.md index 04af7f388..ea8dab38f 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/get_startsymbol/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/get_startsymbol/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::CodabarExtendedParameters::get_StartSymbol method linktitle: get_StartSymbol second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a Codabar start symbol. Default value: CodabarSymbol.A in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::CodabarExtendedParameters::get_StartSymbol method. Gets a Codabar start symbol. Default value: CodabarSymbol.A in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/get_startsymbol/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/get_stopsymbol/_index.md b/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/get_stopsymbol/_index.md index 90aa47d6c..b22fbf3aa 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/get_stopsymbol/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/get_stopsymbol/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::CodabarExtendedParameters::get_StopSymbol method linktitle: get_StopSymbol second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a Codabar stop symbol. Default value: CodabarSymbol.A in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::CodabarExtendedParameters::get_StopSymbol method. Gets a Codabar stop symbol. Default value: CodabarSymbol.A in C++.' type: docs -weight: 500 +weight: 300 url: /cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/get_stopsymbol/ --- ## CodabarExtendedParameters::get_StopSymbol method diff --git a/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/gethashcode/_index.md b/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/gethashcode/_index.md index 0189e65c5..ec9e8ae89 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/gethashcode/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/gethashcode/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::CodabarExtendedParameters::GetHashCode method linktitle: GetHashCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns the hash code for this instance in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::CodabarExtendedParameters::GetHashCode method. Returns the hash code for this instance in C++.' type: docs -weight: 900 +weight: 500 url: /cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/gethashcode/ --- ## CodabarExtendedParameters::GetHashCode method diff --git a/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/set_codabarstartsymbol/_index.md b/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/set_codabarstartsymbol/_index.md deleted file mode 100644 index 7cf03f258..000000000 --- a/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/set_codabarstartsymbol/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: set_CodabarStartSymbol -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets a Codabar start symbol. Default value: CodabarSymbol.A in C++.' -type: docs -weight: 400 -url: /cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/set_codabarstartsymbol/ ---- -## CodabarExtendedParameters::set_CodabarStartSymbol method - - -Sets a Codabar start symbol. Default value: CodabarSymbol.A - -```cpp -void Aspose::BarCode::BarCodeRecognition::CodabarExtendedParameters::set_CodabarStartSymbol(Aspose::BarCode::Generation::CodabarSymbol value) -``` - - -## See Also - -* Enum [CodabarSymbol](../../../aspose.barcode.generation/codabarsymbol/) -* Class [CodabarExtendedParameters](../) -* Namespace [Aspose::BarCode::BarCodeRecognition](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/set_codabarstopsymbol/_index.md b/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/set_codabarstopsymbol/_index.md deleted file mode 100644 index 790f587fa..000000000 --- a/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/set_codabarstopsymbol/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: set_CodabarStopSymbol -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets a Codabar stop symbol. Default value: CodabarSymbol.A in C++.' -type: docs -weight: 800 -url: /cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/set_codabarstopsymbol/ ---- -## CodabarExtendedParameters::set_CodabarStopSymbol method - - -Sets a Codabar stop symbol. Default value: CodabarSymbol.A - -```cpp -void Aspose::BarCode::BarCodeRecognition::CodabarExtendedParameters::set_CodabarStopSymbol(Aspose::BarCode::Generation::CodabarSymbol value) -``` - - -## See Also - -* Enum [CodabarSymbol](../../../aspose.barcode.generation/codabarsymbol/) -* Class [CodabarExtendedParameters](../) -* Namespace [Aspose::BarCode::BarCodeRecognition](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/set_startsymbol/_index.md b/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/set_startsymbol/_index.md index a0e852ed6..96dd7fb02 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/set_startsymbol/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/set_startsymbol/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::CodabarExtendedParameters::set_StartSymbol method linktitle: set_StartSymbol second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets a Codabar start symbol. Default value: CodabarSymbol.A in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::CodabarExtendedParameters::set_StartSymbol method. Sets a Codabar start symbol. Default value: CodabarSymbol.A in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/set_startsymbol/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/set_stopsymbol/_index.md b/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/set_stopsymbol/_index.md index aca372fa8..ed36d7fe4 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/set_stopsymbol/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/set_stopsymbol/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::CodabarExtendedParameters::set_StopSymbol method linktitle: set_StopSymbol second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets a Codabar stop symbol. Default value: CodabarSymbol.A in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::CodabarExtendedParameters::set_StopSymbol method. Sets a Codabar stop symbol. Default value: CodabarSymbol.A in C++.' type: docs -weight: 600 +weight: 400 url: /cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/set_stopsymbol/ --- ## CodabarExtendedParameters::set_StopSymbol method diff --git a/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/tostring/_index.md b/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/tostring/_index.md index a86b5fad7..83d2a8107 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/tostring/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/tostring/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::CodabarExtendedParameters::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this CodabarExtendedParameters in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::CodabarExtendedParameters::ToString method. Returns a human-readable string representation of this CodabarExtendedParameters in C++.' type: docs -weight: 1000 +weight: 600 url: /cpp/aspose.barcode.barcoderecognition/codabarextendedparameters/tostring/ --- ## CodabarExtendedParameters::ToString method diff --git a/english/cpp/aspose.barcode.barcoderecognition/code128dataportion/get_code128subtype/_index.md b/english/cpp/aspose.barcode.barcoderecognition/code128dataportion/get_code128subtype/_index.md index ae8ebe590..78f19dbf8 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/code128dataportion/get_code128subtype/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/code128dataportion/get_code128subtype/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::Code128DataPortion::get_Code128SubType method linktitle: get_Code128SubType second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the type of Code128 subset in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Code128DataPortion::get_Code128SubType method. Gets the type of Code128 subset in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.barcoderecognition/code128dataportion/get_code128subtype/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/code128dataportion/get_data/_index.md b/english/cpp/aspose.barcode.barcoderecognition/code128dataportion/get_data/_index.md index e7d1ac106..006f91f00 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/code128dataportion/get_data/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/code128dataportion/get_data/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::Code128DataPortion::get_Data method linktitle: get_Data second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the part of code text related to subtype in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Code128DataPortion::get_Data method. Gets the part of code text related to subtype in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.barcoderecognition/code128dataportion/get_data/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/code128dataportion/gethashcode/_index.md b/english/cpp/aspose.barcode.barcoderecognition/code128dataportion/gethashcode/_index.md index 57114c9e3..82ff787a2 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/code128dataportion/gethashcode/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/code128dataportion/gethashcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::Code128DataPortion::GetHashCode method linktitle: GetHashCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns the hash code for this instance in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Code128DataPortion::GetHashCode method. Returns the hash code for this instance in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.barcoderecognition/code128dataportion/gethashcode/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/code128dataportion/tostring/_index.md b/english/cpp/aspose.barcode.barcoderecognition/code128dataportion/tostring/_index.md index 3964a8fe2..9c86f9de2 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/code128dataportion/tostring/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/code128dataportion/tostring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::Code128DataPortion::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this Code128DataPortion in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Code128DataPortion::ToString method. Returns a human-readable string representation of this Code128DataPortion in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.barcoderecognition/code128dataportion/tostring/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/code128extendedparameters/get_code128dataportions/_index.md b/english/cpp/aspose.barcode.barcoderecognition/code128extendedparameters/get_code128dataportions/_index.md index ae90ee22d..698ec2b44 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/code128extendedparameters/get_code128dataportions/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/code128extendedparameters/get_code128dataportions/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::Code128ExtendedParameters::get_Code128DataPortions method linktitle: get_Code128DataPortions second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets Code128DataPortion array of recognized Code128 barcode in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Code128ExtendedParameters::get_Code128DataPortions method. Gets Code128DataPortion array of recognized Code128 barcode in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.barcoderecognition/code128extendedparameters/get_code128dataportions/ @@ -20,6 +20,9 @@ System::ArrayPtr> Aspose::BarCode::BarCode Array of the [Code128DataPortion](../../code128dataportion/). + + + ## See Also * Class [Code128DataPortion](../../code128dataportion/) diff --git a/english/cpp/aspose.barcode.barcoderecognition/code128extendedparameters/gethashcode/_index.md b/english/cpp/aspose.barcode.barcoderecognition/code128extendedparameters/gethashcode/_index.md index 997e12359..fad84d1d5 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/code128extendedparameters/gethashcode/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/code128extendedparameters/gethashcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::Code128ExtendedParameters::GetHashCode method linktitle: GetHashCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns the hash code for this instance in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Code128ExtendedParameters::GetHashCode method. Returns the hash code for this instance in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.barcoderecognition/code128extendedparameters/gethashcode/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/code128extendedparameters/tostring/_index.md b/english/cpp/aspose.barcode.barcoderecognition/code128extendedparameters/tostring/_index.md index ac2fb56b5..d2cc75e6a 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/code128extendedparameters/tostring/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/code128extendedparameters/tostring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::Code128ExtendedParameters::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this Code128ExtendedParameters in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Code128ExtendedParameters::ToString method. Returns a human-readable string representation of this Code128ExtendedParameters in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.barcoderecognition/code128extendedparameters/tostring/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/code128subtype/_index.md b/english/cpp/aspose.barcode.barcoderecognition/code128subtype/_index.md index 8f9fbe9e6..46161f9c9 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/code128subtype/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/code128subtype/_index.md @@ -1,10 +1,10 @@ --- -title: enum +title: Aspose::BarCode::BarCodeRecognition::Code128SubType enum linktitle: Code128SubType second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Contains types of Code128 subset in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Code128SubType enum. Contains types of Code128 subset in C++.' type: docs -weight: 3100 +weight: 3000 url: /cpp/aspose.barcode.barcoderecognition/code128subtype/ --- ## Code128SubType enum diff --git a/english/cpp/aspose.barcode.barcoderecognition/complexbackgroundmode/_index.md b/english/cpp/aspose.barcode.barcoderecognition/complexbackgroundmode/_index.md index e83efabc5..24a2cc0ee 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/complexbackgroundmode/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/complexbackgroundmode/_index.md @@ -1,10 +1,10 @@ --- -title: enum +title: Aspose::BarCode::BarCodeRecognition::ComplexBackgroundMode enum linktitle: ComplexBackgroundMode second_title: Aspose.BarCode for C++ API Reference -description: 'How to use enum in C++.' +description: 'How to use Aspose::BarCode::BarCodeRecognition::ComplexBackgroundMode enum in C++.' type: docs -weight: 3400 +weight: 3300 url: /cpp/aspose.barcode.barcoderecognition/complexbackgroundmode/ --- ## ComplexBackgroundMode enum @@ -40,6 +40,9 @@ using (BarCodeReader reader = new BarCodeReader(@"c:\test.png", DecodeType.Code3 } ``` + + + ## See Also * Namespace [Aspose::BarCode::BarCodeRecognition](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/databarextendedparameters/get_is2dcompositecomponent/_index.md b/english/cpp/aspose.barcode.barcoderecognition/databarextendedparameters/get_is2dcompositecomponent/_index.md index 8f721bfaf..f79c327e1 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/databarextendedparameters/get_is2dcompositecomponent/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/databarextendedparameters/get_is2dcompositecomponent/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::DataBarExtendedParameters::get_Is2DCompositeComponent method linktitle: get_Is2DCompositeComponent second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the DataBar 2D composite component flag. Default value is false in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DataBarExtendedParameters::get_Is2DCompositeComponent method. Gets the DataBar 2D composite component flag. Default value is false in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.barcoderecognition/databarextendedparameters/get_is2dcompositecomponent/ @@ -20,6 +20,9 @@ bool Aspose::BarCode::BarCodeRecognition::DataBarExtendedParameters::get_Is2DCom The DataBar 2D composite component flag. + + + ## See Also * Class [DataBarExtendedParameters](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/databarextendedparameters/gethashcode/_index.md b/english/cpp/aspose.barcode.barcoderecognition/databarextendedparameters/gethashcode/_index.md index aaddcf131..9f5761fde 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/databarextendedparameters/gethashcode/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/databarextendedparameters/gethashcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::DataBarExtendedParameters::GetHashCode method linktitle: GetHashCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns the hash code for this instance in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DataBarExtendedParameters::GetHashCode method. Returns the hash code for this instance in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.barcoderecognition/databarextendedparameters/gethashcode/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/databarextendedparameters/tostring/_index.md b/english/cpp/aspose.barcode.barcoderecognition/databarextendedparameters/tostring/_index.md index be39099a4..0f2bf151e 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/databarextendedparameters/tostring/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/databarextendedparameters/tostring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::DataBarExtendedParameters::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this DataBarExtendedParameters in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DataBarExtendedParameters::ToString method. Returns a human-readable string representation of this DataBarExtendedParameters in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.barcoderecognition/databarextendedparameters/tostring/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/datamatrixextendedparameters/get_isreaderprogramming/_index.md b/english/cpp/aspose.barcode.barcoderecognition/datamatrixextendedparameters/get_isreaderprogramming/_index.md index d02ad7ab9..ddb55bc9d 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/datamatrixextendedparameters/get_isreaderprogramming/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/datamatrixextendedparameters/get_isreaderprogramming/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::DataMatrixExtendedParameters::get_IsReaderProgramming method linktitle: get_IsReaderProgramming second_title: Aspose.BarCode for C++ API Reference -description: ' method. Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DataMatrixExtendedParameters::get_IsReaderProgramming method. Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.barcoderecognition/datamatrixextendedparameters/get_isreaderprogramming/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/datamatrixextendedparameters/get_structuredappendbarcodeid/_index.md b/english/cpp/aspose.barcode.barcoderecognition/datamatrixextendedparameters/get_structuredappendbarcodeid/_index.md index e43958cfc..454b5d6d8 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/datamatrixextendedparameters/get_structuredappendbarcodeid/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/datamatrixextendedparameters/get_structuredappendbarcodeid/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::DataMatrixExtendedParameters::get_StructuredAppendBarcodeId method linktitle: get_StructuredAppendBarcodeId second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the ID of the DataMatrix structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1 in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DataMatrixExtendedParameters::get_StructuredAppendBarcodeId method. Gets the ID of the DataMatrix structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1 in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.barcoderecognition/datamatrixextendedparameters/get_structuredappendbarcodeid/ @@ -20,6 +20,9 @@ int32_t Aspose::BarCode::BarCodeRecognition::DataMatrixExtendedParameters::get_S The ID of the DataMatrix structured append mode barcode. + + + ## See Also * Class [DataMatrixExtendedParameters](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/datamatrixextendedparameters/get_structuredappendbarcodescount/_index.md b/english/cpp/aspose.barcode.barcoderecognition/datamatrixextendedparameters/get_structuredappendbarcodescount/_index.md index a1f68a34c..ed4b4d3a3 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/datamatrixextendedparameters/get_structuredappendbarcodescount/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/datamatrixextendedparameters/get_structuredappendbarcodescount/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::DataMatrixExtendedParameters::get_StructuredAppendBarcodesCount method linktitle: get_StructuredAppendBarcodesCount second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the DataMatrix structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35 in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DataMatrixExtendedParameters::get_StructuredAppendBarcodesCount method. Gets the DataMatrix structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35 in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.barcoderecognition/datamatrixextendedparameters/get_structuredappendbarcodescount/ @@ -20,6 +20,9 @@ int32_t Aspose::BarCode::BarCodeRecognition::DataMatrixExtendedParameters::get_S The count of the DataMatrix structured append mode barcode. + + + ## See Also * Class [DataMatrixExtendedParameters](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/datamatrixextendedparameters/get_structuredappendfileid/_index.md b/english/cpp/aspose.barcode.barcoderecognition/datamatrixextendedparameters/get_structuredappendfileid/_index.md index 8fef40a8c..6a0f154d6 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/datamatrixextendedparameters/get_structuredappendfileid/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/datamatrixextendedparameters/get_structuredappendfileid/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::DataMatrixExtendedParameters::get_StructuredAppendFileId method linktitle: get_StructuredAppendFileId second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the ID of the DataMatrix structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1 in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DataMatrixExtendedParameters::get_StructuredAppendFileId method. Gets the ID of the DataMatrix structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1 in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.barcoderecognition/datamatrixextendedparameters/get_structuredappendfileid/ @@ -20,6 +20,9 @@ int32_t Aspose::BarCode::BarCodeRecognition::DataMatrixExtendedParameters::get_S The ID of the DataMatrix structured append mode barcode. + + + ## See Also * Class [DataMatrixExtendedParameters](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/datamatrixextendedparameters/gethashcode/_index.md b/english/cpp/aspose.barcode.barcoderecognition/datamatrixextendedparameters/gethashcode/_index.md index 42c7930a5..789aef68e 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/datamatrixextendedparameters/gethashcode/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/datamatrixextendedparameters/gethashcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::DataMatrixExtendedParameters::GetHashCode method linktitle: GetHashCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns the hash code for this instance in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DataMatrixExtendedParameters::GetHashCode method. Returns the hash code for this instance in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.barcoderecognition/datamatrixextendedparameters/gethashcode/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/datamatrixextendedparameters/tostring/_index.md b/english/cpp/aspose.barcode.barcoderecognition/datamatrixextendedparameters/tostring/_index.md index 82c678fff..e75def05c 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/datamatrixextendedparameters/tostring/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/datamatrixextendedparameters/tostring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::DataMatrixExtendedParameters::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this DataMatrixExtendedParameters in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DataMatrixExtendedParameters::ToString method. Returns a human-readable string representation of this DataMatrixExtendedParameters in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.barcoderecognition/datamatrixextendedparameters/tostring/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/_index.md index 2061de9f4..9defa96d4 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/_index.md @@ -27,7 +27,7 @@ class DecodeType | static [Is2D](./is2d/)(System::SharedPtr\) | Determines if the specified [BaseDecodeType](../basedecodetype/) contains any 2D barcode symbology | | static [IsPostal](./ispostal/)(System::SharedPtr\) | Determines if the specified [BaseDecodeType](../basedecodetype/) contains any Postal barcode symbology | | static [Parse](./parse/)(System::String, System::SharedPtr\\&) | Converts the string representation of a [SingleDecodeType](../singledecodetype/) to its instance. A return value indicates whether the conversion succeeded or failed. | -| static [ScanSets](./scansets/)(const System::ArrayPtr\>\&) | Specify scan sets by barcodeTypes | +| static [ScanSets](./scansets/)(const System::ArrayPtr\\>\&) | Specify scan sets by barcodeTypes | | static [TryParse](./tryparse/)(System::String, System::SharedPtr\\&) | Converts the string representation of a [SingleDecodeType](../singledecodetype/) to its instance. A return value indicates whether the conversion succeeded or failed. | | static [TryParse](./tryparse/)(System::String, System::SharedPtr\\&) | Converts the string representation of a [MultiDecodeType](../multidecodetype/) to its instance. A return value indicates whether the conversion succeeded or failed. | ## Fields diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/allsupportedtypes/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/allsupportedtypes/_index.md index 9acce0fc7..dbde62c30 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/allsupportedtypes/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/allsupportedtypes/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::AllSupportedTypes field linktitle: AllSupportedTypes second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that data will be checked with all available symbologies in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::AllSupportedTypes field. Specifies that data will be checked with all available symbologies in C++.' type: docs weight: 9800 url: /cpp/aspose.barcode.barcoderecognition/decodetype/allsupportedtypes/ @@ -16,6 +16,9 @@ Specifies that data will be checked with all available symbologies static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::AllSupportedTypes ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/australianposteparcel/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/australianposteparcel/_index.md index 303520dd6..3e72bfbf3 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/australianposteparcel/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/australianposteparcel/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::AustralianPosteParcel field linktitle: AustralianPosteParcel second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with Australian Post Domestic eParcel Barcode barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::AustralianPosteParcel field. Specifies that the data should be decoded with Australian Post Domestic eParcel Barcode barcode specification in C++.' type: docs weight: 6700 url: /cpp/aspose.barcode.barcoderecognition/decodetype/australianposteparcel/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **Australian Post Domestic eParce static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::AustralianPosteParcel ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/australiapost/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/australiapost/_index.md index a95c83b54..386b6b8ab 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/australiapost/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/australiapost/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::AustraliaPost field linktitle: AustraliaPost second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with Australia Post barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::AustraliaPost field. Specifies that the data should be decoded with Australia Post barcode specification in C++.' type: docs weight: 5000 url: /cpp/aspose.barcode.barcoderecognition/decodetype/australiapost/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **Australia Post** barcode specif static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::AustraliaPost ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/aztec/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/aztec/_index.md index 0abe95aea..6a2be2c97 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/aztec/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/aztec/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::Aztec field linktitle: Aztec second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with Aztec barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::Aztec field. Specifies that the data should be decoded with Aztec barcode specification in C++.' type: docs weight: 4300 url: /cpp/aspose.barcode.barcoderecognition/decodetype/aztec/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **Aztec** barcode specification static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::Aztec ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/codabar/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/codabar/_index.md index 31bfceea9..f209064fc 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/codabar/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/codabar/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::Codabar field linktitle: Codabar second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with CODABAR barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::Codabar field. Specifies that the data should be decoded with CODABAR barcode specification in C++.' type: docs weight: 1100 url: /cpp/aspose.barcode.barcoderecognition/decodetype/codabar/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **CODABAR** barcode specification static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::Codabar ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/codablockf/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/codablockf/_index.md index 51726611d..a260efb4d 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/codablockf/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/codablockf/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::CodablockF field linktitle: CodablockF second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with CodablockF barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::CodablockF field. Specifies that the data should be decoded with CodablockF barcode specification in C++.' type: docs weight: 4900 url: /cpp/aspose.barcode.barcoderecognition/decodetype/codablockf/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **CodablockF** barcode specificat static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::CodablockF ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/code11/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/code11/_index.md index cff95e545..eb04f0bb8 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/code11/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/code11/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::Code11 field linktitle: Code11 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with CODE 11 barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::Code11 field. Specifies that the data should be decoded with CODE 11 barcode specification in C++.' type: docs weight: 1200 url: /cpp/aspose.barcode.barcoderecognition/decodetype/code11/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **CODE 11** barcode specification static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::Code11 ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/code128/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/code128/_index.md index daf21586a..c3a4bde14 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/code128/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/code128/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::Code128 field linktitle: Code128 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with CODE 128 barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::Code128 field. Specifies that the data should be decoded with CODE 128 barcode specification in C++.' type: docs weight: 1600 url: /cpp/aspose.barcode.barcoderecognition/decodetype/code128/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **CODE 128** barcode specificatio static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::Code128 ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/code16k/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/code16k/_index.md index e7f8c72e6..dbe8625d1 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/code16k/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/code16k/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::Code16K field linktitle: Code16K second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with SCode16K barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::Code16K field. Specifies that the data should be decoded with SCode16K barcode specification in C++.' type: docs weight: 6900 url: /cpp/aspose.barcode.barcoderecognition/decodetype/code16k/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **SCode16K** barcode specificatio static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::Code16K ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/code32/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/code32/_index.md index d181a3b97..4c518b026 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/code32/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/code32/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::Code32 field linktitle: Code32 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with Code32 barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::Code32 field. Specifies that the data should be decoded with Code32 barcode specification in C++.' type: docs weight: 7500 url: /cpp/aspose.barcode.barcoderecognition/decodetype/code32/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **Code32** barcode specification static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::Code32 ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/code39/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/code39/_index.md index e947d4634..d1f895299 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/code39/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/code39/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::Code39 field linktitle: Code39 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with Code 39 basic charset barcode specification: ISO/IEC 16388 in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::Code39 field. Specifies that the data should be decoded with Code 39 basic charset barcode specification: ISO/IEC 16388 in C++.' type: docs weight: 1300 url: /cpp/aspose.barcode.barcoderecognition/decodetype/code39/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **Code 39** basic charset barcode static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::Code39 ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/code39fullascii/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/code39fullascii/_index.md index e44fb2439..e1a223946 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/code39fullascii/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/code39fullascii/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::Code39FullASCII field linktitle: Code39FullASCII second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with Code 39 full ASCII charset barcode specification: ISO/IEC 16388 in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::Code39FullASCII field. Specifies that the data should be decoded with Code 39 full ASCII charset barcode specification: ISO/IEC 16388 in C++.' type: docs weight: 1400 url: /cpp/aspose.barcode.barcoderecognition/decodetype/code39fullascii/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **Code 39** full ASCII charset ba static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::Code39FullASCII ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/code93/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/code93/_index.md index a0a91d94b..f3f173542 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/code93/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/code93/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::Code93 field linktitle: Code93 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with CODE 93 barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::Code93 field. Specifies that the data should be decoded with CODE 93 barcode specification in C++.' type: docs weight: 1500 url: /cpp/aspose.barcode.barcoderecognition/decodetype/code93/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **CODE 93** barcode specification static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::Code93 ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/compactpdf417/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/compactpdf417/_index.md index a57c3d2cc..f24a294a9 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/compactpdf417/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/compactpdf417/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::CompactPdf417 field linktitle: CompactPdf417 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with CompactPdf417 (Pdf417Truncated) barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::CompactPdf417 field. Specifies that the data should be decoded with CompactPdf417 (Pdf417Truncated) barcode specification in C++.' type: docs weight: 7100 url: /cpp/aspose.barcode.barcoderecognition/decodetype/compactpdf417/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **CompactPdf417** (Pdf417Truncate static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::CompactPdf417 ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/databarexpanded/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/databarexpanded/_index.md index 2783be5e0..434811e0a 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/databarexpanded/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/databarexpanded/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::DatabarExpanded field linktitle: DatabarExpanded second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with GS1 Databar expanded barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::DatabarExpanded field. Specifies that the data should be decoded with GS1 Databar expanded barcode specification in C++.' type: docs weight: 5900 url: /cpp/aspose.barcode.barcoderecognition/decodetype/databarexpanded/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **GS1 Databar expanded** barcode static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::DatabarExpanded ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/databarexpandedstacked/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/databarexpandedstacked/_index.md index 900a3e318..0b46fc311 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/databarexpandedstacked/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/databarexpandedstacked/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::DatabarExpandedStacked field linktitle: DatabarExpandedStacked second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with GS1 Databar expanded stacked barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::DatabarExpandedStacked field. Specifies that the data should be decoded with GS1 Databar expanded stacked barcode specification in C++.' type: docs weight: 6200 url: /cpp/aspose.barcode.barcoderecognition/decodetype/databarexpandedstacked/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **GS1 Databar expanded stacked** static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::DatabarExpandedStacked ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/databarlimited/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/databarlimited/_index.md index b9b42a07d..3c597643a 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/databarlimited/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/databarlimited/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::DatabarLimited field linktitle: DatabarLimited second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with GS1 Databar limited barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::DatabarLimited field. Specifies that the data should be decoded with GS1 Databar limited barcode specification in C++.' type: docs weight: 5800 url: /cpp/aspose.barcode.barcoderecognition/decodetype/databarlimited/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **GS1 Databar limited** barcode s static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::DatabarLimited ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/databaromnidirectional/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/databaromnidirectional/_index.md index da08f603d..40b2c7898 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/databaromnidirectional/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/databaromnidirectional/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::DatabarOmniDirectional field linktitle: DatabarOmniDirectional second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with GS1 Databar omni-directional barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::DatabarOmniDirectional field. Specifies that the data should be decoded with GS1 Databar omni-directional barcode specification in C++.' type: docs weight: 5600 url: /cpp/aspose.barcode.barcoderecognition/decodetype/databaromnidirectional/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **GS1 Databar omni-directional** static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::DatabarOmniDirectional ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/databarstacked/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/databarstacked/_index.md index 88208dd05..417cd280f 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/databarstacked/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/databarstacked/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::DatabarStacked field linktitle: DatabarStacked second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with GS1 Databar stacked barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::DatabarStacked field. Specifies that the data should be decoded with GS1 Databar stacked barcode specification in C++.' type: docs weight: 6100 url: /cpp/aspose.barcode.barcoderecognition/decodetype/databarstacked/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **GS1 Databar stacked** barcode s static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::DatabarStacked ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/databarstackedomnidirectional/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/databarstackedomnidirectional/_index.md index b6061174c..9d1f81188 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/databarstackedomnidirectional/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/databarstackedomnidirectional/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::DatabarStackedOmniDirectional field linktitle: DatabarStackedOmniDirectional second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with GS1 Databar stacked omni-directional barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::DatabarStackedOmniDirectional field. Specifies that the data should be decoded with GS1 Databar stacked omni-directional barcode specification in C++.' type: docs weight: 6000 url: /cpp/aspose.barcode.barcoderecognition/decodetype/databarstackedomnidirectional/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **GS1 Databar stacked omni-direct static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::DatabarStackedOmniDirectional ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/databartruncated/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/databartruncated/_index.md index 879a87c73..7afae29a7 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/databartruncated/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/databartruncated/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::DatabarTruncated field linktitle: DatabarTruncated second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with GS1 Databar truncated barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::DatabarTruncated field. Specifies that the data should be decoded with GS1 Databar truncated barcode specification in C++.' type: docs weight: 5700 url: /cpp/aspose.barcode.barcoderecognition/decodetype/databartruncated/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **GS1 Databar truncated** barcode static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::DatabarTruncated ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/datalogic2of5/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/datalogic2of5/_index.md index d07971d94..09b97d30b 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/datalogic2of5/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/datalogic2of5/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::DataLogic2of5 field linktitle: DataLogic2of5 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with DataLogic 2 of 5 barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::DataLogic2of5 field. Specifies that the data should be decoded with DataLogic 2 of 5 barcode specification in C++.' type: docs weight: 7600 url: /cpp/aspose.barcode.barcoderecognition/decodetype/datalogic2of5/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **DataLogic 2 of 5** barcode spec static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::DataLogic2of5 ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/datamatrix/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/datamatrix/_index.md index 62c3734bb..0a32ee2c9 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/datamatrix/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/datamatrix/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::DataMatrix field linktitle: DataMatrix second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with DataMatrix barcode symbology in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::DataMatrix field. Specifies that the data should be decoded with DataMatrix barcode symbology in C++.' type: docs weight: 4000 url: /cpp/aspose.barcode.barcoderecognition/decodetype/datamatrix/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **DataMatrix** barcode symbology static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::DataMatrix ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/decodetype/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/decodetype/_index.md index 34666f17a..a0db46e5a 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/decodetype/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/decodetype/_index.md @@ -1,5 +1,5 @@ --- -title: constructor +title: Aspose::BarCode::BarCodeRecognition::DecodeType::DecodeType constructor linktitle: DecodeType second_title: Aspose.BarCode for C++ API Reference description: 'How to use DecodeType constructor of Aspose::BarCode::BarCodeRecognition::DecodeType class in C++.' diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/deutschepostidentcode/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/deutschepostidentcode/_index.md index 084e136c2..22ad4c695 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/deutschepostidentcode/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/deutschepostidentcode/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::DeutschePostIdentcode field linktitle: DeutschePostIdentcode second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with DeutschePost Ident code barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::DeutschePostIdentcode field. Specifies that the data should be decoded with DeutschePost Ident code barcode specification in C++.' type: docs weight: 3500 url: /cpp/aspose.barcode.barcoderecognition/decodetype/deutschepostidentcode/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **DeutschePost Ident code** barco static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::DeutschePostIdentcode ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/deutschepostleitcode/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/deutschepostleitcode/_index.md index 602aa5a2d..bf0549976 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/deutschepostleitcode/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/deutschepostleitcode/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::DeutschePostLeitcode field linktitle: DeutschePostLeitcode second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with DeutschePost Leit code barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::DeutschePostLeitcode field. Specifies that the data should be decoded with DeutschePost Leit code barcode specification in C++.' type: docs weight: 3600 url: /cpp/aspose.barcode.barcoderecognition/decodetype/deutschepostleitcode/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **DeutschePost Leit code** barcod static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::DeutschePostLeitcode ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/dotcode/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/dotcode/_index.md index e04c88121..1218d3ac8 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/dotcode/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/dotcode/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::DotCode field linktitle: DotCode second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with DotCode barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::DotCode field. Specifies that the data should be decoded with DotCode barcode specification in C++.' type: docs weight: 7700 url: /cpp/aspose.barcode.barcoderecognition/decodetype/dotcode/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **DotCode** barcode specification static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::DotCode ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/dutchkix/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/dutchkix/_index.md index 246b28d54..a8ffdc7f2 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/dutchkix/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/dutchkix/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::DutchKIX field linktitle: DutchKIX second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with DotCode barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::DutchKIX field. Specifies that the data should be decoded with DotCode barcode specification in C++.' type: docs weight: 7900 url: /cpp/aspose.barcode.barcoderecognition/decodetype/dutchkix/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **DotCode** barcode specification static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::DutchKIX ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/ean13/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/ean13/_index.md index 1e760832f..87e663882 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/ean13/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/ean13/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::EAN13 field linktitle: EAN13 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with EAN-13 barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::EAN13 field. Specifies that the data should be decoded with EAN-13 barcode specification in C++.' type: docs weight: 1900 url: /cpp/aspose.barcode.barcoderecognition/decodetype/ean13/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **EAN-13** barcode specification static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::EAN13 ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/ean14/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/ean14/_index.md index 08f859f1c..048a7057b 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/ean14/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/ean14/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::EAN14 field linktitle: EAN14 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with EAN14 barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::EAN14 field. Specifies that the data should be decoded with EAN14 barcode specification in C++.' type: docs weight: 2000 url: /cpp/aspose.barcode.barcoderecognition/decodetype/ean14/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **EAN14** barcode specification static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::EAN14 ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/ean8/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/ean8/_index.md index cb6fa3407..dd46d2660 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/ean8/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/ean8/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::EAN8 field linktitle: EAN8 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with EAN-8 barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::EAN8 field. Specifies that the data should be decoded with EAN-8 barcode specification in C++.' type: docs weight: 1800 url: /cpp/aspose.barcode.barcoderecognition/decodetype/ean8/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **EAN-8** barcode specification static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::EAN8 ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/get_allsupportedtypesarray/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/get_allsupportedtypesarray/_index.md index fbd0d7afe..f70a5c578 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/get_allsupportedtypesarray/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/get_allsupportedtypesarray/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::DecodeType::get_AllSupportedTypesArray method linktitle: get_AllSupportedTypesArray second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets an array that represents AllSupportedTypes in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::get_AllSupportedTypesArray method. Gets an array that represents AllSupportedTypes in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.barcoderecognition/decodetype/get_allsupportedtypesarray/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/getnames/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/getnames/_index.md index 399dcc813..61f5045f2 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/getnames/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/getnames/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::DecodeType::GetNames method linktitle: GetNames second_title: Aspose.BarCode for C++ API Reference -description: ' method. Retrieves an array of the names of the decode types in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::GetNames method. Retrieves an array of the names of the decode types in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.barcoderecognition/decodetype/getnames/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/gs1aztec/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/gs1aztec/_index.md index bd7bead08..c32a91a45 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/gs1aztec/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/gs1aztec/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::GS1Aztec field linktitle: GS1Aztec second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with GS1 Aztec barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::GS1Aztec field. Specifies that the data should be decoded with GS1 Aztec barcode specification in C++.' type: docs weight: 4400 url: /cpp/aspose.barcode.barcoderecognition/decodetype/gs1aztec/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **GS1 Aztec** barcode specificati static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::GS1Aztec ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/gs1code128/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/gs1code128/_index.md index 8fe14149e..70b2554ec 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/gs1code128/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/gs1code128/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::GS1Code128 field linktitle: GS1Code128 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with GS1 CODE 128 barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::GS1Code128 field. Specifies that the data should be decoded with GS1 CODE 128 barcode specification in C++.' type: docs weight: 1700 url: /cpp/aspose.barcode.barcoderecognition/decodetype/gs1code128/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **GS1 CODE 128** barcode specific static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::GS1Code128 ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/gs1compositebar/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/gs1compositebar/_index.md index 5e6fceee7..07f5e92d0 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/gs1compositebar/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/gs1compositebar/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::GS1CompositeBar field linktitle: GS1CompositeBar second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with GS1 Composite Bar barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::GS1CompositeBar field. Specifies that the data should be decoded with GS1 Composite Bar barcode specification in C++.' type: docs weight: 9200 url: /cpp/aspose.barcode.barcoderecognition/decodetype/gs1compositebar/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **GS1 Composite Bar** barcode spe static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::GS1CompositeBar ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/gs1datamatrix/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/gs1datamatrix/_index.md index c1e130bbd..4c3ea992d 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/gs1datamatrix/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/gs1datamatrix/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::GS1DataMatrix field linktitle: GS1DataMatrix second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with GS1DataMatrix barcode symbology in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::GS1DataMatrix field. Specifies that the data should be decoded with GS1DataMatrix barcode symbology in C++.' type: docs weight: 4100 url: /cpp/aspose.barcode.barcoderecognition/decodetype/gs1datamatrix/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **GS1DataMatrix** barcode symbolo static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::GS1DataMatrix ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/gs1dotcode/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/gs1dotcode/_index.md index b9dd840eb..2310b19cf 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/gs1dotcode/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/gs1dotcode/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::GS1DotCode field linktitle: GS1DotCode second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with GS1 DotCode barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::GS1DotCode field. Specifies that the data should be decoded with GS1 DotCode barcode specification in C++.' type: docs weight: 7800 url: /cpp/aspose.barcode.barcoderecognition/decodetype/gs1dotcode/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **GS1 DotCode** barcode specifica static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::GS1DotCode ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/gs1hanxin/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/gs1hanxin/_index.md index 75b68eea5..80c79c88f 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/gs1hanxin/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/gs1hanxin/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::GS1HanXin field linktitle: GS1HanXin second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with GS1 Han Xin Code barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::GS1HanXin field. Specifies that the data should be decoded with GS1 Han Xin Code barcode specification in C++.' type: docs weight: 9100 url: /cpp/aspose.barcode.barcoderecognition/decodetype/gs1hanxin/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **GS1 Han Xin Code** barcode spec static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::GS1HanXin ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/gs1micropdf417/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/gs1micropdf417/_index.md index 10a381c1e..22514a46b 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/gs1micropdf417/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/gs1micropdf417/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::GS1MicroPdf417 field linktitle: GS1MicroPdf417 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with MicroPdf417 barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::GS1MicroPdf417 field. Specifies that the data should be decoded with MicroPdf417 barcode specification in C++.' type: docs weight: 4800 url: /cpp/aspose.barcode.barcoderecognition/decodetype/gs1micropdf417/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **MicroPdf417** barcode specifica static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::GS1MicroPdf417 ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/gs1qr/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/gs1qr/_index.md index 388efa923..0cb694b2b 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/gs1qr/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/gs1qr/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::GS1QR field linktitle: GS1QR second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with GS1 QR barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::GS1QR field. Specifies that the data should be decoded with GS1 QR barcode specification in C++.' type: docs weight: 7200 url: /cpp/aspose.barcode.barcoderecognition/decodetype/gs1qr/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **GS1 QR** barcode specification static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::GS1QR ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/hanxin/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/hanxin/_index.md index 75269bd4c..e04fe049e 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/hanxin/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/hanxin/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::HanXin field linktitle: HanXin second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with Han Xin Code barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::HanXin field. Specifies that the data should be decoded with Han Xin Code barcode specification in C++.' type: docs weight: 9000 url: /cpp/aspose.barcode.barcoderecognition/decodetype/hanxin/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **Han Xin Code** barcode specific static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::HanXin ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibcazteclic/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibcazteclic/_index.md index 4f1e1b8ea..426ed0328 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibcazteclic/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibcazteclic/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::HIBCAztecLIC field linktitle: HIBCAztecLIC second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with HIBC LIC Aztec barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::HIBCAztecLIC field. Specifies that the data should be decoded with HIBC LIC Aztec barcode specification in C++.' type: docs weight: 8200 url: /cpp/aspose.barcode.barcoderecognition/decodetype/hibcazteclic/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **HIBC LIC Aztec** barcode specif static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::HIBCAztecLIC ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibcaztecpas/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibcaztecpas/_index.md index 8249e608a..49575e1ee 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibcaztecpas/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibcaztecpas/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::HIBCAztecPAS field linktitle: HIBCAztecPAS second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with HIBC PAS Aztec barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::HIBCAztecPAS field. Specifies that the data should be decoded with HIBC PAS Aztec barcode specification in C++.' type: docs weight: 8700 url: /cpp/aspose.barcode.barcoderecognition/decodetype/hibcaztecpas/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **HIBC PAS Aztec** barcode specif static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::HIBCAztecPAS ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibccode128lic/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibccode128lic/_index.md index f513d7666..520cea47b 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibccode128lic/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibccode128lic/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::HIBCCode128LIC field linktitle: HIBCCode128LIC second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with HIBC LIC Code128 barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::HIBCCode128LIC field. Specifies that the data should be decoded with HIBC LIC Code128 barcode specification in C++.' type: docs weight: 8100 url: /cpp/aspose.barcode.barcoderecognition/decodetype/hibccode128lic/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **HIBC LIC Code128** barcode spec static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::HIBCCode128LIC ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibccode128pas/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibccode128pas/_index.md index 470943e63..a816da910 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibccode128pas/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibccode128pas/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::HIBCCode128PAS field linktitle: HIBCCode128PAS second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with HIBC PAS Code128 barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::HIBCCode128PAS field. Specifies that the data should be decoded with HIBC PAS Code128 barcode specification in C++.' type: docs weight: 8600 url: /cpp/aspose.barcode.barcoderecognition/decodetype/hibccode128pas/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **HIBC PAS Code128** barcode spec static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::HIBCCode128PAS ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibccode39lic/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibccode39lic/_index.md index ba89865d7..3b60d7bd9 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibccode39lic/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibccode39lic/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::HIBCCode39LIC field linktitle: HIBCCode39LIC second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with HIBC LIC Code39 barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::HIBCCode39LIC field. Specifies that the data should be decoded with HIBC LIC Code39 barcode specification in C++.' type: docs weight: 8000 url: /cpp/aspose.barcode.barcoderecognition/decodetype/hibccode39lic/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **HIBC LIC Code39** barcode speci static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::HIBCCode39LIC ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibccode39pas/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibccode39pas/_index.md index 20bb2dfe6..aaba2d7ba 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibccode39pas/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibccode39pas/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::HIBCCode39PAS field linktitle: HIBCCode39PAS second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with HIBC PAS Code39 barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::HIBCCode39PAS field. Specifies that the data should be decoded with HIBC PAS Code39 barcode specification in C++.' type: docs weight: 8500 url: /cpp/aspose.barcode.barcoderecognition/decodetype/hibccode39pas/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **HIBC PAS Code39** barcode speci static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::HIBCCode39PAS ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibcdatamatrixlic/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibcdatamatrixlic/_index.md index a6904f135..4bed2f07b 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibcdatamatrixlic/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibcdatamatrixlic/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::HIBCDataMatrixLIC field linktitle: HIBCDataMatrixLIC second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with HIBC LIC DataMatrix barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::HIBCDataMatrixLIC field. Specifies that the data should be decoded with HIBC LIC DataMatrix barcode specification in C++.' type: docs weight: 8300 url: /cpp/aspose.barcode.barcoderecognition/decodetype/hibcdatamatrixlic/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **HIBC LIC DataMatrix** barcode s static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::HIBCDataMatrixLIC ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibcdatamatrixpas/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibcdatamatrixpas/_index.md index ec07a7f25..9c50d2163 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibcdatamatrixpas/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibcdatamatrixpas/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::HIBCDataMatrixPAS field linktitle: HIBCDataMatrixPAS second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with HIBC PAS DataMatrix barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::HIBCDataMatrixPAS field. Specifies that the data should be decoded with HIBC PAS DataMatrix barcode specification in C++.' type: docs weight: 8800 url: /cpp/aspose.barcode.barcoderecognition/decodetype/hibcdatamatrixpas/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **HIBC PAS DataMatrix** barcode s static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::HIBCDataMatrixPAS ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibcqrlic/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibcqrlic/_index.md index f962fcbf4..dcb36b5fe 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibcqrlic/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibcqrlic/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::HIBCQRLIC field linktitle: HIBCQRLIC second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with HIBC LIC QR barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::HIBCQRLIC field. Specifies that the data should be decoded with HIBC LIC QR barcode specification in C++.' type: docs weight: 8400 url: /cpp/aspose.barcode.barcoderecognition/decodetype/hibcqrlic/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **HIBC LIC QR** barcode specifica static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::HIBCQRLIC ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibcqrpas/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibcqrpas/_index.md index e056ceba6..2c10644f1 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibcqrpas/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/hibcqrpas/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::HIBCQRPAS field linktitle: HIBCQRPAS second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with HIBC PAS QR barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::HIBCQRPAS field. Specifies that the data should be decoded with HIBC PAS QR barcode specification in C++.' type: docs weight: 8900 url: /cpp/aspose.barcode.barcoderecognition/decodetype/hibcqrpas/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **HIBC PAS QR** barcode specifica static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::HIBCQRPAS ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/iata2of5/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/iata2of5/_index.md index 123a50ee4..e2e72304c 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/iata2of5/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/iata2of5/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::IATA2of5 field linktitle: IATA2of5 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with IATA 2 of 5 barcode specification. IATA (International Air Transport Association) uses this barcode for the management of air cargo in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::IATA2of5 field. Specifies that the data should be decoded with IATA 2 of 5 barcode specification. IATA (International Air Transport Association) uses this barcode for the management of air cargo in C++.' type: docs weight: 3000 url: /cpp/aspose.barcode.barcoderecognition/decodetype/iata2of5/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **IATA 2 of 5** barcode specifica static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::IATA2of5 ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/interleaved2of5/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/interleaved2of5/_index.md index cb38768f5..e97bdd8f0 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/interleaved2of5/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/interleaved2of5/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::Interleaved2of5 field linktitle: Interleaved2of5 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with INTERLEAVED 2 of 5 barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::Interleaved2of5 field. Specifies that the data should be decoded with INTERLEAVED 2 of 5 barcode specification in C++.' type: docs weight: 2700 url: /cpp/aspose.barcode.barcoderecognition/decodetype/interleaved2of5/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **INTERLEAVED 2 of 5** barcode sp static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::Interleaved2of5 ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/is1d/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/is1d/_index.md index 047a8b42b..dae57a147 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/is1d/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/is1d/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::DecodeType::Is1D method linktitle: Is1D second_title: Aspose.BarCode for C++ API Reference -description: ' method. Determines if the specified BaseDecodeType contains any 1D barcode symbology in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::Is1D method. Determines if the specified BaseDecodeType contains any 1D barcode symbology in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.barcoderecognition/decodetype/is1d/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/is2d/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/is2d/_index.md index 60459bbf5..1e7c9308c 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/is2d/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/is2d/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::DecodeType::Is2D method linktitle: Is2D second_title: Aspose.BarCode for C++ API Reference -description: ' method. Determines if the specified BaseDecodeType contains any 2D barcode symbology in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::Is2D method. Determines if the specified BaseDecodeType contains any 2D barcode symbology in C++.' type: docs weight: 800 url: /cpp/aspose.barcode.barcoderecognition/decodetype/is2d/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/isbn/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/isbn/_index.md index 278a900be..256bbc7ea 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/isbn/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/isbn/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::ISBN field linktitle: ISBN second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with ISBN barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::ISBN field. Specifies that the data should be decoded with ISBN barcode specification in C++.' type: docs weight: 2500 url: /cpp/aspose.barcode.barcoderecognition/decodetype/isbn/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **ISBN** barcode specification static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::ISBN ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/ismn/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/ismn/_index.md index 2b5f9aa23..5486c4bf3 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/ismn/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/ismn/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::ISMN field linktitle: ISMN second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with ISMN barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::ISMN field. Specifies that the data should be decoded with ISMN barcode specification in C++.' type: docs weight: 6500 url: /cpp/aspose.barcode.barcoderecognition/decodetype/ismn/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **ISMN** barcode specification static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::ISMN ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/ispostal/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/ispostal/_index.md index 3392c21bb..9de9f6fb5 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/ispostal/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/ispostal/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::DecodeType::IsPostal method linktitle: IsPostal second_title: Aspose.BarCode for C++ API Reference -description: ' method. Determines if the specified BaseDecodeType contains any Postal barcode symbology in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::IsPostal method. Determines if the specified BaseDecodeType contains any Postal barcode symbology in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.barcoderecognition/decodetype/ispostal/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/issn/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/issn/_index.md index 626d3f470..b8c29cf95 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/issn/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/issn/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::ISSN field linktitle: ISSN second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with ISSN barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::ISSN field. Specifies that the data should be decoded with ISSN barcode specification in C++.' type: docs weight: 6400 url: /cpp/aspose.barcode.barcoderecognition/decodetype/issn/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **ISSN** barcode specification static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::ISSN ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/italianpost25/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/italianpost25/_index.md index 210c706d5..1e5ba4e20 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/italianpost25/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/italianpost25/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::ItalianPost25 field linktitle: ItalianPost25 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with Italian Post 25 barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::ItalianPost25 field. Specifies that the data should be decoded with Italian Post 25 barcode specification in C++.' type: docs weight: 2900 url: /cpp/aspose.barcode.barcoderecognition/decodetype/italianpost25/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **Italian Post 25** barcode speci static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::ItalianPost25 ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/itf14/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/itf14/_index.md index 555f60208..05ef1877a 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/itf14/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/itf14/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::ITF14 field linktitle: ITF14 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with ITF14 barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::ITF14 field. Specifies that the data should be decoded with ITF14 barcode specification in C++.' type: docs weight: 3100 url: /cpp/aspose.barcode.barcoderecognition/decodetype/itf14/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **ITF14** barcode specification static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::ITF14 ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/itf6/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/itf6/_index.md index f668b5092..fa9989761 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/itf6/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/itf6/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::ITF6 field linktitle: ITF6 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with ITF6 barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::ITF6 field. Specifies that the data should be decoded with ITF6 barcode specification in C++.' type: docs weight: 3200 url: /cpp/aspose.barcode.barcoderecognition/decodetype/itf6/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **ITF6** barcode specification static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::ITF6 ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/macropdf417/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/macropdf417/_index.md index a5476ceaf..5da7dddeb 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/macropdf417/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/macropdf417/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::MacroPdf417 field linktitle: MacroPdf417 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with MacroPdf417 barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::MacroPdf417 field. Specifies that the data should be decoded with MacroPdf417 barcode specification in C++.' type: docs weight: 4600 url: /cpp/aspose.barcode.barcoderecognition/decodetype/macropdf417/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **MacroPdf417** barcode specifica static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::MacroPdf417 ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/mailmark/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/mailmark/_index.md index 7d4298254..1a8efe258 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/mailmark/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/mailmark/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::Mailmark field linktitle: Mailmark second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with Royal Mail Mailmark barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::Mailmark field. Specifies that the data should be decoded with Royal Mail Mailmark barcode specification in C++.' type: docs weight: 5500 url: /cpp/aspose.barcode.barcoderecognition/decodetype/mailmark/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/matrix2of5/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/matrix2of5/_index.md index e5a95ab22..c5729a71e 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/matrix2of5/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/matrix2of5/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::Matrix2of5 field linktitle: Matrix2of5 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with Matrix 2 of 5 barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::Matrix2of5 field. Specifies that the data should be decoded with Matrix 2 of 5 barcode specification in C++.' type: docs weight: 2800 url: /cpp/aspose.barcode.barcoderecognition/decodetype/matrix2of5/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **Matrix 2 of 5** barcode specifi static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::Matrix2of5 ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/maxicode/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/maxicode/_index.md index d6c9b87fa..998b7f692 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/maxicode/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/maxicode/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::MaxiCode field linktitle: MaxiCode second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with MaxiCode barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::MaxiCode field. Specifies that the data should be decoded with MaxiCode barcode specification in C++.' type: docs weight: 7300 url: /cpp/aspose.barcode.barcoderecognition/decodetype/maxicode/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **MaxiCode** barcode specificatio static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::MaxiCode ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/micre13b/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/micre13b/_index.md index 4ef4a972b..adecd70c8 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/micre13b/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/micre13b/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::MicrE13B field linktitle: MicrE13B second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with MICR E-13B barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::MicrE13B field. Specifies that the data should be decoded with MICR E-13B barcode specification in C++.' type: docs weight: 7400 url: /cpp/aspose.barcode.barcoderecognition/decodetype/micre13b/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **MICR E-13B** barcode specificat static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::MicrE13B ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/micropdf417/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/micropdf417/_index.md index 380a8d0ae..b8c262c84 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/micropdf417/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/micropdf417/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::MicroPdf417 field linktitle: MicroPdf417 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with MicroPdf417 barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::MicroPdf417 field. Specifies that the data should be decoded with MicroPdf417 barcode specification in C++.' type: docs weight: 4700 url: /cpp/aspose.barcode.barcoderecognition/decodetype/micropdf417/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **MicroPdf417** barcode specifica static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::MicroPdf417 ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/microqr/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/microqr/_index.md index 97b94a5a6..856b26370 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/microqr/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/microqr/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::MicroQR field linktitle: MicroQR second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with MicroQR Code barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::MicroQR field. Specifies that the data should be decoded with MicroQR Code barcode specification in C++.' type: docs weight: 7000 url: /cpp/aspose.barcode.barcoderecognition/decodetype/microqr/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **MicroQR Code** barcode specific static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::MicroQR ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/mostcommontypes/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/mostcommontypes/_index.md index cf55b1875..79454e00a 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/mostcommontypes/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/mostcommontypes/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::MostCommonTypes field linktitle: MostCommonTypes second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that data will be checked with most commonly used symbologies in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::MostCommonTypes field. Specifies that data will be checked with most commonly used symbologies in C++.' type: docs weight: 9700 url: /cpp/aspose.barcode.barcoderecognition/decodetype/mostcommontypes/ @@ -16,6 +16,9 @@ Specifies that data will be checked with most commonly used symbologies static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::MostCommonTypes ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/msi/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/msi/_index.md index 818c3cb40..ea1d6431c 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/msi/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/msi/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::MSI field linktitle: MSI second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with MSI Plessey barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::MSI field. Specifies that the data should be decoded with MSI Plessey barcode specification in C++.' type: docs weight: 3300 url: /cpp/aspose.barcode.barcoderecognition/decodetype/msi/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **MSI Plessey** barcode specifica static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::MSI ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/none/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/none/_index.md index 046aa067f..517cb922f 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/none/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/none/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::None field linktitle: None second_title: Aspose.BarCode for C++ API Reference -description: ' field. Unspecified decode type in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::None field. Unspecified decode type in C++.' type: docs weight: 1000 url: /cpp/aspose.barcode.barcoderecognition/decodetype/none/ @@ -16,6 +16,9 @@ Unspecified decode type. static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::None ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/onecode/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/onecode/_index.md index 7e5a01318..e9d507b28 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/onecode/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/onecode/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::OneCode field linktitle: OneCode second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with USPS OneCode barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::OneCode field. Specifies that the data should be decoded with USPS OneCode barcode specification in C++.' type: docs weight: 5300 url: /cpp/aspose.barcode.barcoderecognition/decodetype/onecode/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with USPS **OneCode** barcode specific static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::OneCode ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/opc/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/opc/_index.md index d69b17f0b..47c2c44e3 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/opc/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/opc/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::OPC field linktitle: OPC second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with OPC barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::OPC field. Specifies that the data should be decoded with OPC barcode specification in C++.' type: docs weight: 3700 url: /cpp/aspose.barcode.barcoderecognition/decodetype/opc/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **OPC** barcode specification static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::OPC ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/parse/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/parse/_index.md index 34f800138..fc38572f1 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/parse/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/parse/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::DecodeType::Parse method linktitle: Parse second_title: Aspose.BarCode for C++ API Reference -description: ' method. Converts the string representation of a SingleDecodeType to its instance. A return value indicates whether the conversion succeeded or failed in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::Parse method. Converts the string representation of a SingleDecodeType to its instance. A return value indicates whether the conversion succeeded or failed in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.barcoderecognition/decodetype/parse/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/patchcode/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/patchcode/_index.md index 95dd52c26..991c95bdb 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/patchcode/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/patchcode/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::PatchCode field linktitle: PatchCode second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with Patch code barcode specification. Barcode symbology is used for automated scanning in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::PatchCode field. Specifies that the data should be decoded with Patch code barcode specification. Barcode symbology is used for automated scanning in C++.' type: docs weight: 6300 url: /cpp/aspose.barcode.barcoderecognition/decodetype/patchcode/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **Patch code** barcode specificat static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::PatchCode ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/pdf417/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/pdf417/_index.md index b2b818b5a..39207bc8d 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/pdf417/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/pdf417/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::Pdf417 field linktitle: Pdf417 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with Pdf417 barcode symbology in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::Pdf417 field. Specifies that the data should be decoded with Pdf417 barcode symbology in C++.' type: docs weight: 4500 url: /cpp/aspose.barcode.barcoderecognition/decodetype/pdf417/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **Pdf417** barcode symbology static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::Pdf417 ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/pharmacode/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/pharmacode/_index.md index 2f7ef9cf8..937c6ab51 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/pharmacode/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/pharmacode/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::Pharmacode field linktitle: Pharmacode second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with Pharmacode barcode. This symbology is also known as Pharmaceutical Binary Code in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::Pharmacode field. Specifies that the data should be decoded with Pharmacode barcode. This symbology is also known as Pharmaceutical Binary Code in C++.' type: docs weight: 3900 url: /cpp/aspose.barcode.barcoderecognition/decodetype/pharmacode/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **Pharmacode** barcode. This symb static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::Pharmacode ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/planet/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/planet/_index.md index c1f1b3665..7dd5621cf 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/planet/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/planet/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::Planet field linktitle: Planet second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with Planet barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::Planet field. Specifies that the data should be decoded with Planet barcode specification in C++.' type: docs weight: 5200 url: /cpp/aspose.barcode.barcoderecognition/decodetype/planet/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **Planet** barcode specification static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::Planet ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/postaltypes/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/postaltypes/_index.md index 979b60ad0..fdf608467 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/postaltypes/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/postaltypes/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::PostalTypes field linktitle: PostalTypes second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that data will be checked with all of 1.5D Postal barcode symbologies, like Planet, Postnet, AustraliaPost, OneCode, RM4SCC, DutchKIX in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::PostalTypes field. Specifies that data will be checked with all of 1.5D Postal barcode symbologies, like Planet, Postnet, AustraliaPost, OneCode, RM4SCC, DutchKIX in C++.' type: docs weight: 9600 url: /cpp/aspose.barcode.barcoderecognition/decodetype/postaltypes/ @@ -16,6 +16,9 @@ Specifies that data will be checked with all of **1.5D Postal** barcode symbolog static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::PostalTypes ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/postnet/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/postnet/_index.md index b9f54494c..9cab8e343 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/postnet/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/postnet/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::Postnet field linktitle: Postnet second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with Postnet barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::Postnet field. Specifies that the data should be decoded with Postnet barcode specification in C++.' type: docs weight: 5100 url: /cpp/aspose.barcode.barcoderecognition/decodetype/postnet/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **Postnet** barcode specification static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::Postnet ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/pzn/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/pzn/_index.md index bc78cbb98..3527dd4d6 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/pzn/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/pzn/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::PZN field linktitle: PZN second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with PZN barcode specification. This symbology is also known as Pharma Zentral Nummer. PZN7 and PZN8 are supported in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::PZN field. Specifies that the data should be decoded with PZN barcode specification. This symbology is also known as Pharma Zentral Nummer. PZN7 and PZN8 are supported in C++.' type: docs weight: 3800 url: /cpp/aspose.barcode.barcoderecognition/decodetype/pzn/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/qr/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/qr/_index.md index acdf09f0c..389d27c06 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/qr/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/qr/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::QR field linktitle: QR second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with QR Code barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::QR field. Specifies that the data should be decoded with QR Code barcode specification in C++.' type: docs weight: 4200 url: /cpp/aspose.barcode.barcoderecognition/decodetype/qr/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **QR Code** barcode specification static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::QR ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/rectmicroqr/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/rectmicroqr/_index.md index 98e4c401c..949685f90 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/rectmicroqr/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/rectmicroqr/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::RectMicroQR field linktitle: RectMicroQR second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with RectMicroQR (rMQR) Code barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::RectMicroQR field. Specifies that the data should be decoded with RectMicroQR (rMQR) Code barcode specification in C++.' type: docs weight: 9300 url: /cpp/aspose.barcode.barcoderecognition/decodetype/rectmicroqr/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **RectMicroQR (rMQR) Code** barco static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::RectMicroQR ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/rm4scc/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/rm4scc/_index.md index 5bc54abb2..2f39ab324 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/rm4scc/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/rm4scc/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::RM4SCC field linktitle: RM4SCC second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with RM4SCC barcode specification. RM4SCC (Royal Mail 4-state Customer Code) is used for automated mail sort process in UK in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::RM4SCC field. Specifies that the data should be decoded with RM4SCC barcode specification. RM4SCC (Royal Mail 4-state Customer Code) is used for automated mail sort process in UK in C++.' type: docs weight: 5400 url: /cpp/aspose.barcode.barcoderecognition/decodetype/rm4scc/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **RM4SCC** barcode specification. static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::RM4SCC ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/scansets/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/scansets/_index.md index 7ceffce70..2ff39301b 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/scansets/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/scansets/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::DecodeType::ScanSets method linktitle: ScanSets second_title: Aspose.BarCode for C++ API Reference -description: ' method. Specify scan sets by barcodeTypes in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::ScanSets method. Specify scan sets by barcodeTypes in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.barcoderecognition/decodetype/scansets/ @@ -19,7 +19,7 @@ static System::SharedPtr Aspose::BarCode::BarCodeRecognition::De | Parameter | Type | Description | | --- | --- | --- | -| barcodeTypes | const System::ArrayPtr\>\& | Array of single and multi decode types | +| barcodeTypes | const System::ArrayPtr\\>\& | Array of single and multi decode types | ### ReturnValue diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/scc14/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/scc14/_index.md index 868d4fdc8..03fd0dad1 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/scc14/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/scc14/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::SCC14 field linktitle: SCC14 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with SCC14 barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::SCC14 field. Specifies that the data should be decoded with SCC14 barcode specification in C++.' type: docs weight: 2100 url: /cpp/aspose.barcode.barcoderecognition/decodetype/scc14/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **SCC14** barcode specification static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::SCC14 ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/sscc18/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/sscc18/_index.md index b9645e589..c69e96e93 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/sscc18/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/sscc18/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::SSCC18 field linktitle: SSCC18 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with SSCC18 barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::SSCC18 field. Specifies that the data should be decoded with SSCC18 barcode specification in C++.' type: docs weight: 2200 url: /cpp/aspose.barcode.barcoderecognition/decodetype/sscc18/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **SSCC18** barcode specification static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::SSCC18 ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/standard2of5/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/standard2of5/_index.md index 508db8284..6c67cf878 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/standard2of5/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/standard2of5/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::Standard2of5 field linktitle: Standard2of5 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with Standard 2 of 5 barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::Standard2of5 field. Specifies that the data should be decoded with Standard 2 of 5 barcode specification in C++.' type: docs weight: 2600 url: /cpp/aspose.barcode.barcoderecognition/decodetype/standard2of5/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **Standard 2 of 5** barcode speci static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::Standard2of5 ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/supplement/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/supplement/_index.md index c1c2941e9..5c8d098db 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/supplement/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/supplement/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::Supplement field linktitle: Supplement second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with Supplement(EAN2, EAN5) barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::Supplement field. Specifies that the data should be decoded with Supplement(EAN2, EAN5) barcode specification in C++.' type: docs weight: 6600 url: /cpp/aspose.barcode.barcoderecognition/decodetype/supplement/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **Supplement(EAN2, EAN5)** barcod static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::Supplement ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/swisspostparcel/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/swisspostparcel/_index.md index bf95c77a4..ca7a26033 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/swisspostparcel/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/swisspostparcel/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::SwissPostParcel field linktitle: SwissPostParcel second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with Swiss Post Parcel Barcode barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::SwissPostParcel field. Specifies that the data should be decoded with Swiss Post Parcel Barcode barcode specification in C++.' type: docs weight: 6800 url: /cpp/aspose.barcode.barcoderecognition/decodetype/swisspostparcel/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **Swiss Post Parcel Barcode** bar static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::SwissPostParcel ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/tryparse/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/tryparse/_index.md index 39dfcd699..0b5108ec6 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/tryparse/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/tryparse/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::DecodeType::TryParse method linktitle: TryParse second_title: Aspose.BarCode for C++ API Reference -description: ' method. Converts the string representation of a SingleDecodeType to its instance. A return value indicates whether the conversion succeeded or failed in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::TryParse method. Converts the string representation of a SingleDecodeType to its instance. A return value indicates whether the conversion succeeded or failed in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.barcoderecognition/decodetype/tryparse/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/types1d/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/types1d/_index.md index 92d49d790..74248358e 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/types1d/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/types1d/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::Types1D field linktitle: Types1D second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that data will be checked with all of 1D barcode symbologies in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::Types1D field. Specifies that data will be checked with all of 1D barcode symbologies in C++.' type: docs weight: 9400 url: /cpp/aspose.barcode.barcoderecognition/decodetype/types1d/ @@ -16,6 +16,9 @@ Specifies that data will be checked with all of **1D** barcode symbologies static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::Types1D ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/types2d/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/types2d/_index.md index 90435dced..784504f36 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/types2d/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/types2d/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::Types2D field linktitle: Types2D second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that data will be checked with all of 2D barcode symbologies in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::Types2D field. Specifies that data will be checked with all of 2D barcode symbologies in C++.' type: docs weight: 9500 url: /cpp/aspose.barcode.barcoderecognition/decodetype/types2d/ @@ -16,6 +16,9 @@ Specifies that data will be checked with all of **2D** barcode symbologies static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::Types2D ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/upca/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/upca/_index.md index 1d1f2c327..1959ece30 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/upca/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/upca/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::UPCA field linktitle: UPCA second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with UPC-A barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::UPCA field. Specifies that the data should be decoded with UPC-A barcode specification in C++.' type: docs weight: 2300 url: /cpp/aspose.barcode.barcoderecognition/decodetype/upca/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **UPC-A** barcode specification static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::UPCA ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/upce/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/upce/_index.md index 76fb6bc2e..2094f2154 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/upce/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/upce/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::UPCE field linktitle: UPCE second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with UPC-E barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::UPCE field. Specifies that the data should be decoded with UPC-E barcode specification in C++.' type: docs weight: 2400 url: /cpp/aspose.barcode.barcoderecognition/decodetype/upce/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **UPC-E** barcode specification static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::UPCE ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/decodetype/vin/_index.md b/english/cpp/aspose.barcode.barcoderecognition/decodetype/vin/_index.md index ff84c5ca7..db86c04fd 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/decodetype/vin/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/decodetype/vin/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::DecodeType::VIN field linktitle: VIN second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be decoded with VIN (Vehicle Identification Number) barcode specification in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DecodeType::VIN field. Specifies that the data should be decoded with VIN (Vehicle Identification Number) barcode specification in C++.' type: docs weight: 3400 url: /cpp/aspose.barcode.barcoderecognition/decodetype/vin/ @@ -16,6 +16,9 @@ Specifies that the data should be decoded with **VIN** (Vehicle Identification N static System::SharedPtr Aspose::BarCode::BarCodeRecognition::DecodeType::VIN ``` + + + ## See Also * Class [DecodeType](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/deconvolutionmode/_index.md b/english/cpp/aspose.barcode.barcoderecognition/deconvolutionmode/_index.md index 1610bb7eb..f2b4048c7 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/deconvolutionmode/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/deconvolutionmode/_index.md @@ -1,10 +1,10 @@ --- -title: enum +title: Aspose::BarCode::BarCodeRecognition::DeconvolutionMode enum linktitle: DeconvolutionMode second_title: Aspose.BarCode for C++ API Reference -description: 'How to use enum in C++.' +description: 'How to use Aspose::BarCode::BarCodeRecognition::DeconvolutionMode enum in C++.' type: docs -weight: 3500 +weight: 3400 url: /cpp/aspose.barcode.barcoderecognition/deconvolutionmode/ --- ## DeconvolutionMode enum @@ -40,6 +40,9 @@ using (BarCodeReader reader = new BarCodeReader(@"c:\test.png", DecodeType.Code3 } ``` + + + ## See Also * Namespace [Aspose::BarCode::BarCodeRecognition](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/details_recognitionabortedexception/get_executiontime/_index.md b/english/cpp/aspose.barcode.barcoderecognition/details_recognitionabortedexception/get_executiontime/_index.md index 985add1ca..8c3dd921e 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/details_recognitionabortedexception/get_executiontime/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/details_recognitionabortedexception/get_executiontime/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::Details_RecognitionAbortedException::get_ExecutionTime method linktitle: get_ExecutionTime second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the execution time of current recognition session in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Details_RecognitionAbortedException::get_ExecutionTime method. Gets the execution time of current recognition session in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.barcoderecognition/details_recognitionabortedexception/get_executiontime/ @@ -20,6 +20,9 @@ int32_t Aspose::BarCode::BarCodeRecognition::Details_RecognitionAbortedException The execution time of current recognition session + + + ## See Also * Class [Details_RecognitionAbortedException](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/details_recognitionabortedexception/set_executiontime/_index.md b/english/cpp/aspose.barcode.barcoderecognition/details_recognitionabortedexception/set_executiontime/_index.md index b68d83d3d..8d7d96480 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/details_recognitionabortedexception/set_executiontime/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/details_recognitionabortedexception/set_executiontime/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::Details_RecognitionAbortedException::set_ExecutionTime method linktitle: set_ExecutionTime second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the execution time of current recognition session in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Details_RecognitionAbortedException::set_ExecutionTime method. Gets the execution time of current recognition session in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.barcoderecognition/details_recognitionabortedexception/set_executiontime/ @@ -20,6 +20,9 @@ void Aspose::BarCode::BarCodeRecognition::Details_RecognitionAbortedException::s The execution time of current recognition session + + + ## See Also * Class [Details_RecognitionAbortedException](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/_index.md b/english/cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/_index.md index 62a4e041d..c50dfc80b 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/_index.md @@ -20,9 +20,6 @@ class DotCodeExtendedParameters : public Aspose::BarCode::BarCodeRecognition::Ba | Method | Description | | --- | --- | -| [get_DotCodeIsReaderInitialization](./get_dotcodeisreaderinitialization/)() | Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. | -| [get_DotCodeStructuredAppendModeBarcodeId](./get_dotcodestructuredappendmodebarcodeid/)() | Gets the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. | -| [get_DotCodeStructuredAppendModeBarcodesCount](./get_dotcodestructuredappendmodebarcodescount/)() | Gets the DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. | | [get_IsEmpty](../baseextendedparameters/get_isempty/)() | **Tests** whether all parameters has only default values | | [get_IsReaderInitialization](./get_isreaderinitialization/)() | Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. | | [get_StructuredAppendModeBarcodeId](./get_structuredappendmodebarcodeid/)() | Gets the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. | diff --git a/english/cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/get_dotcodeisreaderinitialization/_index.md b/english/cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/get_dotcodeisreaderinitialization/_index.md deleted file mode 100644 index 3e7c78e2d..000000000 --- a/english/cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/get_dotcodeisreaderinitialization/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: get_DotCodeIsReaderInitialization -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false in C++.' -type: docs -weight: 600 -url: /cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/get_dotcodeisreaderinitialization/ ---- -## DotCodeExtendedParameters::get_DotCodeIsReaderInitialization method - - -Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. - -```cpp -bool Aspose::BarCode::BarCodeRecognition::DotCodeExtendedParameters::get_DotCodeIsReaderInitialization() -``` - - -## See Also - -* Class [DotCodeExtendedParameters](../) -* Namespace [Aspose::BarCode::BarCodeRecognition](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/get_dotcodestructuredappendmodebarcodeid/_index.md b/english/cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/get_dotcodestructuredappendmodebarcodeid/_index.md deleted file mode 100644 index 751c0e2c0..000000000 --- a/english/cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/get_dotcodestructuredappendmodebarcodeid/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: method -linktitle: get_DotCodeStructuredAppendModeBarcodeId -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1 in C++.' -type: docs -weight: 400 -url: /cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/get_dotcodestructuredappendmodebarcodeid/ ---- -## DotCodeExtendedParameters::get_DotCodeStructuredAppendModeBarcodeId method - - -Gets the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. - -```cpp -int32_t Aspose::BarCode::BarCodeRecognition::DotCodeExtendedParameters::get_DotCodeStructuredAppendModeBarcodeId() -``` - -## Remarks - - - -The ID of the DotCode structured append mode barcode. -## See Also - -* Class [DotCodeExtendedParameters](../) -* Namespace [Aspose::BarCode::BarCodeRecognition](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/get_dotcodestructuredappendmodebarcodescount/_index.md b/english/cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/get_dotcodestructuredappendmodebarcodescount/_index.md deleted file mode 100644 index 084951637..000000000 --- a/english/cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/get_dotcodestructuredappendmodebarcodescount/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: method -linktitle: get_DotCodeStructuredAppendModeBarcodesCount -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35 in C++.' -type: docs -weight: 200 -url: /cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/get_dotcodestructuredappendmodebarcodescount/ ---- -## DotCodeExtendedParameters::get_DotCodeStructuredAppendModeBarcodesCount method - - -Gets the DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. - -```cpp -int32_t Aspose::BarCode::BarCodeRecognition::DotCodeExtendedParameters::get_DotCodeStructuredAppendModeBarcodesCount() -``` - -## Remarks - - - -The count of the DotCode structured append mode barcode. -## See Also - -* Class [DotCodeExtendedParameters](../) -* Namespace [Aspose::BarCode::BarCodeRecognition](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/get_isreaderinitialization/_index.md b/english/cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/get_isreaderinitialization/_index.md index f79988c43..9ab861a2d 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/get_isreaderinitialization/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/get_isreaderinitialization/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::DotCodeExtendedParameters::get_IsReaderInitialization method linktitle: get_IsReaderInitialization second_title: Aspose.BarCode for C++ API Reference -description: ' method. Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DotCodeExtendedParameters::get_IsReaderInitialization method. Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false in C++.' type: docs -weight: 500 +weight: 300 url: /cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/get_isreaderinitialization/ --- ## DotCodeExtendedParameters::get_IsReaderInitialization method diff --git a/english/cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/get_structuredappendmodebarcodeid/_index.md b/english/cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/get_structuredappendmodebarcodeid/_index.md index bf67442ac..60710f839 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/get_structuredappendmodebarcodeid/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/get_structuredappendmodebarcodeid/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::DotCodeExtendedParameters::get_StructuredAppendModeBarcodeId method linktitle: get_StructuredAppendModeBarcodeId second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1 in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DotCodeExtendedParameters::get_StructuredAppendModeBarcodeId method. Gets the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1 in C++.' type: docs -weight: 300 +weight: 200 url: /cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/get_structuredappendmodebarcodeid/ --- ## DotCodeExtendedParameters::get_StructuredAppendModeBarcodeId method @@ -20,6 +20,9 @@ int32_t Aspose::BarCode::BarCodeRecognition::DotCodeExtendedParameters::get_Stru The ID of the DotCode structured append mode barcode. + + + ## See Also * Class [DotCodeExtendedParameters](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/get_structuredappendmodebarcodescount/_index.md b/english/cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/get_structuredappendmodebarcodescount/_index.md index 6c9e56c57..b12c002de 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/get_structuredappendmodebarcodescount/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/get_structuredappendmodebarcodescount/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::DotCodeExtendedParameters::get_StructuredAppendModeBarcodesCount method linktitle: get_StructuredAppendModeBarcodesCount second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35 in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DotCodeExtendedParameters::get_StructuredAppendModeBarcodesCount method. Gets the DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35 in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/get_structuredappendmodebarcodescount/ @@ -20,6 +20,9 @@ int32_t Aspose::BarCode::BarCodeRecognition::DotCodeExtendedParameters::get_Stru The count of the DotCode structured append mode barcode. + + + ## See Also * Class [DotCodeExtendedParameters](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/gethashcode/_index.md b/english/cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/gethashcode/_index.md index cee776f36..a05a2e89c 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/gethashcode/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/gethashcode/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::DotCodeExtendedParameters::GetHashCode method linktitle: GetHashCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns the hash code for this instance in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DotCodeExtendedParameters::GetHashCode method. Returns the hash code for this instance in C++.' type: docs -weight: 700 +weight: 400 url: /cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/gethashcode/ --- ## DotCodeExtendedParameters::GetHashCode method diff --git a/english/cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/tostring/_index.md b/english/cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/tostring/_index.md index 6b8b31d19..37446f5fd 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/tostring/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/tostring/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::DotCodeExtendedParameters::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this DotCodeExtendedParameters in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::DotCodeExtendedParameters::ToString method. Returns a human-readable string representation of this DotCodeExtendedParameters in C++.' type: docs -weight: 800 +weight: 500 url: /cpp/aspose.barcode.barcoderecognition/dotcodeextendedparameters/tostring/ --- ## DotCodeExtendedParameters::ToString method diff --git a/english/cpp/aspose.barcode.barcoderecognition/gs1compositebarextendedparameters/get_onedcodetext/_index.md b/english/cpp/aspose.barcode.barcoderecognition/gs1compositebarextendedparameters/get_onedcodetext/_index.md index f0a0dc33b..00135caf4 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/gs1compositebarextendedparameters/get_onedcodetext/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/gs1compositebarextendedparameters/get_onedcodetext/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::GS1CompositeBarExtendedParameters::get_OneDCodeText method linktitle: get_OneDCodeText second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the 1D (linear) barcode value of GS1 Composite in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::GS1CompositeBarExtendedParameters::get_OneDCodeText method. Gets the 1D (linear) barcode value of GS1 Composite in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.barcoderecognition/gs1compositebarextendedparameters/get_onedcodetext/ @@ -20,6 +20,9 @@ System::String Aspose::BarCode::BarCodeRecognition::GS1CompositeBarExtendedParam 1D barcode value + + + ## See Also * Class [GS1CompositeBarExtendedParameters](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/gs1compositebarextendedparameters/get_onedtype/_index.md b/english/cpp/aspose.barcode.barcoderecognition/gs1compositebarextendedparameters/get_onedtype/_index.md index e8130073c..9ee83ae1d 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/gs1compositebarextendedparameters/get_onedtype/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/gs1compositebarextendedparameters/get_onedtype/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::GS1CompositeBarExtendedParameters::get_OneDType method linktitle: get_OneDType second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the 1D (linear) barcode type of GS1 Composite in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::GS1CompositeBarExtendedParameters::get_OneDType method. Gets the 1D (linear) barcode type of GS1 Composite in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.barcoderecognition/gs1compositebarextendedparameters/get_onedtype/ @@ -20,6 +20,9 @@ System::SharedPtr Aspose::BarCode::BarCodeRecognition::GS1Comp 2D barcode type + + + ## See Also * Class [SingleDecodeType](../../singledecodetype/) diff --git a/english/cpp/aspose.barcode.barcoderecognition/gs1compositebarextendedparameters/get_twodcodetext/_index.md b/english/cpp/aspose.barcode.barcoderecognition/gs1compositebarextendedparameters/get_twodcodetext/_index.md index d3e209b59..dceb7d971 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/gs1compositebarextendedparameters/get_twodcodetext/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/gs1compositebarextendedparameters/get_twodcodetext/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::GS1CompositeBarExtendedParameters::get_TwoDCodeText method linktitle: get_TwoDCodeText second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the 2D barcode value of GS1 Composite in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::GS1CompositeBarExtendedParameters::get_TwoDCodeText method. Gets the 2D barcode value of GS1 Composite in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.barcoderecognition/gs1compositebarextendedparameters/get_twodcodetext/ @@ -20,6 +20,9 @@ System::String Aspose::BarCode::BarCodeRecognition::GS1CompositeBarExtendedParam 2D barcode value + + + ## See Also * Class [GS1CompositeBarExtendedParameters](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/gs1compositebarextendedparameters/get_twodtype/_index.md b/english/cpp/aspose.barcode.barcoderecognition/gs1compositebarextendedparameters/get_twodtype/_index.md index 9dfca6f25..a81fafa4a 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/gs1compositebarextendedparameters/get_twodtype/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/gs1compositebarextendedparameters/get_twodtype/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::GS1CompositeBarExtendedParameters::get_TwoDType method linktitle: get_TwoDType second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the 2D barcode type of GS1 Composite in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::GS1CompositeBarExtendedParameters::get_TwoDType method. Gets the 2D barcode type of GS1 Composite in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.barcoderecognition/gs1compositebarextendedparameters/get_twodtype/ @@ -20,6 +20,9 @@ System::SharedPtr Aspose::BarCode::BarCodeRecognition::GS1Comp 2D barcode type + + + ## See Also * Class [SingleDecodeType](../../singledecodetype/) diff --git a/english/cpp/aspose.barcode.barcoderecognition/gs1compositebarextendedparameters/gethashcode/_index.md b/english/cpp/aspose.barcode.barcoderecognition/gs1compositebarextendedparameters/gethashcode/_index.md index 825472f2b..10e109978 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/gs1compositebarextendedparameters/gethashcode/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/gs1compositebarextendedparameters/gethashcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::GS1CompositeBarExtendedParameters::GetHashCode method linktitle: GetHashCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns the hash code for this instance in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::GS1CompositeBarExtendedParameters::GetHashCode method. Returns the hash code for this instance in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.barcoderecognition/gs1compositebarextendedparameters/gethashcode/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/gs1compositebarextendedparameters/tostring/_index.md b/english/cpp/aspose.barcode.barcoderecognition/gs1compositebarextendedparameters/tostring/_index.md index f24b992a2..80098c571 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/gs1compositebarextendedparameters/tostring/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/gs1compositebarextendedparameters/tostring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::GS1CompositeBarExtendedParameters::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this GS1CompositeBarExtendedParameters in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::GS1CompositeBarExtendedParameters::ToString method. Returns a human-readable string representation of this GS1CompositeBarExtendedParameters in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.barcoderecognition/gs1compositebarextendedparameters/tostring/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/inverseimagemode/_index.md b/english/cpp/aspose.barcode.barcoderecognition/inverseimagemode/_index.md index e2c927e58..3ecef4407 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/inverseimagemode/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/inverseimagemode/_index.md @@ -1,10 +1,10 @@ --- -title: enum +title: Aspose::BarCode::BarCodeRecognition::InverseImageMode enum linktitle: InverseImageMode second_title: Aspose.BarCode for C++ API Reference -description: 'How to use enum in C++.' +description: 'How to use Aspose::BarCode::BarCodeRecognition::InverseImageMode enum in C++.' type: docs -weight: 3600 +weight: 3500 url: /cpp/aspose.barcode.barcoderecognition/inverseimagemode/ --- ## InverseImageMode enum @@ -40,6 +40,9 @@ using (BarCodeReader reader = new BarCodeReader(@"c:\test.png", DecodeType.Code3 } ``` + + + ## See Also * Namespace [Aspose::BarCode::BarCodeRecognition](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/_index.md b/english/cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/_index.md index 00bcf63e3..05d4e8c3b 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/_index.md @@ -21,9 +21,6 @@ class MaxiCodeExtendedParameters : public Aspose::BarCode::BarCodeRecognition::B | Method | Description | | --- | --- | | [get_IsEmpty](../baseextendedparameters/get_isempty/)() | **Tests** whether all parameters has only default values | -| [get_MaxiCodeMode](./get_maxicodemode/)() | Gets a MaxiCode encode mode. Default value: Mode4 | -| [get_MaxiCodeStructuredAppendModeBarcodeId](./get_maxicodestructuredappendmodebarcodeid/)() | Gets a MaxiCode barcode id in structured append mode. Default value: 0 | -| [get_MaxiCodeStructuredAppendModeBarcodesCount](./get_maxicodestructuredappendmodebarcodescount/)() | Gets a MaxiCode barcodes count in structured append mode. Default value: -1 | | [get_Mode](./get_mode/)() | Gets a MaxiCode encode mode. Default value: Mode4 | | [get_StructuredAppendModeBarcodeId](./get_structuredappendmodebarcodeid/)() | Gets a MaxiCode barcode id in structured append mode. Default value: 0 | | [get_StructuredAppendModeBarcodesCount](./get_structuredappendmodebarcodescount/)() | Gets a MaxiCode barcodes count in structured append mode. Default value: -1 | diff --git a/english/cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/get_maxicodemode/_index.md b/english/cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/get_maxicodemode/_index.md deleted file mode 100644 index 132fd9b49..000000000 --- a/english/cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/get_maxicodemode/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: get_MaxiCodeMode -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a MaxiCode encode mode. Default value: Mode4 in C++.' -type: docs -weight: 200 -url: /cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/get_maxicodemode/ ---- -## MaxiCodeExtendedParameters::get_MaxiCodeMode method - - -Gets a MaxiCode encode mode. Default value: Mode4 - -```cpp -Aspose::BarCode::Generation::MaxiCodeMode Aspose::BarCode::BarCodeRecognition::MaxiCodeExtendedParameters::get_MaxiCodeMode() -``` - - -## See Also - -* Enum [MaxiCodeMode](../../../aspose.barcode.generation/maxicodemode/) -* Class [MaxiCodeExtendedParameters](../) -* Namespace [Aspose::BarCode::BarCodeRecognition](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/get_maxicodestructuredappendmodebarcodeid/_index.md b/english/cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/get_maxicodestructuredappendmodebarcodeid/_index.md deleted file mode 100644 index b6e6d66a1..000000000 --- a/english/cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/get_maxicodestructuredappendmodebarcodeid/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: get_MaxiCodeStructuredAppendModeBarcodeId -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a MaxiCode barcode id in structured append mode. Default value: 0 in C++.' -type: docs -weight: 400 -url: /cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/get_maxicodestructuredappendmodebarcodeid/ ---- -## MaxiCodeExtendedParameters::get_MaxiCodeStructuredAppendModeBarcodeId method - - -Gets a MaxiCode barcode id in structured append mode. Default value: 0 - -```cpp -int32_t Aspose::BarCode::BarCodeRecognition::MaxiCodeExtendedParameters::get_MaxiCodeStructuredAppendModeBarcodeId() -``` - - -## See Also - -* Class [MaxiCodeExtendedParameters](../) -* Namespace [Aspose::BarCode::BarCodeRecognition](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/get_maxicodestructuredappendmodebarcodescount/_index.md b/english/cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/get_maxicodestructuredappendmodebarcodescount/_index.md deleted file mode 100644 index 6990b78e8..000000000 --- a/english/cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/get_maxicodestructuredappendmodebarcodescount/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: get_MaxiCodeStructuredAppendModeBarcodesCount -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a MaxiCode barcodes count in structured append mode. Default value: -1 in C++.' -type: docs -weight: 600 -url: /cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/get_maxicodestructuredappendmodebarcodescount/ ---- -## MaxiCodeExtendedParameters::get_MaxiCodeStructuredAppendModeBarcodesCount method - - -Gets a MaxiCode barcodes count in structured append mode. Default value: -1 - -```cpp -int32_t Aspose::BarCode::BarCodeRecognition::MaxiCodeExtendedParameters::get_MaxiCodeStructuredAppendModeBarcodesCount() -``` - - -## See Also - -* Class [MaxiCodeExtendedParameters](../) -* Namespace [Aspose::BarCode::BarCodeRecognition](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/get_mode/_index.md b/english/cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/get_mode/_index.md index 270d35cfc..fffa6bbac 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/get_mode/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/get_mode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::MaxiCodeExtendedParameters::get_Mode method linktitle: get_Mode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a MaxiCode encode mode. Default value: Mode4 in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::MaxiCodeExtendedParameters::get_Mode method. Gets a MaxiCode encode mode. Default value: Mode4 in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/get_mode/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/get_structuredappendmodebarcodeid/_index.md b/english/cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/get_structuredappendmodebarcodeid/_index.md index 4fa1b2f1d..78421800c 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/get_structuredappendmodebarcodeid/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/get_structuredappendmodebarcodeid/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::MaxiCodeExtendedParameters::get_StructuredAppendModeBarcodeId method linktitle: get_StructuredAppendModeBarcodeId second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a MaxiCode barcode id in structured append mode. Default value: 0 in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::MaxiCodeExtendedParameters::get_StructuredAppendModeBarcodeId method. Gets a MaxiCode barcode id in structured append mode. Default value: 0 in C++.' type: docs -weight: 300 +weight: 200 url: /cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/get_structuredappendmodebarcodeid/ --- ## MaxiCodeExtendedParameters::get_StructuredAppendModeBarcodeId method diff --git a/english/cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/get_structuredappendmodebarcodescount/_index.md b/english/cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/get_structuredappendmodebarcodescount/_index.md index 455f23493..300a27105 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/get_structuredappendmodebarcodescount/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/get_structuredappendmodebarcodescount/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::MaxiCodeExtendedParameters::get_StructuredAppendModeBarcodesCount method linktitle: get_StructuredAppendModeBarcodesCount second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a MaxiCode barcodes count in structured append mode. Default value: -1 in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::MaxiCodeExtendedParameters::get_StructuredAppendModeBarcodesCount method. Gets a MaxiCode barcodes count in structured append mode. Default value: -1 in C++.' type: docs -weight: 500 +weight: 300 url: /cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/get_structuredappendmodebarcodescount/ --- ## MaxiCodeExtendedParameters::get_StructuredAppendModeBarcodesCount method diff --git a/english/cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/gethashcode/_index.md b/english/cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/gethashcode/_index.md index 0acc6e1be..8fe878337 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/gethashcode/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/gethashcode/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::MaxiCodeExtendedParameters::GetHashCode method linktitle: GetHashCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns the hash code for this instance in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::MaxiCodeExtendedParameters::GetHashCode method. Returns the hash code for this instance in C++.' type: docs -weight: 700 +weight: 400 url: /cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/gethashcode/ --- ## MaxiCodeExtendedParameters::GetHashCode method diff --git a/english/cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/tostring/_index.md b/english/cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/tostring/_index.md index 10b9506b1..f4e314b3b 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/tostring/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/tostring/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::MaxiCodeExtendedParameters::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this MaxiCodeExtendedParameters in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::MaxiCodeExtendedParameters::ToString method. Returns a human-readable string representation of this MaxiCodeExtendedParameters in C++.' type: docs -weight: 800 +weight: 500 url: /cpp/aspose.barcode.barcoderecognition/maxicodeextendedparameters/tostring/ --- ## MaxiCodeExtendedParameters::ToString method diff --git a/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/_index.md b/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/_index.md index 9883a5c83..cbdbf5376 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/_index.md @@ -22,8 +22,8 @@ class MultiDecodeType : public Aspose::BarCode::BarCodeRecognition::BaseDecodeTy | Method | Description | | --- | --- | | [Add](./add/)(System::SharedPtr\) | Adds one more [SingleDecodeType](../singledecodetype/) to the [MultiDecodeType](./). | -| [ContainsAll](./containsall/)(const System::ArrayPtr\>\&) | Check if this contains all types from barcode types. | -| [ContainsAny](./containsany/)(const System::ArrayPtr\>\&) override | Is contain any of types | +| [ContainsAll](./containsall/)(const System::ArrayPtr\\>\&) | Check if this contains all types from barcode types. | +| [ContainsAny](./containsany/)(const System::ArrayPtr\\>\&) override | Is contain any of types | | [Equals](./equals/)(System::SharedPtr\) override | Returns a value indicating whether this instance is equal to a specified [MultiDecodeType](./) value. | | [Equals](./equals/)(System::SharedPtr\) override | Returns a value indicating whether this decode types collection contains only specified [SingleDecodeType](../singledecodetype/) value. | | [Equals](./equals/)(System::SharedPtr\) override | Returns a value indicating whether this instance is equal to a specified [MultiDecodeType](./) value. | @@ -32,8 +32,8 @@ class MultiDecodeType : public Aspose::BarCode::BarCodeRecognition::BaseDecodeTy | [get_GetSingleTypesCount](./get_getsingletypescount/)() | Returns a number of single types. | | [GetHashCode](./gethashcode/)() const override | Returns the hash code for this instance. | | [GetSingleTypes](./getsingletypes/)() | Represents a list of single types. | -| [MultiDecodeType](./multidecodetype/)(const System::ArrayPtr\>\&) | Initializes a new instance of the [MultiDecodeType](./) class. | -| [MultiDecodeType](./multidecodetype/)(const System::ArrayPtr\>\&) | Initializes a new instance of the [MultiDecodeType](./) class. | +| [MultiDecodeType](./multidecodetype/)(const System::ArrayPtr\\>\&) | Initializes a new instance of the [MultiDecodeType](./) class. | +| [MultiDecodeType](./multidecodetype/)(const System::ArrayPtr\\>\&) | Initializes a new instance of the [MultiDecodeType](./) class. | | [SetTemplateWeakPtr](./settemplateweakptr/)(uint32_t) override | Set n'th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. | | [ToString](./tostring/)() const override | Overridden method representing [MultiDecodeType](./) as a string. | | static [TryParse](./tryparse/)(System::String, System::SharedPtr\\&) | Converts the string representation of a [MultiDecodeType](./) to its instance. A return value indicates whether the conversion succeeded or failed. | diff --git a/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/add/_index.md b/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/add/_index.md index bf1c4b7e4..66d728dbb 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/add/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/add/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::MultiDecodeType::Add method linktitle: Add second_title: Aspose.BarCode for C++ API Reference -description: ' method. Adds one more SingleDecodeType to the MultiDecodeType in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::MultiDecodeType::Add method. Adds one more SingleDecodeType to the MultiDecodeType in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.barcoderecognition/multidecodetype/add/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/containsall/_index.md b/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/containsall/_index.md index db3961b86..081ae2b4e 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/containsall/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/containsall/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::MultiDecodeType::ContainsAll method linktitle: ContainsAll second_title: Aspose.BarCode for C++ API Reference -description: ' method. Check if this contains all types from barcode types in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::MultiDecodeType::ContainsAll method. Check if this contains all types from barcode types in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.barcoderecognition/multidecodetype/containsall/ @@ -19,7 +19,7 @@ bool Aspose::BarCode::BarCodeRecognition::MultiDecodeType::ContainsAll(const Sys | Parameter | Type | Description | | --- | --- | --- | -| barcodeTypes | const System::ArrayPtr\>\& | Input single or multi barcode types | +| barcodeTypes | const System::ArrayPtr\\>\& | Input single or multi barcode types | ### ReturnValue diff --git a/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/containsany/_index.md b/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/containsany/_index.md index 82d17dbf6..99c88158d 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/containsany/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/containsany/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::MultiDecodeType::ContainsAny method linktitle: ContainsAny second_title: Aspose.BarCode for C++ API Reference -description: ' method. Is contain any of types in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::MultiDecodeType::ContainsAny method. Is contain any of types in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.barcoderecognition/multidecodetype/containsany/ @@ -19,7 +19,7 @@ bool Aspose::BarCode::BarCodeRecognition::MultiDecodeType::ContainsAny(const Sys | Parameter | Type | Description | | --- | --- | --- | -| decodeTypes | const System::ArrayPtr\>\& | Decode types | +| decodeTypes | const System::ArrayPtr\\>\& | Decode types | ### ReturnValue diff --git a/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/equals/_index.md b/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/equals/_index.md index b88cc29bd..19f6eb17e 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/equals/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/equals/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::MultiDecodeType::Equals method linktitle: Equals second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a value indicating whether this instance is equal to a specified MultiDecodeType value in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::MultiDecodeType::Equals method. Returns a value indicating whether this instance is equal to a specified MultiDecodeType value in C++.' type: docs weight: 800 url: /cpp/aspose.barcode.barcoderecognition/multidecodetype/equals/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/exclude/_index.md b/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/exclude/_index.md index a10e8f472..277fb7fa7 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/exclude/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/exclude/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::MultiDecodeType::Exclude method linktitle: Exclude second_title: Aspose.BarCode for C++ API Reference -description: ' method. Excludes SingleDecodeType from the MultiDecodeType and returns new MultiDecodeType instance in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::MultiDecodeType::Exclude method. Excludes SingleDecodeType from the MultiDecodeType and returns new MultiDecodeType instance in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.barcoderecognition/multidecodetype/exclude/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/get_getsingletypescount/_index.md b/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/get_getsingletypescount/_index.md index 3c7b47869..8e1e62713 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/get_getsingletypescount/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/get_getsingletypescount/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::MultiDecodeType::get_GetSingleTypesCount method linktitle: get_GetSingleTypesCount second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a number of single types in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::MultiDecodeType::get_GetSingleTypesCount method. Returns a number of single types in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.barcoderecognition/multidecodetype/get_getsingletypescount/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/gethashcode/_index.md b/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/gethashcode/_index.md index 0b623ae4d..9d5f60323 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/gethashcode/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/gethashcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::MultiDecodeType::GetHashCode method linktitle: GetHashCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns the hash code for this instance in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::MultiDecodeType::GetHashCode method. Returns the hash code for this instance in C++.' type: docs weight: 900 url: /cpp/aspose.barcode.barcoderecognition/multidecodetype/gethashcode/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/getsingletypes/_index.md b/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/getsingletypes/_index.md index b38ae775b..d67fc33b4 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/getsingletypes/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/getsingletypes/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::MultiDecodeType::GetSingleTypes method linktitle: GetSingleTypes second_title: Aspose.BarCode for C++ API Reference -description: ' method. Represents a list of single types in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::MultiDecodeType::GetSingleTypes method. Represents a list of single types in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.barcoderecognition/multidecodetype/getsingletypes/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/multidecodetype/_index.md b/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/multidecodetype/_index.md index 12b03797c..cde72b5c9 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/multidecodetype/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/multidecodetype/_index.md @@ -1,13 +1,13 @@ --- -title: constructor +title: Aspose::BarCode::BarCodeRecognition::MultiDecodeType::MultiDecodeType constructor linktitle: MultiDecodeType second_title: Aspose.BarCode for C++ API Reference -description: ' constructor. Initializes a new instance of the MultiDecodeType class in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::MultiDecodeType::MultiDecodeType constructor. Initializes a new instance of the MultiDecodeType class in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.barcoderecognition/multidecodetype/multidecodetype/ --- -## MultiDecodeType::MultiDecodeType(const System::ArrayPtr\>\&) constructor +## MultiDecodeType::MultiDecodeType(const System::ArrayPtr\\>\&) constructor Initializes a new instance of the [MultiDecodeType](../) class. @@ -19,7 +19,7 @@ Aspose::BarCode::BarCodeRecognition::MultiDecodeType::MultiDecodeType(const Syst | Parameter | Type | Description | | --- | --- | --- | -| barcodeTypes | const System::ArrayPtr\>\& | Array of single decode types | +| barcodeTypes | const System::ArrayPtr\\>\& | Array of single decode types | ## See Also @@ -27,7 +27,7 @@ Aspose::BarCode::BarCodeRecognition::MultiDecodeType::MultiDecodeType(const Syst * Class [MultiDecodeType](../) * Namespace [Aspose::BarCode::BarCodeRecognition](../../) * Library [Aspose.BarCode for C++](../../../) -## MultiDecodeType::MultiDecodeType(const System::ArrayPtr\>\&) constructor +## MultiDecodeType::MultiDecodeType(const System::ArrayPtr\\>\&) constructor Initializes a new instance of the [MultiDecodeType](../) class. @@ -39,7 +39,7 @@ Aspose::BarCode::BarCodeRecognition::MultiDecodeType::MultiDecodeType(const Syst | Parameter | Type | Description | | --- | --- | --- | -| barcodeTypes | const System::ArrayPtr\>\& | Array of multi and single decode types | +| barcodeTypes | const System::ArrayPtr\\>\& | Array of multi and single decode types | ## See Also diff --git a/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/settemplateweakptr/_index.md b/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/settemplateweakptr/_index.md index 202951343..764f36e21 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/settemplateweakptr/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/settemplateweakptr/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::MultiDecodeType::SetTemplateWeakPtr method linktitle: SetTemplateWeakPtr second_title: Aspose.BarCode for C++ API Reference -description: ' method. Set n''th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::MultiDecodeType::SetTemplateWeakPtr method. Set n''th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode in C++.' type: docs weight: 1100 url: /cpp/aspose.barcode.barcoderecognition/multidecodetype/settemplateweakptr/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/tostring/_index.md b/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/tostring/_index.md index 2289d4bf9..a2b72e1d3 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/tostring/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/tostring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::MultiDecodeType::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Overridden method representing MultiDecodeType as a string in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::MultiDecodeType::ToString method. Overridden method representing MultiDecodeType as a string in C++.' type: docs weight: 1000 url: /cpp/aspose.barcode.barcoderecognition/multidecodetype/tostring/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/tryparse/_index.md b/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/tryparse/_index.md index 188abce90..6087a4d0a 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/tryparse/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/multidecodetype/tryparse/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::MultiDecodeType::TryParse method linktitle: TryParse second_title: Aspose.BarCode for C++ API Reference -description: ' method. Converts the string representation of a MultiDecodeType to its instance. A return value indicates whether the conversion succeeded or failed in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::MultiDecodeType::TryParse method. Converts the string representation of a MultiDecodeType to its instance. A return value indicates whether the conversion succeeded or failed in C++.' type: docs weight: 1200 url: /cpp/aspose.barcode.barcoderecognition/multidecodetype/tryparse/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/multydecodetype/_index.md b/english/cpp/aspose.barcode.barcoderecognition/multydecodetype/_index.md deleted file mode 100644 index 48b97f435..000000000 --- a/english/cpp/aspose.barcode.barcoderecognition/multydecodetype/_index.md +++ /dev/null @@ -1,63 +0,0 @@ ---- -title: Aspose::BarCode::BarCodeRecognition::MultyDecodeType class -linktitle: MultyDecodeType -second_title: Aspose.BarCode for C++ API Reference -description: 'Aspose::BarCode::BarCodeRecognition::MultyDecodeType class. Composite decode type in C++.' -type: docs -weight: 2300 -url: /cpp/aspose.barcode.barcoderecognition/multydecodetype/ ---- -## MultyDecodeType class - - -Composite decode type. - -```cpp -class MultyDecodeType : public Aspose::BarCode::BarCodeRecognition::MultiDecodeType -``` - -## Methods - -| Method | Description | -| --- | --- | -| [Add](../multidecodetype/add/)(System::SharedPtr\) | Adds one more [SingleDecodeType](../singledecodetype/) to the [MultiDecodeType](../multidecodetype/). | -| [ContainsAll](../multidecodetype/containsall/)(const System::ArrayPtr\>\&) | Check if this contains all types from barcode types. | -| [ContainsAny](../multidecodetype/containsany/)(const System::ArrayPtr\>\&) override | Is contain any of types | -| [Equals](../multidecodetype/equals/)(System::SharedPtr\) override | Returns a value indicating whether this instance is equal to a specified [MultiDecodeType](../multidecodetype/) value. | -| [Equals](../multidecodetype/equals/)(System::SharedPtr\) override | Returns a value indicating whether this decode types collection contains only specified [SingleDecodeType](../singledecodetype/) value. | -| [Equals](../multidecodetype/equals/)(System::SharedPtr\) override | Returns a value indicating whether this instance is equal to a specified [MultiDecodeType](../multidecodetype/) value. | -| [Equals](../basedecodetype/equals/)(System::SharedPtr\) override | Returns a value indicating whether this instance is equal to a specified [BaseDecodeType](../basedecodetype/) value. | -| [Exclude](../multidecodetype/exclude/)(System::SharedPtr\) | Excludes [SingleDecodeType](../singledecodetype/) from the [MultiDecodeType](../multidecodetype/) and returns new [MultiDecodeType](../multidecodetype/) instance. | -| [get_GetSingleTypesCount](../multidecodetype/get_getsingletypescount/)() | Returns a number of single types. | -| [GetHashCode](../multidecodetype/gethashcode/)() const override | Returns the hash code for this instance. | -| [GetSingleTypes](../multidecodetype/getsingletypes/)() | Represents a list of single types. | -| [MultiDecodeType](../multidecodetype/multidecodetype/)(const System::ArrayPtr\>\&) | Initializes a new instance of the [MultiDecodeType](../multidecodetype/) class. | -| [MultiDecodeType](../multidecodetype/multidecodetype/)(const System::ArrayPtr\>\&) | Initializes a new instance of the [MultiDecodeType](../multidecodetype/) class. | -| [MultyDecodeType](./multydecodetype/)(const System::ArrayPtr\>\&) | Initializes a new instance of the [MultyDecodeType](./) class. | -| [MultyDecodeType](./multydecodetype/)(const System::ArrayPtr\>\&) | Initializes a new instance of the [MultyDecodeType](./) class. | -| [SetTemplateWeakPtr](../multidecodetype/settemplateweakptr/)(uint32_t) override | Set n'th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. | -| [ToString](../multidecodetype/tostring/)() const override | Overridden method representing [MultiDecodeType](../multidecodetype/) as a string. | -| static [TryParse](../multidecodetype/tryparse/)(System::String, System::SharedPtr\\&) | Converts the string representation of a [MultiDecodeType](../multidecodetype/) to its instance. A return value indicates whether the conversion succeeded or failed. | -| static [TryParse](../basedecodetype/tryparse/)(System::String, System::SharedPtr\\&) | Converts the string representation of a [SingleDecodeType](../singledecodetype/) to its instance. A return value indicates whether the conversion succeeded or failed. | -| static [TryParse](../basedecodetype/tryparse/)(System::String, System::SharedPtr\\&) | Converts the string representation of a [BaseDecodeType](../basedecodetype/) to its instance, having determined the concrete type. A return value indicates whether the conversion succeeded or failed. | -## Remarks - - - -This sample shows how to create compound MultiDecode types that combine [SingleDecodeType](../singledecodetype/) and MultiDecode types. -```cpp -[C#] -MultiDecodeType types1 = new MultiDecodeType(DecodeType.QR, DecodeType.DataMatrix); -MultiDecodeType types2 = new MultiDecodeType(types1, DecodeType.Code128, DecodeType.Code39); -[VB.NET] -Dim multiType1 As MultiDecodeType -multiType1 = New MultiDecodeType(DecodeType.QR, DecodeType.DataMatrix) -Dim multiType2 As MultiDecodeType -multiType2 = New MultiDecodeType(multiType1, DecodeType.Code128, DecodeType.Code39) -``` - -## See Also - -* Class [MultiDecodeType](../multidecodetype/) -* Namespace [Aspose::BarCode::BarCodeRecognition](../) -* Library [Aspose.BarCode for C++](../../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/multydecodetype/multydecodetype/_index.md b/english/cpp/aspose.barcode.barcoderecognition/multydecodetype/multydecodetype/_index.md deleted file mode 100644 index 53bc55c61..000000000 --- a/english/cpp/aspose.barcode.barcoderecognition/multydecodetype/multydecodetype/_index.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -title: constructor -linktitle: MultyDecodeType -second_title: Aspose.BarCode for C++ API Reference -description: ' constructor. Initializes a new instance of the MultyDecodeType class in C++.' -type: docs -weight: 100 -url: /cpp/aspose.barcode.barcoderecognition/multydecodetype/multydecodetype/ ---- -## MultyDecodeType::MultyDecodeType(const System::ArrayPtr\>\&) constructor - - -Initializes a new instance of the [MultyDecodeType](../) class. - -```cpp -Aspose::BarCode::BarCodeRecognition::MultyDecodeType::MultyDecodeType(const System::ArrayPtr> &barcodeTypes) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| barcodeTypes | const System::ArrayPtr\>\& | Array of single decode types | - -## See Also - -* Class [SingleDecodeType](../../singledecodetype/) -* Class [MultyDecodeType](../) -* Namespace [Aspose::BarCode::BarCodeRecognition](../../) -* Library [Aspose.BarCode for C++](../../../) -## MultyDecodeType::MultyDecodeType(const System::ArrayPtr\>\&) constructor - - -Initializes a new instance of the [MultyDecodeType](../) class. - -```cpp -Aspose::BarCode::BarCodeRecognition::MultyDecodeType::MultyDecodeType(const System::ArrayPtr> &barcodeTypes) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| barcodeTypes | const System::ArrayPtr\>\& | Array of multi and single decode types | - -## See Also - -* Class [BaseDecodeType](../../basedecodetype/) -* Class [MultyDecodeType](../) -* Namespace [Aspose::BarCode::BarCodeRecognition](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/onedextendedparameters/_index.md b/english/cpp/aspose.barcode.barcoderecognition/onedextendedparameters/_index.md index 1dd56622b..37aee5b85 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/onedextendedparameters/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/onedextendedparameters/_index.md @@ -4,7 +4,7 @@ linktitle: OneDExtendedParameters second_title: Aspose.BarCode for C++ API Reference description: 'Aspose::BarCode::BarCodeRecognition::OneDExtendedParameters class. Stores special data of 1D recognized barcode like separate codetext and checksum in C++.' type: docs -weight: 2400 +weight: 2300 url: /cpp/aspose.barcode.barcoderecognition/onedextendedparameters/ --- ## OneDExtendedParameters class diff --git a/english/cpp/aspose.barcode.barcoderecognition/onedextendedparameters/get_checksum/_index.md b/english/cpp/aspose.barcode.barcoderecognition/onedextendedparameters/get_checksum/_index.md index b89d823b2..6b667caa4 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/onedextendedparameters/get_checksum/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/onedextendedparameters/get_checksum/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::OneDExtendedParameters::get_CheckSum method linktitle: get_CheckSum second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the checksum for 1D barcodes in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::OneDExtendedParameters::get_CheckSum method. Gets the checksum for 1D barcodes in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.barcoderecognition/onedextendedparameters/get_checksum/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/onedextendedparameters/get_value/_index.md b/english/cpp/aspose.barcode.barcoderecognition/onedextendedparameters/get_value/_index.md index e524d8ed3..2c330dac5 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/onedextendedparameters/get_value/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/onedextendedparameters/get_value/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::OneDExtendedParameters::get_Value method linktitle: get_Value second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the codetext of 1D barcodes without checksum in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::OneDExtendedParameters::get_Value method. Gets the codetext of 1D barcodes without checksum in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.barcoderecognition/onedextendedparameters/get_value/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/onedextendedparameters/gethashcode/_index.md b/english/cpp/aspose.barcode.barcoderecognition/onedextendedparameters/gethashcode/_index.md index ff810fc2d..63d90a7da 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/onedextendedparameters/gethashcode/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/onedextendedparameters/gethashcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::OneDExtendedParameters::GetHashCode method linktitle: GetHashCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns the hash code for this instance in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::OneDExtendedParameters::GetHashCode method. Returns the hash code for this instance in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.barcoderecognition/onedextendedparameters/gethashcode/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/onedextendedparameters/tostring/_index.md b/english/cpp/aspose.barcode.barcoderecognition/onedextendedparameters/tostring/_index.md index cf1e90e0d..1444d5bf9 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/onedextendedparameters/tostring/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/onedextendedparameters/tostring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::OneDExtendedParameters::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this OneDExtendedParameters in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::OneDExtendedParameters::ToString method. Returns a human-readable string representation of this OneDExtendedParameters in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.barcoderecognition/onedextendedparameters/tostring/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/_index.md b/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/_index.md index 3712297fd..22ca01842 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/_index.md @@ -4,7 +4,7 @@ linktitle: Pdf417ExtendedParameters second_title: Aspose.BarCode for C++ API Reference description: 'Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters class. Stores a MacroPdf417 metadata information of recognized barcode in C++.' type: docs -weight: 2500 +weight: 2400 url: /cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/ --- ## Pdf417ExtendedParameters class diff --git a/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_iscode128emulation/_index.md b/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_iscode128emulation/_index.md index 0f383aafa..a57b99c53 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_iscode128emulation/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_iscode128emulation/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::get_IsCode128Emulation method linktitle: get_IsCode128Emulation second_title: Aspose.BarCode for C++ API Reference -description: ' method. Flag that indicates that the MicroPdf417 barcode encoded with 908, 909, 910 or 911 Code 128 emulation codewords in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::get_IsCode128Emulation method. Flag that indicates that the MicroPdf417 barcode encoded with 908, 909, 910 or 911 Code 128 emulation codewords in C++.' type: docs weight: 1300 url: /cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_iscode128emulation/ @@ -20,6 +20,9 @@ bool Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::get_IsCode12 Code 128 emulation flag + + + ## See Also * Class [Pdf417ExtendedParameters](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_islinked/_index.md b/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_islinked/_index.md index f6b0b573e..72c7b3891 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_islinked/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_islinked/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::get_IsLinked method linktitle: get_IsLinked second_title: Aspose.BarCode for C++ API Reference -description: ' method. Flag that indicates that the barcode must be linked to 1D barcode in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::get_IsLinked method. Flag that indicates that the barcode must be linked to 1D barcode in C++.' type: docs weight: 1200 url: /cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_islinked/ @@ -20,6 +20,9 @@ bool Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::get_IsLinked Linkage flag + + + ## See Also * Class [Pdf417ExtendedParameters](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_isreaderinitialization/_index.md b/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_isreaderinitialization/_index.md index fff40f270..97d3f9ec8 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_isreaderinitialization/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_isreaderinitialization/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::get_IsReaderInitialization method linktitle: get_IsReaderInitialization second_title: Aspose.BarCode for C++ API Reference -description: ' method. Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::get_IsReaderInitialization method. Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization in C++.' type: docs weight: 1100 url: /cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_isreaderinitialization/ @@ -20,6 +20,9 @@ bool Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::get_IsReader Reader initialization flag + + + ## See Also * Class [Pdf417ExtendedParameters](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417addressee/_index.md b/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417addressee/_index.md index 838a8d6dd..a0a10200a 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417addressee/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417addressee/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::get_MacroPdf417Addressee method linktitle: get_MacroPdf417Addressee second_title: Aspose.BarCode for C++ API Reference -description: ' method. Macro PDF417 addressee name (optional) in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::get_MacroPdf417Addressee method. Macro PDF417 addressee name (optional) in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417addressee/ @@ -20,6 +20,9 @@ System::String Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::ge Addressee name. + + + ## See Also * Class [Pdf417ExtendedParameters](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417checksum/_index.md b/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417checksum/_index.md index fd6c8893e..dad13c77e 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417checksum/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417checksum/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::get_MacroPdf417Checksum method linktitle: get_MacroPdf417Checksum second_title: Aspose.BarCode for C++ API Reference -description: ' method. Macro PDF417 checksum (optional) in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::get_MacroPdf417Checksum method. Macro PDF417 checksum (optional) in C++.' type: docs weight: 900 url: /cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417checksum/ @@ -20,6 +20,9 @@ int32_t Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::get_Macro Checksum. + + + ## See Also * Class [Pdf417ExtendedParameters](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417fileid/_index.md b/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417fileid/_index.md index db7a05d94..930aede29 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417fileid/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417fileid/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::get_MacroPdf417FileID method linktitle: get_MacroPdf417FileID second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the file ID of the barcode, only available with MacroPdf417 in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::get_MacroPdf417FileID method. Gets the file ID of the barcode, only available with MacroPdf417 in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417fileid/ @@ -20,6 +20,9 @@ System::String Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::ge The file ID for MacroPdf417 + + + ## See Also * Class [Pdf417ExtendedParameters](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417filename/_index.md b/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417filename/_index.md index 6254af3e3..22a719180 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417filename/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417filename/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::get_MacroPdf417FileName method linktitle: get_MacroPdf417FileName second_title: Aspose.BarCode for C++ API Reference -description: ' method. Macro PDF417 file name (optional) in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::get_MacroPdf417FileName method. Macro PDF417 file name (optional) in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417filename/ @@ -20,6 +20,9 @@ System::String Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::ge File name. + + + ## See Also * Class [Pdf417ExtendedParameters](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417filesize/_index.md b/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417filesize/_index.md index c8ee71eee..f1f634b1c 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417filesize/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417filesize/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::get_MacroPdf417FileSize method linktitle: get_MacroPdf417FileSize second_title: Aspose.BarCode for C++ API Reference -description: ' method. Macro PDF417 file size (optional) in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::get_MacroPdf417FileSize method. Macro PDF417 file size (optional) in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417filesize/ @@ -20,6 +20,9 @@ int32_t Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::get_Macro File size. + + + ## See Also * Class [Pdf417ExtendedParameters](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417segmentid/_index.md b/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417segmentid/_index.md index 50d22132b..65f32934d 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417segmentid/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417segmentid/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::get_MacroPdf417SegmentID method linktitle: get_MacroPdf417SegmentID second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the segment ID of the barcode,only available with MacroPdf417 in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::get_MacroPdf417SegmentID method. Gets the segment ID of the barcode,only available with MacroPdf417 in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417segmentid/ @@ -20,6 +20,9 @@ int32_t Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::get_Macro The segment ID of the barcode. + + + ## See Also * Class [Pdf417ExtendedParameters](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417segmentscount/_index.md b/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417segmentscount/_index.md index defa6df35..f73ab136b 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417segmentscount/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417segmentscount/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::get_MacroPdf417SegmentsCount method linktitle: get_MacroPdf417SegmentsCount second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets macro pdf417 barcode segments count. Default value is -1 in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::get_MacroPdf417SegmentsCount method. Gets macro pdf417 barcode segments count. Default value is -1 in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417segmentscount/ @@ -20,6 +20,9 @@ int32_t Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::get_Macro Segments count. + + + ## See Also * Class [Pdf417ExtendedParameters](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417sender/_index.md b/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417sender/_index.md index b681bfe41..70f4cc672 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417sender/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417sender/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::get_MacroPdf417Sender method linktitle: get_MacroPdf417Sender second_title: Aspose.BarCode for C++ API Reference -description: ' method. Macro PDF417 sender name (optional) in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::get_MacroPdf417Sender method. Macro PDF417 sender name (optional) in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417sender/ @@ -20,6 +20,9 @@ System::String Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::ge Sender name + + + ## See Also * Class [Pdf417ExtendedParameters](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417terminator/_index.md b/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417terminator/_index.md index 501863076..166064823 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417terminator/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417terminator/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::get_MacroPdf417Terminator method linktitle: get_MacroPdf417Terminator second_title: Aspose.BarCode for C++ API Reference -description: ' method. Indicates whether the segment is the last segment of a Macro PDF417 file in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::get_MacroPdf417Terminator method. Indicates whether the segment is the last segment of a Macro PDF417 file in C++.' type: docs weight: 1000 url: /cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417terminator/ @@ -20,6 +20,9 @@ bool Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::get_MacroPdf Terminator. + + + ## See Also * Class [Pdf417ExtendedParameters](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417timestamp/_index.md b/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417timestamp/_index.md index 8724a642b..f177252d8 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417timestamp/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417timestamp/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::get_MacroPdf417TimeStamp method linktitle: get_MacroPdf417TimeStamp second_title: Aspose.BarCode for C++ API Reference -description: ' method. Macro PDF417 time stamp (optional) in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::get_MacroPdf417TimeStamp method. Macro PDF417 time stamp (optional) in C++.' type: docs weight: 800 url: /cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/get_macropdf417timestamp/ @@ -20,6 +20,9 @@ System::DateTime Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters:: Time stamp. + + + ## See Also * Class [Pdf417ExtendedParameters](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/gethashcode/_index.md b/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/gethashcode/_index.md index b79c3683c..ea89be36a 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/gethashcode/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/gethashcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::GetHashCode method linktitle: GetHashCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns the hash code for this instance in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::GetHashCode method. Returns the hash code for this instance in C++.' type: docs weight: 1400 url: /cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/gethashcode/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/tostring/_index.md b/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/tostring/_index.md index ae65d9004..9b2e4679a 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/tostring/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/tostring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this Pdf417ExtendedParameters in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Pdf417ExtendedParameters::ToString method. Returns a human-readable string representation of this Pdf417ExtendedParameters in C++.' type: docs weight: 1500 url: /cpp/aspose.barcode.barcoderecognition/pdf417extendedparameters/tostring/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/_index.md b/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/_index.md index e2e766d17..e37a2a4e3 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/_index.md @@ -4,7 +4,7 @@ linktitle: QRExtendedParameters second_title: Aspose.BarCode for C++ API Reference description: 'Aspose::BarCode::BarCodeRecognition::QRExtendedParameters class. Stores a QR Structured Append information of recognized barcode in C++.' type: docs -weight: 2600 +weight: 2500 url: /cpp/aspose.barcode.barcoderecognition/qrextendedparameters/ --- ## QRExtendedParameters class @@ -23,11 +23,6 @@ class QRExtendedParameters : public Aspose::BarCode::BarCodeRecognition::BaseExt | [get_ErrorLevel](./get_errorlevel/)() | Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. | | [get_IsEmpty](../baseextendedparameters/get_isempty/)() | **Tests** whether all parameters has only default values | | [get_MicroQRVersion](./get_microqrversion/)() | Version of recognized MicroQR Code. From M1 to M4. | -| [get_QRErrorLevel](./get_qrerrorlevel/)() | Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. | -| [get_QRStructuredAppendModeBarCodeIndex](./get_qrstructuredappendmodebarcodeindex/)() | Gets the index of the QR structured append mode barcode. Index starts from 0. Default value is -1. | -| [get_QRStructuredAppendModeBarCodesQuantity](./get_qrstructuredappendmodebarcodesquantity/)() | Gets the QR structured append mode barcodes quantity. Default value is -1. | -| [get_QRStructuredAppendModeParityData](./get_qrstructuredappendmodeparitydata/)() | Gets the QR structured append mode parity data. Default value is -1. | -| [get_QRVersion](./get_qrversion/)() | Version of recognized QR Code. From Version1 to Version40. | | [get_RectMicroQRVersion](./get_rectmicroqrversion/)() | Version of recognized RectMicroQR Code. From R7x43 to R17x139. | | [get_StructuredAppendModeBarCodeIndex](./get_structuredappendmodebarcodeindex/)() | Gets the index of the QR structured append mode barcode. Index starts from 0. Default value is -1. | | [get_StructuredAppendModeBarCodesQuantity](./get_structuredappendmodebarcodesquantity/)() | Gets the QR structured append mode barcodes quantity. Default value is -1. | diff --git a/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_errorlevel/_index.md b/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_errorlevel/_index.md index c0a2c7cee..e9aebd20e 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_errorlevel/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_errorlevel/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::QRExtendedParameters::get_ErrorLevel method linktitle: get_ErrorLevel second_title: Aspose.BarCode for C++ API Reference -description: ' method. Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::QRExtendedParameters::get_ErrorLevel method. Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH in C++.' type: docs -weight: 1100 +weight: 700 url: /cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_errorlevel/ --- ## QRExtendedParameters::get_ErrorLevel method diff --git a/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_microqrversion/_index.md b/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_microqrversion/_index.md index e37b6e241..a05da5c64 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_microqrversion/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_microqrversion/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::QRExtendedParameters::get_MicroQRVersion method linktitle: get_MicroQRVersion second_title: Aspose.BarCode for C++ API Reference -description: ' method. Version of recognized MicroQR Code. From M1 to M4 in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::QRExtendedParameters::get_MicroQRVersion method. Version of recognized MicroQR Code. From M1 to M4 in C++.' type: docs -weight: 900 +weight: 500 url: /cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_microqrversion/ --- ## QRExtendedParameters::get_MicroQRVersion method diff --git a/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_qrerrorlevel/_index.md b/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_qrerrorlevel/_index.md deleted file mode 100644 index 6dbbc686a..000000000 --- a/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_qrerrorlevel/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: get_QRErrorLevel -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH in C++.' -type: docs -weight: 1200 -url: /cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_qrerrorlevel/ ---- -## QRExtendedParameters::get_QRErrorLevel method - - -Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. - -```cpp -Aspose::BarCode::Generation::QRErrorLevel Aspose::BarCode::BarCodeRecognition::QRExtendedParameters::get_QRErrorLevel() -``` - - -## See Also - -* Enum [QRErrorLevel](../../../aspose.barcode.generation/qrerrorlevel/) -* Class [QRExtendedParameters](../) -* Namespace [Aspose::BarCode::BarCodeRecognition](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_qrstructuredappendmodebarcodeindex/_index.md b/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_qrstructuredappendmodebarcodeindex/_index.md deleted file mode 100644 index 47f09bc1a..000000000 --- a/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_qrstructuredappendmodebarcodeindex/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: method -linktitle: get_QRStructuredAppendModeBarCodeIndex -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the index of the QR structured append mode barcode. Index starts from 0. Default value is -1 in C++.' -type: docs -weight: 400 -url: /cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_qrstructuredappendmodebarcodeindex/ ---- -## QRExtendedParameters::get_QRStructuredAppendModeBarCodeIndex method - - -Gets the index of the QR structured append mode barcode. Index starts from 0. Default value is -1. - -```cpp -int32_t Aspose::BarCode::BarCodeRecognition::QRExtendedParameters::get_QRStructuredAppendModeBarCodeIndex() -``` - -## Remarks - - - -The quantity of the QR structured append mode barcode. -## See Also - -* Class [QRExtendedParameters](../) -* Namespace [Aspose::BarCode::BarCodeRecognition](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_qrstructuredappendmodebarcodesquantity/_index.md b/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_qrstructuredappendmodebarcodesquantity/_index.md deleted file mode 100644 index c91254320..000000000 --- a/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_qrstructuredappendmodebarcodesquantity/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: method -linktitle: get_QRStructuredAppendModeBarCodesQuantity -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the QR structured append mode barcodes quantity. Default value is -1 in C++.' -type: docs -weight: 200 -url: /cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_qrstructuredappendmodebarcodesquantity/ ---- -## QRExtendedParameters::get_QRStructuredAppendModeBarCodesQuantity method - - -Gets the QR structured append mode barcodes quantity. Default value is -1. - -```cpp -int32_t Aspose::BarCode::BarCodeRecognition::QRExtendedParameters::get_QRStructuredAppendModeBarCodesQuantity() -``` - -## Remarks - - - -The quantity of the QR structured append mode barcode. -## See Also - -* Class [QRExtendedParameters](../) -* Namespace [Aspose::BarCode::BarCodeRecognition](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_qrstructuredappendmodeparitydata/_index.md b/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_qrstructuredappendmodeparitydata/_index.md deleted file mode 100644 index 6a09ef7f4..000000000 --- a/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_qrstructuredappendmodeparitydata/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: method -linktitle: get_QRStructuredAppendModeParityData -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the QR structured append mode parity data. Default value is -1 in C++.' -type: docs -weight: 600 -url: /cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_qrstructuredappendmodeparitydata/ ---- -## QRExtendedParameters::get_QRStructuredAppendModeParityData method - - -Gets the QR structured append mode parity data. Default value is -1. - -```cpp -int32_t Aspose::BarCode::BarCodeRecognition::QRExtendedParameters::get_QRStructuredAppendModeParityData() -``` - -## Remarks - - - -The index of the QR structured append mode barcode. -## See Also - -* Class [QRExtendedParameters](../) -* Namespace [Aspose::BarCode::BarCodeRecognition](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_qrversion/_index.md b/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_qrversion/_index.md deleted file mode 100644 index 264522f60..000000000 --- a/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_qrversion/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: get_QRVersion -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Version of recognized QR Code. From Version1 to Version40 in C++.' -type: docs -weight: 800 -url: /cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_qrversion/ ---- -## QRExtendedParameters::get_QRVersion method - - -Version of recognized QR Code. From Version1 to Version40. - -```cpp -Aspose::BarCode::Generation::QRVersion Aspose::BarCode::BarCodeRecognition::QRExtendedParameters::get_QRVersion() -``` - - -## See Also - -* Enum [QRVersion](../../../aspose.barcode.generation/qrversion/) -* Class [QRExtendedParameters](../) -* Namespace [Aspose::BarCode::BarCodeRecognition](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_rectmicroqrversion/_index.md b/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_rectmicroqrversion/_index.md index 80976cc63..22633cbdf 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_rectmicroqrversion/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_rectmicroqrversion/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::QRExtendedParameters::get_RectMicroQRVersion method linktitle: get_RectMicroQRVersion second_title: Aspose.BarCode for C++ API Reference -description: ' method. Version of recognized RectMicroQR Code. From R7x43 to R17x139 in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::QRExtendedParameters::get_RectMicroQRVersion method. Version of recognized RectMicroQR Code. From R7x43 to R17x139 in C++.' type: docs -weight: 1000 +weight: 600 url: /cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_rectmicroqrversion/ --- ## QRExtendedParameters::get_RectMicroQRVersion method diff --git a/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_structuredappendmodebarcodeindex/_index.md b/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_structuredappendmodebarcodeindex/_index.md index 281174233..e03ade77e 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_structuredappendmodebarcodeindex/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_structuredappendmodebarcodeindex/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::QRExtendedParameters::get_StructuredAppendModeBarCodeIndex method linktitle: get_StructuredAppendModeBarCodeIndex second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the index of the QR structured append mode barcode. Index starts from 0. Default value is -1 in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::QRExtendedParameters::get_StructuredAppendModeBarCodeIndex method. Gets the index of the QR structured append mode barcode. Index starts from 0. Default value is -1 in C++.' type: docs -weight: 300 +weight: 200 url: /cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_structuredappendmodebarcodeindex/ --- ## QRExtendedParameters::get_StructuredAppendModeBarCodeIndex method @@ -20,6 +20,9 @@ int32_t Aspose::BarCode::BarCodeRecognition::QRExtendedParameters::get_Structure The quantity of the QR structured append mode barcode. + + + ## See Also * Class [QRExtendedParameters](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_structuredappendmodebarcodesquantity/_index.md b/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_structuredappendmodebarcodesquantity/_index.md index d2589161f..919cb693c 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_structuredappendmodebarcodesquantity/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_structuredappendmodebarcodesquantity/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::QRExtendedParameters::get_StructuredAppendModeBarCodesQuantity method linktitle: get_StructuredAppendModeBarCodesQuantity second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the QR structured append mode barcodes quantity. Default value is -1 in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::QRExtendedParameters::get_StructuredAppendModeBarCodesQuantity method. Gets the QR structured append mode barcodes quantity. Default value is -1 in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_structuredappendmodebarcodesquantity/ @@ -20,6 +20,9 @@ int32_t Aspose::BarCode::BarCodeRecognition::QRExtendedParameters::get_Structure The quantity of the QR structured append mode barcode. + + + ## See Also * Class [QRExtendedParameters](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_structuredappendmodeparitydata/_index.md b/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_structuredappendmodeparitydata/_index.md index 4814556e4..9dd4719ad 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_structuredappendmodeparitydata/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_structuredappendmodeparitydata/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::QRExtendedParameters::get_StructuredAppendModeParityData method linktitle: get_StructuredAppendModeParityData second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the QR structured append mode parity data. Default value is -1 in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::QRExtendedParameters::get_StructuredAppendModeParityData method. Gets the QR structured append mode parity data. Default value is -1 in C++.' type: docs -weight: 500 +weight: 300 url: /cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_structuredappendmodeparitydata/ --- ## QRExtendedParameters::get_StructuredAppendModeParityData method @@ -20,6 +20,9 @@ int32_t Aspose::BarCode::BarCodeRecognition::QRExtendedParameters::get_Structure The index of the QR structured append mode barcode. + + + ## See Also * Class [QRExtendedParameters](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_version/_index.md b/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_version/_index.md index 8947135e2..fb11cf46f 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_version/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_version/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::QRExtendedParameters::get_Version method linktitle: get_Version second_title: Aspose.BarCode for C++ API Reference -description: ' method. Version of recognized QR Code. From Version1 to Version40 in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::QRExtendedParameters::get_Version method. Version of recognized QR Code. From Version1 to Version40 in C++.' type: docs -weight: 700 +weight: 400 url: /cpp/aspose.barcode.barcoderecognition/qrextendedparameters/get_version/ --- ## QRExtendedParameters::get_Version method diff --git a/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/gethashcode/_index.md b/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/gethashcode/_index.md index 237c071ee..e44e9b2ce 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/gethashcode/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/gethashcode/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::QRExtendedParameters::GetHashCode method linktitle: GetHashCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns the hash code for this instance in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::QRExtendedParameters::GetHashCode method. Returns the hash code for this instance in C++.' type: docs -weight: 1300 +weight: 800 url: /cpp/aspose.barcode.barcoderecognition/qrextendedparameters/gethashcode/ --- ## QRExtendedParameters::GetHashCode method diff --git a/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/tostring/_index.md b/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/tostring/_index.md index 9b3db9a9b..30c011929 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/tostring/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/qrextendedparameters/tostring/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::QRExtendedParameters::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this QRExtendedParameters in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::QRExtendedParameters::ToString method. Returns a human-readable string representation of this QRExtendedParameters in C++.' type: docs -weight: 1400 +weight: 900 url: /cpp/aspose.barcode.barcoderecognition/qrextendedparameters/tostring/ --- ## QRExtendedParameters::ToString method diff --git a/english/cpp/aspose.barcode.barcoderecognition/quadrangle/_index.md b/english/cpp/aspose.barcode.barcoderecognition/quadrangle/_index.md index b0796af5a..0468842c7 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/quadrangle/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/quadrangle/_index.md @@ -4,7 +4,7 @@ linktitle: Quadrangle second_title: Aspose.BarCode for C++ API Reference description: 'Aspose::BarCode::BarCodeRecognition::Quadrangle class. Stores a set of four Points that represent a Quadrangle region in C++.' type: docs -weight: 2700 +weight: 2600 url: /cpp/aspose.barcode.barcoderecognition/quadrangle/ --- ## Quadrangle class diff --git a/english/cpp/aspose.barcode.barcoderecognition/quadrangle/contains/_index.md b/english/cpp/aspose.barcode.barcoderecognition/quadrangle/contains/_index.md index 6bbc234f0..e76c5d6f7 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/quadrangle/contains/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/quadrangle/contains/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::Quadrangle::Contains method linktitle: Contains second_title: Aspose.BarCode for C++ API Reference -description: ' method. Determines if the specified Point is contained within this Quadrangle class in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Quadrangle::Contains method. Determines if the specified Point is contained within this Quadrangle class in C++.' type: docs weight: 1200 url: /cpp/aspose.barcode.barcoderecognition/quadrangle/contains/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/quadrangle/empty/_index.md b/english/cpp/aspose.barcode.barcoderecognition/quadrangle/empty/_index.md index 85bde1716..9d94e7d07 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/quadrangle/empty/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/quadrangle/empty/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::BarCodeRecognition::Quadrangle::Empty field linktitle: Empty second_title: Aspose.BarCode for C++ API Reference -description: ' field. Represents a Quadrangle class with its properties left uninitialized in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Quadrangle::Empty field. Represents a Quadrangle class with its properties left uninitialized in C++.' type: docs weight: 1600 url: /cpp/aspose.barcode.barcoderecognition/quadrangle/empty/ @@ -20,6 +20,9 @@ static System::SharedPtr Aspose::BarCode::BarCodeRecognition::Quadra [Quadrangle](../) + + + ## See Also * Class [Quadrangle](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/quadrangle/equals/_index.md b/english/cpp/aspose.barcode.barcoderecognition/quadrangle/equals/_index.md index 003f56b42..9356d9bab 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/quadrangle/equals/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/quadrangle/equals/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::Quadrangle::Equals method linktitle: Equals second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a value indicating whether this instance is equal to a specified Quadrangle value in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Quadrangle::Equals method. Returns a value indicating whether this instance is equal to a specified Quadrangle value in C++.' type: docs weight: 1300 url: /cpp/aspose.barcode.barcoderecognition/quadrangle/equals/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/quadrangle/get_boundingrectangle/_index.md b/english/cpp/aspose.barcode.barcoderecognition/quadrangle/get_boundingrectangle/_index.md index ee03b7847..be64dbee2 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/quadrangle/get_boundingrectangle/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/quadrangle/get_boundingrectangle/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::Quadrangle::get_BoundingRectangle method linktitle: get_BoundingRectangle second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets Rectangle bounding this Quadrangle in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Quadrangle::get_BoundingRectangle method. Gets Rectangle bounding this Quadrangle in C++.' type: docs weight: 1000 url: /cpp/aspose.barcode.barcoderecognition/quadrangle/get_boundingrectangle/ @@ -20,6 +20,9 @@ System::Drawing::Rectangle Aspose::BarCode::BarCodeRecognition::Quadrangle::get_ Returns [Rectangle](../) bounding this [Quadrangle](../) + + + ## See Also * Class [Quadrangle](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/quadrangle/get_isempty/_index.md b/english/cpp/aspose.barcode.barcoderecognition/quadrangle/get_isempty/_index.md index 4a188ba98..d48943b0b 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/quadrangle/get_isempty/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/quadrangle/get_isempty/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::Quadrangle::get_IsEmpty method linktitle: get_IsEmpty second_title: Aspose.BarCode for C++ API Reference -description: ' method. Tests whether all Points of this Quadrangle have values of zero in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Quadrangle::get_IsEmpty method. Tests whether all Points of this Quadrangle have values of zero in C++.' type: docs weight: 900 url: /cpp/aspose.barcode.barcoderecognition/quadrangle/get_isempty/ @@ -20,6 +20,9 @@ bool Aspose::BarCode::BarCodeRecognition::Quadrangle::get_IsEmpty() Returns **true** if all [Point](../)s of this [Quadrangle](../) have values of zero; otherwise, **false**. + + + ## See Also * Class [Quadrangle](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/quadrangle/get_leftbottom/_index.md b/english/cpp/aspose.barcode.barcoderecognition/quadrangle/get_leftbottom/_index.md index ed2d498fb..192a783a8 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/quadrangle/get_leftbottom/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/quadrangle/get_leftbottom/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::Quadrangle::get_LeftBottom method linktitle: get_LeftBottom second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets left-bottom corner Point of Quadrangle region in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Quadrangle::get_LeftBottom method. Gets left-bottom corner Point of Quadrangle region in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.barcoderecognition/quadrangle/get_leftbottom/ @@ -20,6 +20,9 @@ System::Drawing::Point Aspose::BarCode::BarCodeRecognition::Quadrangle::get_Left A left-bottom corner [Point](../) of [Quadrangle](../) region + + + ## See Also * Class [Quadrangle](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/quadrangle/get_lefttop/_index.md b/english/cpp/aspose.barcode.barcoderecognition/quadrangle/get_lefttop/_index.md index dec7f4f57..c1bd2f328 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/quadrangle/get_lefttop/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/quadrangle/get_lefttop/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::Quadrangle::get_LeftTop method linktitle: get_LeftTop second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets left-top corner Point of Quadrangle region in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Quadrangle::get_LeftTop method. Gets left-top corner Point of Quadrangle region in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.barcoderecognition/quadrangle/get_lefttop/ @@ -20,6 +20,9 @@ System::Drawing::Point Aspose::BarCode::BarCodeRecognition::Quadrangle::get_Left A left-top corner [Point](../) of [Quadrangle](../) region + + + ## See Also * Class [Quadrangle](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/quadrangle/get_rightbottom/_index.md b/english/cpp/aspose.barcode.barcoderecognition/quadrangle/get_rightbottom/_index.md index bf3ed8ed9..09885f201 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/quadrangle/get_rightbottom/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/quadrangle/get_rightbottom/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::Quadrangle::get_RightBottom method linktitle: get_RightBottom second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets right-bottom corner Point of Quadrangle region in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Quadrangle::get_RightBottom method. Gets right-bottom corner Point of Quadrangle region in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.barcoderecognition/quadrangle/get_rightbottom/ @@ -20,6 +20,9 @@ System::Drawing::Point Aspose::BarCode::BarCodeRecognition::Quadrangle::get_Righ A right-bottom corner [Point](../) of [Quadrangle](../) region + + + ## See Also * Class [Quadrangle](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/quadrangle/get_righttop/_index.md b/english/cpp/aspose.barcode.barcoderecognition/quadrangle/get_righttop/_index.md index cc8648fba..226a84e3f 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/quadrangle/get_righttop/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/quadrangle/get_righttop/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::Quadrangle::get_RightTop method linktitle: get_RightTop second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets right-top corner Point of Quadrangle region in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Quadrangle::get_RightTop method. Gets right-top corner Point of Quadrangle region in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.barcoderecognition/quadrangle/get_righttop/ @@ -20,6 +20,9 @@ System::Drawing::Point Aspose::BarCode::BarCodeRecognition::Quadrangle::get_Righ A right-top corner [Point](../) of [Quadrangle](../) region + + + ## See Also * Class [Quadrangle](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/quadrangle/gethashcode/_index.md b/english/cpp/aspose.barcode.barcoderecognition/quadrangle/gethashcode/_index.md index a9ad10422..11eac5d4c 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/quadrangle/gethashcode/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/quadrangle/gethashcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::Quadrangle::GetHashCode method linktitle: GetHashCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns the hash code for this instance in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Quadrangle::GetHashCode method. Returns the hash code for this instance in C++.' type: docs weight: 1400 url: /cpp/aspose.barcode.barcoderecognition/quadrangle/gethashcode/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/quadrangle/quadrangle/_index.md b/english/cpp/aspose.barcode.barcoderecognition/quadrangle/quadrangle/_index.md index 6facfeacd..dbbeb3262 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/quadrangle/quadrangle/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/quadrangle/quadrangle/_index.md @@ -1,8 +1,8 @@ --- -title: constructor +title: Aspose::BarCode::BarCodeRecognition::Quadrangle::Quadrangle constructor linktitle: Quadrangle second_title: Aspose.BarCode for C++ API Reference -description: ' constructor. Initializes a new empty instance of the Quadrangle class in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Quadrangle::Quadrangle constructor. Initializes a new empty instance of the Quadrangle class in C++.' type: docs weight: 1100 url: /cpp/aspose.barcode.barcoderecognition/quadrangle/quadrangle/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/quadrangle/set_leftbottom/_index.md b/english/cpp/aspose.barcode.barcoderecognition/quadrangle/set_leftbottom/_index.md index fd9e3b508..648cf0428 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/quadrangle/set_leftbottom/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/quadrangle/set_leftbottom/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::Quadrangle::set_LeftBottom method linktitle: set_LeftBottom second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets left-bottom corner Point of Quadrangle region in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Quadrangle::set_LeftBottom method. Gets left-bottom corner Point of Quadrangle region in C++.' type: docs weight: 800 url: /cpp/aspose.barcode.barcoderecognition/quadrangle/set_leftbottom/ @@ -20,6 +20,9 @@ void Aspose::BarCode::BarCodeRecognition::Quadrangle::set_LeftBottom(System::Dra A left-bottom corner [Point](../) of [Quadrangle](../) region + + + ## See Also * Class [Quadrangle](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/quadrangle/set_lefttop/_index.md b/english/cpp/aspose.barcode.barcoderecognition/quadrangle/set_lefttop/_index.md index c0e1024b1..f891fc201 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/quadrangle/set_lefttop/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/quadrangle/set_lefttop/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::Quadrangle::set_LeftTop method linktitle: set_LeftTop second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets left-top corner Point of Quadrangle region in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Quadrangle::set_LeftTop method. Gets left-top corner Point of Quadrangle region in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.barcoderecognition/quadrangle/set_lefttop/ @@ -20,6 +20,9 @@ void Aspose::BarCode::BarCodeRecognition::Quadrangle::set_LeftTop(System::Drawin A left-top corner [Point](../) of [Quadrangle](../) region + + + ## See Also * Class [Quadrangle](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/quadrangle/set_rightbottom/_index.md b/english/cpp/aspose.barcode.barcoderecognition/quadrangle/set_rightbottom/_index.md index 9b6aa8f2f..44f41d3a0 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/quadrangle/set_rightbottom/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/quadrangle/set_rightbottom/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::Quadrangle::set_RightBottom method linktitle: set_RightBottom second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets right-bottom corner Point of Quadrangle region in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Quadrangle::set_RightBottom method. Gets right-bottom corner Point of Quadrangle region in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.barcoderecognition/quadrangle/set_rightbottom/ @@ -20,6 +20,9 @@ void Aspose::BarCode::BarCodeRecognition::Quadrangle::set_RightBottom(System::Dr A right-bottom corner [Point](../) of [Quadrangle](../) region + + + ## See Also * Class [Quadrangle](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/quadrangle/set_righttop/_index.md b/english/cpp/aspose.barcode.barcoderecognition/quadrangle/set_righttop/_index.md index 1af080fe8..561e83dc0 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/quadrangle/set_righttop/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/quadrangle/set_righttop/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::Quadrangle::set_RightTop method linktitle: set_RightTop second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets right-top corner Point of Quadrangle region in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Quadrangle::set_RightTop method. Gets right-top corner Point of Quadrangle region in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.barcoderecognition/quadrangle/set_righttop/ @@ -20,6 +20,9 @@ void Aspose::BarCode::BarCodeRecognition::Quadrangle::set_RightTop(System::Drawi A right-top corner [Point](../) of [Quadrangle](../) region + + + ## See Also * Class [Quadrangle](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/quadrangle/tostring/_index.md b/english/cpp/aspose.barcode.barcoderecognition/quadrangle/tostring/_index.md index 2027808d3..318e47c6e 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/quadrangle/tostring/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/quadrangle/tostring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::Quadrangle::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this Quadrangle in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::Quadrangle::ToString method. Returns a human-readable string representation of this Quadrangle in C++.' type: docs weight: 1500 url: /cpp/aspose.barcode.barcoderecognition/quadrangle/tostring/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/_index.md b/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/_index.md index d8e28bb89..dfee3f9e3 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/_index.md @@ -4,7 +4,7 @@ linktitle: QualitySettings second_title: Aspose.BarCode for C++ API Reference description: 'Aspose::BarCode::BarCodeRecognition::QualitySettings class. QualitySettings allows to configure recognition quality and speed manually. You can quickly set up QualitySettings with embedded presets: HighPerformance, NormalQuality, HighQuality, MaxQuality or you can manually configure separate options. Default value of QualitySettings is NormalQuality in C++.' type: docs -weight: 2800 +weight: 2700 url: /cpp/aspose.barcode.barcoderecognition/qualitysettings/ --- ## QualitySettings class @@ -76,8 +76,7 @@ using (BarCodeReader reader = new BarCodeReader(@"c:\test.png", DecodeType.Code3 reader.QualitySettings.BarcodeQuality = BarcodeQualityMode.Low; foreach (BarCodeResult result in reader.ReadBarCodes()) Console.WriteLine(result.CodeText); -} -
+}
``` ## See Also diff --git a/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_allowincorrectbarcodes/_index.md b/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_allowincorrectbarcodes/_index.md index 56b324bed..936d7c2ef 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_allowincorrectbarcodes/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_allowincorrectbarcodes/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::QualitySettings::get_AllowIncorrectBarcodes method linktitle: get_AllowIncorrectBarcodes second_title: Aspose.BarCode for C++ API Reference -description: ' method. Allows engine to recognize barcodes which has incorrect checksumm or incorrect values. Mode can be used to recognize damaged barcodes with incorrect text in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::QualitySettings::get_AllowIncorrectBarcodes method. Allows engine to recognize barcodes which has incorrect checksumm or incorrect values. Mode can be used to recognize damaged barcodes with incorrect text in C++.' type: docs weight: 1700 url: /cpp/aspose.barcode.barcoderecognition/qualitysettings/get_allowincorrectbarcodes/ @@ -20,6 +20,9 @@ bool Aspose::BarCode::BarCodeRecognition::QualitySettings::get_AllowIncorrectBar Allows engine to recognize incorrect barcodes. + + + ## See Also * Class [QualitySettings](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_barcodequality/_index.md b/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_barcodequality/_index.md index c97fd9bc4..c39fd508f 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_barcodequality/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_barcodequality/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::QualitySettings::get_BarcodeQuality method linktitle: get_BarcodeQuality second_title: Aspose.BarCode for C++ API Reference -description: ' method. Mode which enables methods to recognize barcode elements with the selected quality. Barcode element with lower quality requires more hard methods which slows the recognition in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::QualitySettings::get_BarcodeQuality method. Mode which enables methods to recognize barcode elements with the selected quality. Barcode element with lower quality requires more hard methods which slows the recognition in C++.' type: docs weight: 900 url: /cpp/aspose.barcode.barcoderecognition/qualitysettings/get_barcodequality/ @@ -20,6 +20,9 @@ BarcodeQualityMode Aspose::BarCode::BarCodeRecognition::QualitySettings::get_Bar Mode which enables methods to recognize barcode elements with the selected quality. + + + ## See Also * Enum [BarcodeQualityMode](../../barcodequalitymode/) diff --git a/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_complexbackground/_index.md b/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_complexbackground/_index.md index 6d44abc87..c231e55c9 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_complexbackground/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_complexbackground/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::QualitySettings::get_ComplexBackground method linktitle: get_ComplexBackground second_title: Aspose.BarCode for C++ API Reference -description: ' method. Mode which enables or disables additional recognition of color barcodes on color images in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::QualitySettings::get_ComplexBackground method. Mode which enables or disables additional recognition of color barcodes on color images in C++.' type: docs weight: 1500 url: /cpp/aspose.barcode.barcoderecognition/qualitysettings/get_complexbackground/ @@ -20,6 +20,9 @@ ComplexBackgroundMode Aspose::BarCode::BarCodeRecognition::QualitySettings::get_ Additional recognition of color barcodes on color images. + + + ## See Also * Enum [ComplexBackgroundMode](../../complexbackgroundmode/) diff --git a/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_deconvolution/_index.md b/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_deconvolution/_index.md index c0bd2b3fe..b68cecdb0 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_deconvolution/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_deconvolution/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::QualitySettings::get_Deconvolution method linktitle: get_Deconvolution second_title: Aspose.BarCode for C++ API Reference -description: ' method. Deconvolution (image restorations) mode which defines level of image degradation. Originally deconvolution is a function which can restore image degraded (convoluted) by any natural function like blur, during obtaining image by camera. Because we cannot detect image function which corrupt the image, we have to check most well know functions like sharp or mathematical morphology in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::QualitySettings::get_Deconvolution method. Deconvolution (image restorations) mode which defines level of image degradation. Originally deconvolution is a function which can restore image degraded (convoluted) by any natural function like blur, during obtaining image by camera. Because we cannot detect image function which corrupt the image, we have to check most well know functions like sharp or mathematical morphology in C++.' type: docs weight: 1100 url: /cpp/aspose.barcode.barcoderecognition/qualitysettings/get_deconvolution/ @@ -20,6 +20,9 @@ DeconvolutionMode Aspose::BarCode::BarCodeRecognition::QualitySettings::get_Deco Deconvolution mode which defines level of image degradation. + + + ## See Also * Enum [DeconvolutionMode](../../deconvolutionmode/) diff --git a/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_highperformance/_index.md b/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_highperformance/_index.md index bc4a6e873..96fcb559f 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_highperformance/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_highperformance/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::QualitySettings::get_HighPerformance method linktitle: get_HighPerformance second_title: Aspose.BarCode for C++ API Reference -description: ' method. HighPerformance recognition quality preset. High quality barcodes are recognized well in this mode in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::QualitySettings::get_HighPerformance method. HighPerformance recognition quality preset. High quality barcodes are recognized well in this mode in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.barcoderecognition/qualitysettings/get_highperformance/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_highquality/_index.md b/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_highquality/_index.md index 07c9d3e41..de1bde3f5 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_highquality/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_highquality/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::QualitySettings::get_HighQuality method linktitle: get_HighQuality second_title: Aspose.BarCode for C++ API Reference -description: ' method. HighQuality recognition quality preset. This preset is developed for low quality barcodes. Allows to detect highly damaged barcodes in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::QualitySettings::get_HighQuality method. HighQuality recognition quality preset. This preset is developed for low quality barcodes. Allows to detect highly damaged barcodes in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.barcoderecognition/qualitysettings/get_highquality/ @@ -32,6 +32,9 @@ using (BarCodeReader reader = new BarCodeReader(@"c:\test.png", DecodeType.Code3 HighQuality recognition quality preset. + + + ## See Also * Class [QualitySettings](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_inverseimage/_index.md b/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_inverseimage/_index.md index b5dc059b5..57b75ed6e 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_inverseimage/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_inverseimage/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::QualitySettings::get_InverseImage method linktitle: get_InverseImage second_title: Aspose.BarCode for C++ API Reference -description: ' method. Mode which enables or disables additional recognition of barcodes on images with inverted colors (luminance) in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::QualitySettings::get_InverseImage method. Mode which enables or disables additional recognition of barcodes on images with inverted colors (luminance) in C++.' type: docs weight: 1300 url: /cpp/aspose.barcode.barcoderecognition/qualitysettings/get_inverseimage/ @@ -20,6 +20,9 @@ InverseImageMode Aspose::BarCode::BarCodeRecognition::QualitySettings::get_Inver Additional recognition of barcodes on images with inverse colors + + + ## See Also * Enum [InverseImageMode](../../inverseimagemode/) diff --git a/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_maxquality/_index.md b/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_maxquality/_index.md index 74ef182cb..104227d14 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_maxquality/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_maxquality/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::QualitySettings::get_MaxQuality method linktitle: get_MaxQuality second_title: Aspose.BarCode for C++ API Reference -description: ' method. MaxQuality recognition quality preset. This preset is developed to recognize all possible barcodes, even incorrect barcodes in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::QualitySettings::get_MaxQuality method. MaxQuality recognition quality preset. This preset is developed to recognize all possible barcodes, even incorrect barcodes in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.barcoderecognition/qualitysettings/get_maxquality/ @@ -32,6 +32,9 @@ using (BarCodeReader reader = new BarCodeReader(@"c:\test.png", DecodeType.Code3 MaxQuality recognition quality preset. + + + ## See Also * Class [QualitySettings](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_minimalxdimension/_index.md b/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_minimalxdimension/_index.md index 473502fdc..feff71a0e 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_minimalxdimension/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_minimalxdimension/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::QualitySettings::get_MinimalXDimension method linktitle: get_MinimalXDimension second_title: Aspose.BarCode for C++ API Reference -description: ' method. Minimal size of XDimension in pixels which is used with UseMinimalXDimension in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::QualitySettings::get_MinimalXDimension method. Minimal size of XDimension in pixels which is used with UseMinimalXDimension in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.barcoderecognition/qualitysettings/get_minimalxdimension/ @@ -20,6 +20,9 @@ float Aspose::BarCode::BarCodeRecognition::QualitySettings::get_MinimalXDimensio Minimal size of XDimension in pixels which is used with UseMinimalXDimension. + + + ## See Also * Class [QualitySettings](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_normalquality/_index.md b/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_normalquality/_index.md index a8ce1b833..13455b850 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_normalquality/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_normalquality/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::QualitySettings::get_NormalQuality method linktitle: get_NormalQuality second_title: Aspose.BarCode for C++ API Reference -description: ' method. NormalQuality recognition quality preset. Suitable for the most of barcodes in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::QualitySettings::get_NormalQuality method. NormalQuality recognition quality preset. Suitable for the most of barcodes in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.barcoderecognition/qualitysettings/get_normalquality/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_xdimension/_index.md b/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_xdimension/_index.md index a83a4cd15..72458db4c 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_xdimension/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/get_xdimension/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::QualitySettings::get_XDimension method linktitle: get_XDimension second_title: Aspose.BarCode for C++ API Reference -description: ' method. Recognition mode which sets size (from 1 to infinity) of barcode minimal element: matrix cell or bar in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::QualitySettings::get_XDimension method. Recognition mode which sets size (from 1 to infinity) of barcode minimal element: matrix cell or bar in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.barcoderecognition/qualitysettings/get_xdimension/ @@ -20,6 +20,9 @@ XDimensionMode Aspose::BarCode::BarCodeRecognition::QualitySettings::get_XDimens size (from 1 to infinity) of barcode minimal element: matrix cell or bar. + + + ## See Also * Enum [XDimensionMode](../../xdimensionmode/) diff --git a/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/set_allowincorrectbarcodes/_index.md b/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/set_allowincorrectbarcodes/_index.md index c98d5eb89..1b8043758 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/set_allowincorrectbarcodes/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/set_allowincorrectbarcodes/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::QualitySettings::set_AllowIncorrectBarcodes method linktitle: set_AllowIncorrectBarcodes second_title: Aspose.BarCode for C++ API Reference -description: ' method. Allows engine to recognize barcodes which has incorrect checksumm or incorrect values. Mode can be used to recognize damaged barcodes with incorrect text in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::QualitySettings::set_AllowIncorrectBarcodes method. Allows engine to recognize barcodes which has incorrect checksumm or incorrect values. Mode can be used to recognize damaged barcodes with incorrect text in C++.' type: docs weight: 1800 url: /cpp/aspose.barcode.barcoderecognition/qualitysettings/set_allowincorrectbarcodes/ @@ -20,6 +20,9 @@ void Aspose::BarCode::BarCodeRecognition::QualitySettings::set_AllowIncorrectBar Allows engine to recognize incorrect barcodes. + + + ## See Also * Class [QualitySettings](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/set_barcodequality/_index.md b/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/set_barcodequality/_index.md index ba835ffe9..860e7179e 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/set_barcodequality/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/set_barcodequality/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::QualitySettings::set_BarcodeQuality method linktitle: set_BarcodeQuality second_title: Aspose.BarCode for C++ API Reference -description: ' method. Mode which enables methods to recognize barcode elements with the selected quality. Barcode element with lower quality requires more hard methods which slows the recognition in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::QualitySettings::set_BarcodeQuality method. Mode which enables methods to recognize barcode elements with the selected quality. Barcode element with lower quality requires more hard methods which slows the recognition in C++.' type: docs weight: 1000 url: /cpp/aspose.barcode.barcoderecognition/qualitysettings/set_barcodequality/ @@ -20,6 +20,9 @@ void Aspose::BarCode::BarCodeRecognition::QualitySettings::set_BarcodeQuality(Ba Mode which enables methods to recognize barcode elements with the selected quality. + + + ## See Also * Enum [BarcodeQualityMode](../../barcodequalitymode/) diff --git a/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/set_complexbackground/_index.md b/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/set_complexbackground/_index.md index 7322217cf..24959bded 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/set_complexbackground/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/set_complexbackground/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::QualitySettings::set_ComplexBackground method linktitle: set_ComplexBackground second_title: Aspose.BarCode for C++ API Reference -description: ' method. Mode which enables or disables additional recognition of color barcodes on color images in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::QualitySettings::set_ComplexBackground method. Mode which enables or disables additional recognition of color barcodes on color images in C++.' type: docs weight: 1600 url: /cpp/aspose.barcode.barcoderecognition/qualitysettings/set_complexbackground/ @@ -20,6 +20,9 @@ void Aspose::BarCode::BarCodeRecognition::QualitySettings::set_ComplexBackground Additional recognition of color barcodes on color images. + + + ## See Also * Enum [ComplexBackgroundMode](../../complexbackgroundmode/) diff --git a/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/set_deconvolution/_index.md b/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/set_deconvolution/_index.md index 2eba9a8d4..52174bb83 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/set_deconvolution/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/set_deconvolution/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::QualitySettings::set_Deconvolution method linktitle: set_Deconvolution second_title: Aspose.BarCode for C++ API Reference -description: ' method. Deconvolution (image restorations) mode which defines level of image degradation. Originally deconvolution is a function which can restore image degraded (convoluted) by any natural function like blur, during obtaining image by camera. Because we cannot detect image function which corrupt the image, we have to check most well know functions like sharp or mathematical morphology in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::QualitySettings::set_Deconvolution method. Deconvolution (image restorations) mode which defines level of image degradation. Originally deconvolution is a function which can restore image degraded (convoluted) by any natural function like blur, during obtaining image by camera. Because we cannot detect image function which corrupt the image, we have to check most well know functions like sharp or mathematical morphology in C++.' type: docs weight: 1200 url: /cpp/aspose.barcode.barcoderecognition/qualitysettings/set_deconvolution/ @@ -20,6 +20,9 @@ void Aspose::BarCode::BarCodeRecognition::QualitySettings::set_Deconvolution(Dec Deconvolution mode which defines level of image degradation. + + + ## See Also * Enum [DeconvolutionMode](../../deconvolutionmode/) diff --git a/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/set_inverseimage/_index.md b/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/set_inverseimage/_index.md index 75642271c..d776e40dd 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/set_inverseimage/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/set_inverseimage/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::QualitySettings::set_InverseImage method linktitle: set_InverseImage second_title: Aspose.BarCode for C++ API Reference -description: ' method. Mode which enables or disables additional recognition of barcodes on images with inverted colors (luminance) in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::QualitySettings::set_InverseImage method. Mode which enables or disables additional recognition of barcodes on images with inverted colors (luminance) in C++.' type: docs weight: 1400 url: /cpp/aspose.barcode.barcoderecognition/qualitysettings/set_inverseimage/ @@ -20,6 +20,9 @@ void Aspose::BarCode::BarCodeRecognition::QualitySettings::set_InverseImage(Inve Additional recognition of barcodes on images with inverse colors + + + ## See Also * Enum [InverseImageMode](../../inverseimagemode/) diff --git a/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/set_minimalxdimension/_index.md b/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/set_minimalxdimension/_index.md index 2392113d0..15bdf57ae 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/set_minimalxdimension/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/set_minimalxdimension/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::QualitySettings::set_MinimalXDimension method linktitle: set_MinimalXDimension second_title: Aspose.BarCode for C++ API Reference -description: ' method. Minimal size of XDimension in pixels which is used with UseMinimalXDimension in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::QualitySettings::set_MinimalXDimension method. Minimal size of XDimension in pixels which is used with UseMinimalXDimension in C++.' type: docs weight: 800 url: /cpp/aspose.barcode.barcoderecognition/qualitysettings/set_minimalxdimension/ @@ -20,6 +20,9 @@ void Aspose::BarCode::BarCodeRecognition::QualitySettings::set_MinimalXDimension Minimal size of XDimension in pixels which is used with UseMinimalXDimension. + + + ## See Also * Class [QualitySettings](../) diff --git a/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/set_xdimension/_index.md b/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/set_xdimension/_index.md index 9c1f09354..20c6fe0ca 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/set_xdimension/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/qualitysettings/set_xdimension/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::QualitySettings::set_XDimension method linktitle: set_XDimension second_title: Aspose.BarCode for C++ API Reference -description: ' method. Recognition mode which sets size (from 1 to infinity) of barcode minimal element: matrix cell or bar in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::QualitySettings::set_XDimension method. Recognition mode which sets size (from 1 to infinity) of barcode minimal element: matrix cell or bar in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.barcoderecognition/qualitysettings/set_xdimension/ @@ -20,6 +20,9 @@ void Aspose::BarCode::BarCodeRecognition::QualitySettings::set_XDimension(XDimen size (from 1 to infinity) of barcode minimal element: matrix cell or bar. + + + ## See Also * Enum [XDimensionMode](../../xdimensionmode/) diff --git a/english/cpp/aspose.barcode.barcoderecognition/recognitionabortedexception/_index.md b/english/cpp/aspose.barcode.barcoderecognition/recognitionabortedexception/_index.md index e2951fd71..6bc2f8982 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/recognitionabortedexception/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/recognitionabortedexception/_index.md @@ -1,10 +1,10 @@ --- -title: typedef +title: Aspose::BarCode::BarCodeRecognition::RecognitionAbortedException typedef linktitle: RecognitionAbortedException second_title: Aspose.BarCode for C++ API Reference -description: 'How to use typedef in C++.' +description: 'How to use Aspose::BarCode::BarCodeRecognition::RecognitionAbortedException typedef in C++.' type: docs -weight: 3900 +weight: 3800 url: /cpp/aspose.barcode.barcoderecognition/recognitionabortedexception/ --- ## RecognitionAbortedException typedef diff --git a/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/_index.md b/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/_index.md index 76c0aa84f..b185e5c1b 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/_index.md @@ -4,7 +4,7 @@ linktitle: SingleDecodeType second_title: Aspose.BarCode for C++ API Reference description: 'Aspose::BarCode::BarCodeRecognition::SingleDecodeType class. Single decode type. See decode type to get instance in C++.' type: docs -weight: 2900 +weight: 2800 url: /cpp/aspose.barcode.barcoderecognition/singledecodetype/ --- ## SingleDecodeType class @@ -21,7 +21,7 @@ class SingleDecodeType : public Aspose::BarCode::BarCodeRecognition::BaseDecodeT | Method | Description | | --- | --- | -| [ContainsAny](./containsany/)(const System::ArrayPtr\>\&) override | Returns a value indicating whether this instance is included into the list specified. | +| [ContainsAny](./containsany/)(const System::ArrayPtr\\>\&) override | Returns a value indicating whether this instance is included into the list specified. | | [Equals](./equals/)(System::SharedPtr\) override | Returns a value indicating whether this instance is equal to a specified [SingleDecodeType](./) value. | | [Equals](./equals/)(System::SharedPtr\) override | Returns a value indicating whether the specified [MultiDecodeType](../multidecodetype/) collection contains only this decode type. | | [Equals](./equals/)(System::SharedPtr\) override | Returns a value indicating whether this instance is equal to a specified [SingleDecodeType](./) value. | diff --git a/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/containsany/_index.md b/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/containsany/_index.md index cd402f700..4434e8f15 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/containsany/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/containsany/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::SingleDecodeType::ContainsAny method linktitle: ContainsAny second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a value indicating whether this instance is included into the list specified in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::SingleDecodeType::ContainsAny method. Returns a value indicating whether this instance is included into the list specified in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.barcoderecognition/singledecodetype/containsany/ @@ -19,7 +19,7 @@ bool Aspose::BarCode::BarCodeRecognition::SingleDecodeType::ContainsAny(const Sy | Parameter | Type | Description | | --- | --- | --- | -| types | const System::ArrayPtr\>\& | Array of single and multi decode types | +| types | const System::ArrayPtr\\>\& | Array of single and multi decode types | ### ReturnValue diff --git a/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/equals/_index.md b/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/equals/_index.md index b94949597..65ada71ef 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/equals/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/equals/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::SingleDecodeType::Equals method linktitle: Equals second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a value indicating whether this instance is equal to a specified SingleDecodeType value in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::SingleDecodeType::Equals method. Returns a value indicating whether this instance is equal to a specified SingleDecodeType value in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.barcoderecognition/singledecodetype/equals/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/get_typeindex/_index.md b/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/get_typeindex/_index.md index 443ac7add..a5255caee 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/get_typeindex/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/get_typeindex/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::SingleDecodeType::get_TypeIndex method linktitle: get_TypeIndex second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets an index of decode type in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::SingleDecodeType::get_TypeIndex method. Gets an index of decode type in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.barcoderecognition/singledecodetype/get_typeindex/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/get_typename/_index.md b/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/get_typename/_index.md index 2df9881d9..467df7c6c 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/get_typename/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/get_typename/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::SingleDecodeType::get_TypeName method linktitle: get_TypeName second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a name of decode type in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::SingleDecodeType::get_TypeName method. Gets a name of decode type in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.barcoderecognition/singledecodetype/get_typename/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/gethashcode/_index.md b/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/gethashcode/_index.md index 8898275dc..ce823d046 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/gethashcode/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/gethashcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::SingleDecodeType::GetHashCode method linktitle: GetHashCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns the hash code for this instance in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::SingleDecodeType::GetHashCode method. Returns the hash code for this instance in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.barcoderecognition/singledecodetype/gethashcode/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/getstring/_index.md b/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/getstring/_index.md index e753386a8..05a84406d 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/getstring/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/getstring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::SingleDecodeType::GetString method linktitle: GetString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Converts the instance of SingleDecodeType to its equivalent string representation. The string format is: "Index:-1; Name:None" in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::SingleDecodeType::GetString method. Converts the instance of SingleDecodeType to its equivalent string representation. The string format is: "Index:-1; Name:None" in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.barcoderecognition/singledecodetype/getstring/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/parse/_index.md b/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/parse/_index.md index 7f47399c5..d8742cfda 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/parse/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/parse/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::SingleDecodeType::Parse method linktitle: Parse second_title: Aspose.BarCode for C++ API Reference -description: ' method. Converts the string representation of the name of a SingleDecodeType to its instance in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::SingleDecodeType::Parse method. Converts the string representation of the name of a SingleDecodeType to its instance in C++.' type: docs weight: 900 url: /cpp/aspose.barcode.barcoderecognition/singledecodetype/parse/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/settemplateweakptr/_index.md b/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/settemplateweakptr/_index.md index 68a50a142..7bd249004 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/settemplateweakptr/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/settemplateweakptr/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::SingleDecodeType::SetTemplateWeakPtr method linktitle: SetTemplateWeakPtr second_title: Aspose.BarCode for C++ API Reference -description: ' method. Set n''th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::SingleDecodeType::SetTemplateWeakPtr method. Set n''th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode in C++.' type: docs weight: 800 url: /cpp/aspose.barcode.barcoderecognition/singledecodetype/settemplateweakptr/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/tostring/_index.md b/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/tostring/_index.md index 5fb19cc83..fb0fdf5bc 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/tostring/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/singledecodetype/tostring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::BarCodeRecognition::SingleDecodeType::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns the name of the given SingleDecodeType as a string in C++.' +description: 'Aspose::BarCode::BarCodeRecognition::SingleDecodeType::ToString method. Returns the name of the given SingleDecodeType as a string in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.barcoderecognition/singledecodetype/tostring/ diff --git a/english/cpp/aspose.barcode.barcoderecognition/xdimensionmode/_index.md b/english/cpp/aspose.barcode.barcoderecognition/xdimensionmode/_index.md index 5c4f20e66..513138f60 100644 --- a/english/cpp/aspose.barcode.barcoderecognition/xdimensionmode/_index.md +++ b/english/cpp/aspose.barcode.barcoderecognition/xdimensionmode/_index.md @@ -1,10 +1,10 @@ --- -title: enum +title: Aspose::BarCode::BarCodeRecognition::XDimensionMode enum linktitle: XDimensionMode second_title: Aspose.BarCode for C++ API Reference -description: 'How to use enum in C++.' +description: 'How to use Aspose::BarCode::BarCodeRecognition::XDimensionMode enum in C++.' type: docs -weight: 3700 +weight: 3600 url: /cpp/aspose.barcode.barcoderecognition/xdimensionmode/ --- ## XDimensionMode enum @@ -42,6 +42,9 @@ using (BarCodeReader reader = new BarCodeReader(@"c:\test.png", DecodeType.Code3 } ``` + + + ## See Also * Namespace [Aspose::BarCode::BarCodeRecognition](../) diff --git a/english/cpp/aspose.barcode.common/processorsettings/get_maxadditionalallowedthreads/_index.md b/english/cpp/aspose.barcode.common/processorsettings/get_maxadditionalallowedthreads/_index.md index fef54cae4..91e6e7c71 100644 --- a/english/cpp/aspose.barcode.common/processorsettings/get_maxadditionalallowedthreads/_index.md +++ b/english/cpp/aspose.barcode.common/processorsettings/get_maxadditionalallowedthreads/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Common::ProcessorSettings::get_MaxAdditionalAllowedThreads method linktitle: get_MaxAdditionalAllowedThreads second_title: Aspose.BarCode for C++ API Reference -description: ' method. Specify the maximal number of additional threads to run code in parallel in C++.' +description: 'Aspose::BarCode::Common::ProcessorSettings::get_MaxAdditionalAllowedThreads method. Specify the maximal number of additional threads to run code in parallel in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.common/processorsettings/get_maxadditionalallowedthreads/ diff --git a/english/cpp/aspose.barcode.common/processorsettings/get_useallcores/_index.md b/english/cpp/aspose.barcode.common/processorsettings/get_useallcores/_index.md index 55f9d6f21..af3a03d99 100644 --- a/english/cpp/aspose.barcode.common/processorsettings/get_useallcores/_index.md +++ b/english/cpp/aspose.barcode.common/processorsettings/get_useallcores/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Common::ProcessorSettings::get_UseAllCores method linktitle: get_UseAllCores second_title: Aspose.BarCode for C++ API Reference -description: ' method. Is needed to use all cores in C++.' +description: 'Aspose::BarCode::Common::ProcessorSettings::get_UseAllCores method. Is needed to use all cores in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.common/processorsettings/get_useallcores/ diff --git a/english/cpp/aspose.barcode.common/processorsettings/get_useonlythiscorescount/_index.md b/english/cpp/aspose.barcode.common/processorsettings/get_useonlythiscorescount/_index.md index c69b6c6ec..4321025d2 100644 --- a/english/cpp/aspose.barcode.common/processorsettings/get_useonlythiscorescount/_index.md +++ b/english/cpp/aspose.barcode.common/processorsettings/get_useonlythiscorescount/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Common::ProcessorSettings::get_UseOnlyThisCoresCount method linktitle: get_UseOnlyThisCoresCount second_title: Aspose.BarCode for C++ API Reference -description: ' method. Specify the number of cores to use. You need to change the property "UseAllCores" to "false" in C++.' +description: 'Aspose::BarCode::Common::ProcessorSettings::get_UseOnlyThisCoresCount method. Specify the number of cores to use. You need to change the property "UseAllCores" to "false" in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.common/processorsettings/get_useonlythiscorescount/ diff --git a/english/cpp/aspose.barcode.common/processorsettings/set_maxadditionalallowedthreads/_index.md b/english/cpp/aspose.barcode.common/processorsettings/set_maxadditionalallowedthreads/_index.md index 96f7f6793..5a69f1ede 100644 --- a/english/cpp/aspose.barcode.common/processorsettings/set_maxadditionalallowedthreads/_index.md +++ b/english/cpp/aspose.barcode.common/processorsettings/set_maxadditionalallowedthreads/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Common::ProcessorSettings::set_MaxAdditionalAllowedThreads method linktitle: set_MaxAdditionalAllowedThreads second_title: Aspose.BarCode for C++ API Reference -description: ' method. Specify the maximal number of additional threads to run code in parallel in C++.' +description: 'Aspose::BarCode::Common::ProcessorSettings::set_MaxAdditionalAllowedThreads method. Specify the maximal number of additional threads to run code in parallel in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.common/processorsettings/set_maxadditionalallowedthreads/ diff --git a/english/cpp/aspose.barcode.common/processorsettings/set_useallcores/_index.md b/english/cpp/aspose.barcode.common/processorsettings/set_useallcores/_index.md index b72b18613..7b039b8a4 100644 --- a/english/cpp/aspose.barcode.common/processorsettings/set_useallcores/_index.md +++ b/english/cpp/aspose.barcode.common/processorsettings/set_useallcores/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Common::ProcessorSettings::set_UseAllCores method linktitle: set_UseAllCores second_title: Aspose.BarCode for C++ API Reference -description: ' method. Is needed to use all cores in C++.' +description: 'Aspose::BarCode::Common::ProcessorSettings::set_UseAllCores method. Is needed to use all cores in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.common/processorsettings/set_useallcores/ diff --git a/english/cpp/aspose.barcode.common/processorsettings/set_useonlythiscorescount/_index.md b/english/cpp/aspose.barcode.common/processorsettings/set_useonlythiscorescount/_index.md index d6ed34cac..154b2350f 100644 --- a/english/cpp/aspose.barcode.common/processorsettings/set_useonlythiscorescount/_index.md +++ b/english/cpp/aspose.barcode.common/processorsettings/set_useonlythiscorescount/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Common::ProcessorSettings::set_UseOnlyThisCoresCount method linktitle: set_UseOnlyThisCoresCount second_title: Aspose.BarCode for C++ API Reference -description: ' method. Specify the number of cores to use. You need to change the property "UseAllCores" to "false" in C++.' +description: 'Aspose::BarCode::Common::ProcessorSettings::set_UseOnlyThisCoresCount method. Specify the number of cores to use. You need to change the property "UseAllCores" to "false" in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.common/processorsettings/set_useonlythiscorescount/ diff --git a/english/cpp/aspose.barcode.complexbarcode/_index.md b/english/cpp/aspose.barcode.complexbarcode/_index.md index 4b954db07..456166109 100644 --- a/english/cpp/aspose.barcode.complexbarcode/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/_index.md @@ -33,7 +33,6 @@ url: /cpp/aspose.barcode.complexbarcode/ | [MaxiCodeSecondMessage](./maxicodesecondmessage/) | Base class for encoding and decoding second message for MaxiCode barcode. | | [MaxiCodeStandardCodetext](./maxicodestandardcodetext/) | Class for encoding and decoding MaxiCode codetext for modes 4, 5 and 6. | | [MaxiCodeStandardSecondMessage](./maxicodestandardsecondmessage/) | Class for encoding and decoding standard second message for MaxiCode barcode. | -| [MaxiCodeStandartSecondMessage](./maxicodestandartsecondmessage/) | Class for encoding and decoding standard second message for MaxiCode barcode. | | [MaxiCodeStructuredCodetext](./maxicodestructuredcodetext/) | Base class for encoding and decoding the text embedded in the MaxiCode code for modes 2 and 3. | | [MaxiCodeStructuredSecondMessage](./maxicodestructuredsecondmessage/) | Class for encoding and decoding structured second message for MaxiCode barcode. | | [PrimaryData](./primarydata/) | Class for storing HIBC LIC primary data. | diff --git a/english/cpp/aspose.barcode.complexbarcode/address/address/_index.md b/english/cpp/aspose.barcode.complexbarcode/address/address/_index.md index 407b5ce12..f3f82d312 100644 --- a/english/cpp/aspose.barcode.complexbarcode/address/address/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/address/address/_index.md @@ -1,8 +1,8 @@ --- -title: constructor +title: Aspose::BarCode::ComplexBarcode::Address::Address constructor linktitle: Address second_title: Aspose.BarCode for C++ API Reference -description: ' constructor. Creates instance of Address in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Address::Address constructor. Creates instance of Address in C++.' type: docs weight: 1800 url: /cpp/aspose.barcode.complexbarcode/address/address/ diff --git a/english/cpp/aspose.barcode.complexbarcode/address/clear/_index.md b/english/cpp/aspose.barcode.complexbarcode/address/clear/_index.md index 1384dd1db..4755f0e08 100644 --- a/english/cpp/aspose.barcode.complexbarcode/address/clear/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/address/clear/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Address::Clear method linktitle: Clear second_title: Aspose.BarCode for C++ API Reference -description: ' method. Clears all fields and sets the type to AddressType::Undetermined in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Address::Clear method. Clears all fields and sets the type to AddressType::Undetermined in C++.' type: docs weight: 1900 url: /cpp/aspose.barcode.complexbarcode/address/clear/ diff --git a/english/cpp/aspose.barcode.complexbarcode/address/equals/_index.md b/english/cpp/aspose.barcode.complexbarcode/address/equals/_index.md index c3c737242..7f5b4dbab 100644 --- a/english/cpp/aspose.barcode.complexbarcode/address/equals/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/address/equals/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Address::Equals method linktitle: Equals second_title: Aspose.BarCode for C++ API Reference -description: ' method. Determines whether the specified object is equal to the current object in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Address::Equals method. Determines whether the specified object is equal to the current object in C++.' type: docs weight: 2000 url: /cpp/aspose.barcode.complexbarcode/address/equals/ diff --git a/english/cpp/aspose.barcode.complexbarcode/address/get_addressline1/_index.md b/english/cpp/aspose.barcode.complexbarcode/address/get_addressline1/_index.md index a2e345079..83f936ebc 100644 --- a/english/cpp/aspose.barcode.complexbarcode/address/get_addressline1/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/address/get_addressline1/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Address::get_AddressLine1 method linktitle: get_AddressLine1 second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the address line 1 in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Address::get_AddressLine1 method. Gets the address line 1 in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.complexbarcode/address/get_addressline1/ diff --git a/english/cpp/aspose.barcode.complexbarcode/address/get_addressline2/_index.md b/english/cpp/aspose.barcode.complexbarcode/address/get_addressline2/_index.md index 0ba86dee7..3d2d72179 100644 --- a/english/cpp/aspose.barcode.complexbarcode/address/get_addressline2/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/address/get_addressline2/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Address::get_AddressLine2 method linktitle: get_AddressLine2 second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the address line 2 in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Address::get_AddressLine2 method. Gets the address line 2 in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.complexbarcode/address/get_addressline2/ diff --git a/english/cpp/aspose.barcode.complexbarcode/address/get_countrycode/_index.md b/english/cpp/aspose.barcode.complexbarcode/address/get_countrycode/_index.md index 64789783c..c7a02f57c 100644 --- a/english/cpp/aspose.barcode.complexbarcode/address/get_countrycode/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/address/get_countrycode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Address::get_CountryCode method linktitle: get_CountryCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the two-letter ISO country code in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Address::get_CountryCode method. Gets the two-letter ISO country code in C++.' type: docs weight: 1600 url: /cpp/aspose.barcode.complexbarcode/address/get_countrycode/ diff --git a/english/cpp/aspose.barcode.complexbarcode/address/get_houseno/_index.md b/english/cpp/aspose.barcode.complexbarcode/address/get_houseno/_index.md index 5119dd36e..b56a73bfd 100644 --- a/english/cpp/aspose.barcode.complexbarcode/address/get_houseno/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/address/get_houseno/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Address::get_HouseNo method linktitle: get_HouseNo second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the house number in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Address::get_HouseNo method. Gets the house number in C++.' type: docs weight: 1000 url: /cpp/aspose.barcode.complexbarcode/address/get_houseno/ diff --git a/english/cpp/aspose.barcode.complexbarcode/address/get_name/_index.md b/english/cpp/aspose.barcode.complexbarcode/address/get_name/_index.md index 6315803b7..f930e32c4 100644 --- a/english/cpp/aspose.barcode.complexbarcode/address/get_name/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/address/get_name/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Address::get_Name method linktitle: get_Name second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the name, either the first and last name of a natural person or the company name of a legal person in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Address::get_Name method. Gets the name, either the first and last name of a natural person or the company name of a legal person in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.complexbarcode/address/get_name/ diff --git a/english/cpp/aspose.barcode.complexbarcode/address/get_postalcode/_index.md b/english/cpp/aspose.barcode.complexbarcode/address/get_postalcode/_index.md index 3b7c618c7..34315d6a9 100644 --- a/english/cpp/aspose.barcode.complexbarcode/address/get_postalcode/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/address/get_postalcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Address::get_PostalCode method linktitle: get_PostalCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the postal code in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Address::get_PostalCode method. Gets the postal code in C++.' type: docs weight: 1200 url: /cpp/aspose.barcode.complexbarcode/address/get_postalcode/ diff --git a/english/cpp/aspose.barcode.complexbarcode/address/get_street/_index.md b/english/cpp/aspose.barcode.complexbarcode/address/get_street/_index.md index 30116cb88..bde4352f6 100644 --- a/english/cpp/aspose.barcode.complexbarcode/address/get_street/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/address/get_street/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Address::get_Street method linktitle: get_Street second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the street in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Address::get_Street method. Gets the street in C++.' type: docs weight: 800 url: /cpp/aspose.barcode.complexbarcode/address/get_street/ diff --git a/english/cpp/aspose.barcode.complexbarcode/address/get_town/_index.md b/english/cpp/aspose.barcode.complexbarcode/address/get_town/_index.md index cd0ee5f05..83991549a 100644 --- a/english/cpp/aspose.barcode.complexbarcode/address/get_town/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/address/get_town/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Address::get_Town method linktitle: get_Town second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the town or city in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Address::get_Town method. Gets the town or city in C++.' type: docs weight: 1400 url: /cpp/aspose.barcode.complexbarcode/address/get_town/ diff --git a/english/cpp/aspose.barcode.complexbarcode/address/get_type/_index.md b/english/cpp/aspose.barcode.complexbarcode/address/get_type/_index.md index cdfe72dbc..f62d1ee5c 100644 --- a/english/cpp/aspose.barcode.complexbarcode/address/get_type/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/address/get_type/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Address::get_Type method linktitle: get_Type second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the address type in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Address::get_Type method. Gets the address type in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.complexbarcode/address/get_type/ diff --git a/english/cpp/aspose.barcode.complexbarcode/address/gethashcode/_index.md b/english/cpp/aspose.barcode.complexbarcode/address/gethashcode/_index.md index f128b0658..55a5f924a 100644 --- a/english/cpp/aspose.barcode.complexbarcode/address/gethashcode/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/address/gethashcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Address::GetHashCode method linktitle: GetHashCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the hash code for this instance in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Address::GetHashCode method. Gets the hash code for this instance in C++.' type: docs weight: 2100 url: /cpp/aspose.barcode.complexbarcode/address/gethashcode/ diff --git a/english/cpp/aspose.barcode.complexbarcode/address/set_addressline1/_index.md b/english/cpp/aspose.barcode.complexbarcode/address/set_addressline1/_index.md index 8ca1f1f13..44aed71b5 100644 --- a/english/cpp/aspose.barcode.complexbarcode/address/set_addressline1/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/address/set_addressline1/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Address::set_AddressLine1 method linktitle: set_AddressLine1 second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets the address line 1 in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Address::set_AddressLine1 method. Sets the address line 1 in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.complexbarcode/address/set_addressline1/ diff --git a/english/cpp/aspose.barcode.complexbarcode/address/set_addressline2/_index.md b/english/cpp/aspose.barcode.complexbarcode/address/set_addressline2/_index.md index 36d5ef609..249ff2e1a 100644 --- a/english/cpp/aspose.barcode.complexbarcode/address/set_addressline2/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/address/set_addressline2/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Address::set_AddressLine2 method linktitle: set_AddressLine2 second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets the address line 2 in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Address::set_AddressLine2 method. Sets the address line 2 in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.complexbarcode/address/set_addressline2/ diff --git a/english/cpp/aspose.barcode.complexbarcode/address/set_countrycode/_index.md b/english/cpp/aspose.barcode.complexbarcode/address/set_countrycode/_index.md index 266c317e0..3f29a71cb 100644 --- a/english/cpp/aspose.barcode.complexbarcode/address/set_countrycode/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/address/set_countrycode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Address::set_CountryCode method linktitle: set_CountryCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets the two-letter ISO country code in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Address::set_CountryCode method. Sets the two-letter ISO country code in C++.' type: docs weight: 1700 url: /cpp/aspose.barcode.complexbarcode/address/set_countrycode/ diff --git a/english/cpp/aspose.barcode.complexbarcode/address/set_houseno/_index.md b/english/cpp/aspose.barcode.complexbarcode/address/set_houseno/_index.md index fdbffb99b..fb028fdf4 100644 --- a/english/cpp/aspose.barcode.complexbarcode/address/set_houseno/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/address/set_houseno/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Address::set_HouseNo method linktitle: set_HouseNo second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets the house number in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Address::set_HouseNo method. Sets the house number in C++.' type: docs weight: 1100 url: /cpp/aspose.barcode.complexbarcode/address/set_houseno/ diff --git a/english/cpp/aspose.barcode.complexbarcode/address/set_name/_index.md b/english/cpp/aspose.barcode.complexbarcode/address/set_name/_index.md index 6c5a289bd..407701d1c 100644 --- a/english/cpp/aspose.barcode.complexbarcode/address/set_name/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/address/set_name/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Address::set_Name method linktitle: set_Name second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets the name, either the first and last name of a natural person or the company name of a legal person in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Address::set_Name method. Sets the name, either the first and last name of a natural person or the company name of a legal person in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.complexbarcode/address/set_name/ diff --git a/english/cpp/aspose.barcode.complexbarcode/address/set_postalcode/_index.md b/english/cpp/aspose.barcode.complexbarcode/address/set_postalcode/_index.md index 823d72bb9..ecdcbf182 100644 --- a/english/cpp/aspose.barcode.complexbarcode/address/set_postalcode/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/address/set_postalcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Address::set_PostalCode method linktitle: set_PostalCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets the postal code in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Address::set_PostalCode method. Sets the postal code in C++.' type: docs weight: 1300 url: /cpp/aspose.barcode.complexbarcode/address/set_postalcode/ diff --git a/english/cpp/aspose.barcode.complexbarcode/address/set_street/_index.md b/english/cpp/aspose.barcode.complexbarcode/address/set_street/_index.md index 284534a04..7eda53bb8 100644 --- a/english/cpp/aspose.barcode.complexbarcode/address/set_street/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/address/set_street/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Address::set_Street method linktitle: set_Street second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets the street in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Address::set_Street method. Sets the street in C++.' type: docs weight: 900 url: /cpp/aspose.barcode.complexbarcode/address/set_street/ diff --git a/english/cpp/aspose.barcode.complexbarcode/address/set_town/_index.md b/english/cpp/aspose.barcode.complexbarcode/address/set_town/_index.md index 30277bf69..d4d7da9f8 100644 --- a/english/cpp/aspose.barcode.complexbarcode/address/set_town/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/address/set_town/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Address::set_Town method linktitle: set_Town second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets the town or city in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Address::set_Town method. Sets the town or city in C++.' type: docs weight: 1500 url: /cpp/aspose.barcode.complexbarcode/address/set_town/ diff --git a/english/cpp/aspose.barcode.complexbarcode/addresstype/_index.md b/english/cpp/aspose.barcode.complexbarcode/addresstype/_index.md index 640bfe31c..2ada7280d 100644 --- a/english/cpp/aspose.barcode.complexbarcode/addresstype/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/addresstype/_index.md @@ -1,10 +1,10 @@ --- -title: enum +title: Aspose::BarCode::ComplexBarcode::AddressType enum linktitle: AddressType second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Address type in C++.' +description: 'Aspose::BarCode::ComplexBarcode::AddressType enum. Address type in C++.' type: docs -weight: 3300 +weight: 3200 url: /cpp/aspose.barcode.complexbarcode/addresstype/ --- ## AddressType enum diff --git a/english/cpp/aspose.barcode.complexbarcode/alternativescheme/equals/_index.md b/english/cpp/aspose.barcode.complexbarcode/alternativescheme/equals/_index.md index d479d885e..6983b0960 100644 --- a/english/cpp/aspose.barcode.complexbarcode/alternativescheme/equals/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/alternativescheme/equals/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::AlternativeScheme::Equals method linktitle: Equals second_title: Aspose.BarCode for C++ API Reference -description: ' method. Determines whether the specified object is equal to the current object in C++.' +description: 'Aspose::BarCode::ComplexBarcode::AlternativeScheme::Equals method. Determines whether the specified object is equal to the current object in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.complexbarcode/alternativescheme/equals/ diff --git a/english/cpp/aspose.barcode.complexbarcode/alternativescheme/get_instruction/_index.md b/english/cpp/aspose.barcode.complexbarcode/alternativescheme/get_instruction/_index.md index 3a554fbf5..7a179a3cb 100644 --- a/english/cpp/aspose.barcode.complexbarcode/alternativescheme/get_instruction/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/alternativescheme/get_instruction/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::AlternativeScheme::get_Instruction method linktitle: get_Instruction second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the payment instruction for a given bill in C++.' +description: 'Aspose::BarCode::ComplexBarcode::AlternativeScheme::get_Instruction method. Gets the payment instruction for a given bill in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.complexbarcode/alternativescheme/get_instruction/ diff --git a/english/cpp/aspose.barcode.complexbarcode/alternativescheme/gethashcode/_index.md b/english/cpp/aspose.barcode.complexbarcode/alternativescheme/gethashcode/_index.md index 1cf1db045..648af1836 100644 --- a/english/cpp/aspose.barcode.complexbarcode/alternativescheme/gethashcode/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/alternativescheme/gethashcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::AlternativeScheme::GetHashCode method linktitle: GetHashCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the hash code for this instance in C++.' +description: 'Aspose::BarCode::ComplexBarcode::AlternativeScheme::GetHashCode method. Gets the hash code for this instance in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.complexbarcode/alternativescheme/gethashcode/ diff --git a/english/cpp/aspose.barcode.complexbarcode/alternativescheme/set_instruction/_index.md b/english/cpp/aspose.barcode.complexbarcode/alternativescheme/set_instruction/_index.md index 4d4d6489e..9bb291202 100644 --- a/english/cpp/aspose.barcode.complexbarcode/alternativescheme/set_instruction/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/alternativescheme/set_instruction/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::AlternativeScheme::set_Instruction method linktitle: set_Instruction second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the payment instruction for a given bill in C++.' +description: 'Aspose::BarCode::ComplexBarcode::AlternativeScheme::set_Instruction method. Gets the payment instruction for a given bill in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.complexbarcode/alternativescheme/set_instruction/ diff --git a/english/cpp/aspose.barcode.complexbarcode/complexbarcodegenerator/complexbarcodegenerator/_index.md b/english/cpp/aspose.barcode.complexbarcode/complexbarcodegenerator/complexbarcodegenerator/_index.md index 71825bd47..ec035c438 100644 --- a/english/cpp/aspose.barcode.complexbarcode/complexbarcodegenerator/complexbarcodegenerator/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/complexbarcodegenerator/complexbarcodegenerator/_index.md @@ -1,8 +1,8 @@ --- -title: constructor +title: Aspose::BarCode::ComplexBarcode::ComplexBarcodeGenerator::ComplexBarcodeGenerator constructor linktitle: ComplexBarcodeGenerator second_title: Aspose.BarCode for C++ API Reference -description: ' constructor. Creates an instance of ComplexBarcodeGenerator in C++.' +description: 'Aspose::BarCode::ComplexBarcode::ComplexBarcodeGenerator::ComplexBarcodeGenerator constructor. Creates an instance of ComplexBarcodeGenerator in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.complexbarcode/complexbarcodegenerator/complexbarcodegenerator/ diff --git a/english/cpp/aspose.barcode.complexbarcode/complexbarcodegenerator/dispose/_index.md b/english/cpp/aspose.barcode.complexbarcode/complexbarcodegenerator/dispose/_index.md index 343328fb0..e110106d6 100644 --- a/english/cpp/aspose.barcode.complexbarcode/complexbarcodegenerator/dispose/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/complexbarcodegenerator/dispose/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::ComplexBarcodeGenerator::Dispose method linktitle: Dispose second_title: Aspose.BarCode for C++ API Reference -description: ' method. Clean up any resources being used in C++.' +description: 'Aspose::BarCode::ComplexBarcode::ComplexBarcodeGenerator::Dispose method. Clean up any resources being used in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.complexbarcode/complexbarcodegenerator/dispose/ diff --git a/english/cpp/aspose.barcode.complexbarcode/complexbarcodegenerator/generatebarcodeimage/_index.md b/english/cpp/aspose.barcode.complexbarcode/complexbarcodegenerator/generatebarcodeimage/_index.md index 33cd08ed4..6732ba3a0 100644 --- a/english/cpp/aspose.barcode.complexbarcode/complexbarcodegenerator/generatebarcodeimage/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/complexbarcodegenerator/generatebarcodeimage/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::ComplexBarcodeGenerator::GenerateBarCodeImage method linktitle: GenerateBarCodeImage second_title: Aspose.BarCode for C++ API Reference -description: ' method. Generates complex barcode image under current settings in C++.' +description: 'Aspose::BarCode::ComplexBarcode::ComplexBarcodeGenerator::GenerateBarCodeImage method. Generates complex barcode image under current settings in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.complexbarcode/complexbarcodegenerator/generatebarcodeimage/ diff --git a/english/cpp/aspose.barcode.complexbarcode/complexbarcodegenerator/get_parameters/_index.md b/english/cpp/aspose.barcode.complexbarcode/complexbarcodegenerator/get_parameters/_index.md index 16bceaee3..2fdb146e4 100644 --- a/english/cpp/aspose.barcode.complexbarcode/complexbarcodegenerator/get_parameters/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/complexbarcodegenerator/get_parameters/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::ComplexBarcodeGenerator::get_Parameters method linktitle: get_Parameters second_title: Aspose.BarCode for C++ API Reference -description: ' method. Generation parameters in C++.' +description: 'Aspose::BarCode::ComplexBarcode::ComplexBarcodeGenerator::get_Parameters method. Generation parameters in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.complexbarcode/complexbarcodegenerator/get_parameters/ diff --git a/english/cpp/aspose.barcode.complexbarcode/complexbarcodegenerator/save/_index.md b/english/cpp/aspose.barcode.complexbarcode/complexbarcodegenerator/save/_index.md index fdcfd8418..c969551ab 100644 --- a/english/cpp/aspose.barcode.complexbarcode/complexbarcodegenerator/save/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/complexbarcodegenerator/save/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::ComplexBarcodeGenerator::Save method linktitle: Save second_title: Aspose.BarCode for C++ API Reference -description: ' method. Generates and saves complex barcode image under current settings in C++.' +description: 'Aspose::BarCode::ComplexBarcode::ComplexBarcodeGenerator::Save method. Generates and saves complex barcode image under current settings in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.complexbarcode/complexbarcodegenerator/save/ diff --git a/english/cpp/aspose.barcode.complexbarcode/complexcodetextreader/trydecodehibclic/_index.md b/english/cpp/aspose.barcode.complexbarcode/complexcodetextreader/trydecodehibclic/_index.md index a3a2ef6fd..fbc747a18 100644 --- a/english/cpp/aspose.barcode.complexbarcode/complexcodetextreader/trydecodehibclic/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/complexcodetextreader/trydecodehibclic/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::ComplexCodetextReader::TryDecodeHIBCLIC method linktitle: TryDecodeHIBCLIC second_title: Aspose.BarCode for C++ API Reference -description: ' method. Decodes HIBC LIC codetext in C++.' +description: 'Aspose::BarCode::ComplexBarcode::ComplexCodetextReader::TryDecodeHIBCLIC method. Decodes HIBC LIC codetext in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.complexbarcode/complexcodetextreader/trydecodehibclic/ diff --git a/english/cpp/aspose.barcode.complexbarcode/complexcodetextreader/trydecodehibcpas/_index.md b/english/cpp/aspose.barcode.complexbarcode/complexcodetextreader/trydecodehibcpas/_index.md index df07ec6ba..d67d38341 100644 --- a/english/cpp/aspose.barcode.complexbarcode/complexcodetextreader/trydecodehibcpas/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/complexcodetextreader/trydecodehibcpas/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::ComplexCodetextReader::TryDecodeHIBCPAS method linktitle: TryDecodeHIBCPAS second_title: Aspose.BarCode for C++ API Reference -description: ' method. Decodes HIBC PAS codetext in C++.' +description: 'Aspose::BarCode::ComplexBarcode::ComplexCodetextReader::TryDecodeHIBCPAS method. Decodes HIBC PAS codetext in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.complexbarcode/complexcodetextreader/trydecodehibcpas/ diff --git a/english/cpp/aspose.barcode.complexbarcode/complexcodetextreader/trydecodemailmark/_index.md b/english/cpp/aspose.barcode.complexbarcode/complexcodetextreader/trydecodemailmark/_index.md index a66df46a0..2091be02a 100644 --- a/english/cpp/aspose.barcode.complexbarcode/complexcodetextreader/trydecodemailmark/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/complexcodetextreader/trydecodemailmark/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::ComplexCodetextReader::TryDecodeMailmark method linktitle: TryDecodeMailmark second_title: Aspose.BarCode for C++ API Reference -description: ' method. Decodes Mailmark Barcode C and L codetext in C++.' +description: 'Aspose::BarCode::ComplexBarcode::ComplexCodetextReader::TryDecodeMailmark method. Decodes Mailmark Barcode C and L codetext in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.complexbarcode/complexcodetextreader/trydecodemailmark/ diff --git a/english/cpp/aspose.barcode.complexbarcode/complexcodetextreader/trydecodemailmark2d/_index.md b/english/cpp/aspose.barcode.complexbarcode/complexcodetextreader/trydecodemailmark2d/_index.md index baa378c1e..946ce4053 100644 --- a/english/cpp/aspose.barcode.complexbarcode/complexcodetextreader/trydecodemailmark2d/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/complexcodetextreader/trydecodemailmark2d/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::ComplexCodetextReader::TryDecodeMailmark2D method linktitle: TryDecodeMailmark2D second_title: Aspose.BarCode for C++ API Reference -description: ' method. Decodes Royal Mail Mailmark 2D codetext in C++.' +description: 'Aspose::BarCode::ComplexBarcode::ComplexCodetextReader::TryDecodeMailmark2D method. Decodes Royal Mail Mailmark 2D codetext in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.complexbarcode/complexcodetextreader/trydecodemailmark2d/ diff --git a/english/cpp/aspose.barcode.complexbarcode/complexcodetextreader/trydecodemaxicode/_index.md b/english/cpp/aspose.barcode.complexbarcode/complexcodetextreader/trydecodemaxicode/_index.md index 371543551..0611865df 100644 --- a/english/cpp/aspose.barcode.complexbarcode/complexcodetextreader/trydecodemaxicode/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/complexcodetextreader/trydecodemaxicode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::ComplexCodetextReader::TryDecodeMaxiCode method linktitle: TryDecodeMaxiCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Decodes MaxiCode codetext in C++.' +description: 'Aspose::BarCode::ComplexBarcode::ComplexCodetextReader::TryDecodeMaxiCode method. Decodes MaxiCode codetext in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.complexbarcode/complexcodetextreader/trydecodemaxicode/ diff --git a/english/cpp/aspose.barcode.complexbarcode/complexcodetextreader/trydecodeswissqr/_index.md b/english/cpp/aspose.barcode.complexbarcode/complexcodetextreader/trydecodeswissqr/_index.md index f047e391c..e7a343465 100644 --- a/english/cpp/aspose.barcode.complexbarcode/complexcodetextreader/trydecodeswissqr/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/complexcodetextreader/trydecodeswissqr/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::ComplexCodetextReader::TryDecodeSwissQR method linktitle: TryDecodeSwissQR second_title: Aspose.BarCode for C++ API Reference -description: ' method. Decodes SwissQR codetext in C++.' +description: 'Aspose::BarCode::ComplexBarcode::ComplexCodetextReader::TryDecodeSwissQR method. Decodes SwissQR codetext in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.complexbarcode/complexcodetextreader/trydecodeswissqr/ diff --git a/english/cpp/aspose.barcode.complexbarcode/complexcodetextreader/trydecodeusadriveid/_index.md b/english/cpp/aspose.barcode.complexbarcode/complexcodetextreader/trydecodeusadriveid/_index.md index 676c8bf26..40a858a03 100644 --- a/english/cpp/aspose.barcode.complexbarcode/complexcodetextreader/trydecodeusadriveid/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/complexcodetextreader/trydecodeusadriveid/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::ComplexCodetextReader::TryDecodeUSADriveId method linktitle: TryDecodeUSADriveId second_title: Aspose.BarCode for C++ API Reference -description: ' method. Decodes USADriveId codetext in C++.' +description: 'Aspose::BarCode::ComplexBarcode::ComplexCodetextReader::TryDecodeUSADriveId method. Decodes USADriveId codetext in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.complexbarcode/complexcodetextreader/trydecodeusadriveid/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/equals/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/equals/_index.md index 90080ded6..f7bf72f67 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/equals/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/equals/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCLICCombinedCodetext::Equals method linktitle: Equals second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a value indicating whether this instance is equal to a specified HIBCLICCombinedCodetext value in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCLICCombinedCodetext::Equals method. Returns a value indicating whether this instance is equal to a specified HIBCLICCombinedCodetext value in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/equals/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/get_primarydata/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/get_primarydata/_index.md index 5e2cbb9ec..8719cb8f3 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/get_primarydata/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/get_primarydata/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCLICCombinedCodetext::get_PrimaryData method linktitle: get_PrimaryData second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies primary data in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCLICCombinedCodetext::get_PrimaryData method. Identifies primary data in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/get_primarydata/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/get_secondaryandadditionaldata/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/get_secondaryandadditionaldata/_index.md index f0606e9e5..c859157b2 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/get_secondaryandadditionaldata/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/get_secondaryandadditionaldata/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCLICCombinedCodetext::get_SecondaryAndAdditionalData method linktitle: get_SecondaryAndAdditionalData second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies secondary and additional supplemental data in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCLICCombinedCodetext::get_SecondaryAndAdditionalData method. Identifies secondary and additional supplemental data in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/get_secondaryandadditionaldata/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/getconstructedcodetext/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/getconstructedcodetext/_index.md index e9b9d08fb..ce0f85067 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/getconstructedcodetext/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/getconstructedcodetext/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCLICCombinedCodetext::GetConstructedCodetext method linktitle: GetConstructedCodetext second_title: Aspose.BarCode for C++ API Reference -description: ' method. Constructs codetext in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCLICCombinedCodetext::GetConstructedCodetext method. Constructs codetext in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/getconstructedcodetext/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/gethashcode/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/gethashcode/_index.md index 8ff8761e6..7522d153f 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/gethashcode/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/gethashcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCLICCombinedCodetext::GetHashCode method linktitle: GetHashCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns the hash code for this instance in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCLICCombinedCodetext::GetHashCode method. Returns the hash code for this instance in C++.' type: docs weight: 800 url: /cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/gethashcode/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/initfromstring/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/initfromstring/_index.md index 66c9e6864..0d0c801ea 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/initfromstring/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/initfromstring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCLICCombinedCodetext::InitFromString method linktitle: InitFromString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Initializes instance from constructed codetext in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCLICCombinedCodetext::InitFromString method. Initializes instance from constructed codetext in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/initfromstring/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/set_primarydata/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/set_primarydata/_index.md index 6d13045f5..70b0897a2 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/set_primarydata/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/set_primarydata/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCLICCombinedCodetext::set_PrimaryData method linktitle: set_PrimaryData second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies primary data in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCLICCombinedCodetext::set_PrimaryData method. Identifies primary data in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/set_primarydata/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/set_secondaryandadditionaldata/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/set_secondaryandadditionaldata/_index.md index d93d83f8a..da9432763 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/set_secondaryandadditionaldata/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/set_secondaryandadditionaldata/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCLICCombinedCodetext::set_SecondaryAndAdditionalData method linktitle: set_SecondaryAndAdditionalData second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies secondary and additional supplemental data in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCLICCombinedCodetext::set_SecondaryAndAdditionalData method. Identifies secondary and additional supplemental data in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.complexbarcode/hibcliccombinedcodetext/set_secondaryandadditionaldata/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibcliccomplexcodetext/get_barcodetype/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibcliccomplexcodetext/get_barcodetype/_index.md index 0910b8f9f..9f17eaa5f 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibcliccomplexcodetext/get_barcodetype/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibcliccomplexcodetext/get_barcodetype/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCLICComplexCodetext::get_BarcodeType method linktitle: get_BarcodeType second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. Default value: HIBCCode39LIC in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCLICComplexCodetext::get_BarcodeType method. Gets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. Default value: HIBCCode39LIC in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.complexbarcode/hibcliccomplexcodetext/get_barcodetype/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibcliccomplexcodetext/getbarcodetype/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibcliccomplexcodetext/getbarcodetype/_index.md index 099c63efe..9e18da3fe 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibcliccomplexcodetext/getbarcodetype/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibcliccomplexcodetext/getbarcodetype/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCLICComplexCodetext::GetBarcodeType method linktitle: GetBarcodeType second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets barcode type in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCLICComplexCodetext::GetBarcodeType method. Gets barcode type in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.complexbarcode/hibcliccomplexcodetext/getbarcodetype/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibcliccomplexcodetext/getconstructedcodetext/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibcliccomplexcodetext/getconstructedcodetext/_index.md index 475a1db83..3ace1361c 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibcliccomplexcodetext/getconstructedcodetext/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibcliccomplexcodetext/getconstructedcodetext/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCLICComplexCodetext::GetConstructedCodetext method linktitle: GetConstructedCodetext second_title: Aspose.BarCode for C++ API Reference -description: ' method. Constructs codetext in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCLICComplexCodetext::GetConstructedCodetext method. Constructs codetext in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.complexbarcode/hibcliccomplexcodetext/getconstructedcodetext/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibcliccomplexcodetext/hibcliccomplexcodetext/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibcliccomplexcodetext/hibcliccomplexcodetext/_index.md index b8f1bc8b0..f46a9557f 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibcliccomplexcodetext/hibcliccomplexcodetext/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibcliccomplexcodetext/hibcliccomplexcodetext/_index.md @@ -1,5 +1,5 @@ --- -title: constructor +title: Aspose::BarCode::ComplexBarcode::HIBCLICComplexCodetext::HIBCLICComplexCodetext constructor linktitle: HIBCLICComplexCodetext second_title: Aspose.BarCode for C++ API Reference description: 'How to use HIBCLICComplexCodetext constructor of Aspose::BarCode::ComplexBarcode::HIBCLICComplexCodetext class in C++.' diff --git a/english/cpp/aspose.barcode.complexbarcode/hibcliccomplexcodetext/initfromstring/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibcliccomplexcodetext/initfromstring/_index.md index dd99f917c..bf6d3400f 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibcliccomplexcodetext/initfromstring/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibcliccomplexcodetext/initfromstring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCLICComplexCodetext::InitFromString method linktitle: InitFromString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Initializes instance from constructed codetext in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCLICComplexCodetext::InitFromString method. Initializes instance from constructed codetext in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.complexbarcode/hibcliccomplexcodetext/initfromstring/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibcliccomplexcodetext/set_barcodetype/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibcliccomplexcodetext/set_barcodetype/_index.md index 51bb31f45..b576882cd 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibcliccomplexcodetext/set_barcodetype/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibcliccomplexcodetext/set_barcodetype/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCLICComplexCodetext::set_BarcodeType method linktitle: set_BarcodeType second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. Default value: HIBCCode39LIC in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCLICComplexCodetext::set_BarcodeType method. Sets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. Default value: HIBCCode39LIC in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.complexbarcode/hibcliccomplexcodetext/set_barcodetype/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibclicdateformat/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibclicdateformat/_index.md index 866a2f8c5..007d46e01 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibclicdateformat/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibclicdateformat/_index.md @@ -1,10 +1,10 @@ --- -title: enum +title: Aspose::BarCode::ComplexBarcode::HIBCLICDateFormat enum linktitle: HIBCLICDateFormat second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Specifies the different types of date formats for HIBC LIC in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCLICDateFormat enum. Specifies the different types of date formats for HIBC LIC in C++.' type: docs -weight: 2900 +weight: 2800 url: /cpp/aspose.barcode.complexbarcode/hibclicdateformat/ --- ## HIBCLICDateFormat enum diff --git a/english/cpp/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/equals/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/equals/_index.md index d3522fc46..ad11a7236 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/equals/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/equals/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCLICPrimaryDataCodetext::Equals method linktitle: Equals second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a value indicating whether this instance is equal to a specified HIBCLICPrimaryDataCodetext value in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCLICPrimaryDataCodetext::Equals method. Returns a value indicating whether this instance is equal to a specified HIBCLICPrimaryDataCodetext value in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/equals/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/get_data/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/get_data/_index.md index ba8db103e..1b60f71a6 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/get_data/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/get_data/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCLICPrimaryDataCodetext::get_Data method linktitle: get_Data second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies primary data in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCLICPrimaryDataCodetext::get_Data method. Identifies primary data in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/get_data/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/getconstructedcodetext/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/getconstructedcodetext/_index.md index bb0ad8114..7f10c03f2 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/getconstructedcodetext/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/getconstructedcodetext/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCLICPrimaryDataCodetext::GetConstructedCodetext method linktitle: GetConstructedCodetext second_title: Aspose.BarCode for C++ API Reference -description: ' method. Constructs codetext in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCLICPrimaryDataCodetext::GetConstructedCodetext method. Constructs codetext in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/getconstructedcodetext/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/gethashcode/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/gethashcode/_index.md index 86069fee9..05a1315ae 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/gethashcode/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/gethashcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCLICPrimaryDataCodetext::GetHashCode method linktitle: GetHashCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns the hash code for this instance in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCLICPrimaryDataCodetext::GetHashCode method. Returns the hash code for this instance in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/gethashcode/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/hibclicprimarydatacodetext/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/hibclicprimarydatacodetext/_index.md index a969887b3..5bad609dc 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/hibclicprimarydatacodetext/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/hibclicprimarydatacodetext/_index.md @@ -1,5 +1,5 @@ --- -title: constructor +title: Aspose::BarCode::ComplexBarcode::HIBCLICPrimaryDataCodetext::HIBCLICPrimaryDataCodetext constructor linktitle: HIBCLICPrimaryDataCodetext second_title: Aspose.BarCode for C++ API Reference description: 'How to use HIBCLICPrimaryDataCodetext constructor of Aspose::BarCode::ComplexBarcode::HIBCLICPrimaryDataCodetext class in C++.' diff --git a/english/cpp/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/initfromstring/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/initfromstring/_index.md index d7f75c1ab..882949cae 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/initfromstring/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/initfromstring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCLICPrimaryDataCodetext::InitFromString method linktitle: InitFromString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Initializes instance from constructed codetext in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCLICPrimaryDataCodetext::InitFromString method. Initializes instance from constructed codetext in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/initfromstring/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/set_data/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/set_data/_index.md index ffc819328..9c32d98ae 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/set_data/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/set_data/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCLICPrimaryDataCodetext::set_Data method linktitle: set_Data second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies primary data in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCLICPrimaryDataCodetext::set_Data method. Identifies primary data in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/set_data/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/equals/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/equals/_index.md index 4f1d8754e..3fec05314 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/equals/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/equals/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCLICSecondaryAndAdditionalDataCodetext::Equals method linktitle: Equals second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a value indicating whether this instance is equal to a specified HIBCLICSecondaryAndAdditionalDataCodetext value in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCLICSecondaryAndAdditionalDataCodetext::Equals method. Returns a value indicating whether this instance is equal to a specified HIBCLICSecondaryAndAdditionalDataCodetext value in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/equals/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/get_data/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/get_data/_index.md index 19adbcd75..92b528323 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/get_data/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/get_data/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCLICSecondaryAndAdditionalDataCodetext::get_Data method linktitle: get_Data second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies secodary and additional supplemental data in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCLICSecondaryAndAdditionalDataCodetext::get_Data method. Identifies secodary and additional supplemental data in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/get_data/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/get_linkcharacter/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/get_linkcharacter/_index.md index 749dd0b28..ee963d55b 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/get_linkcharacter/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/get_linkcharacter/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCLICSecondaryAndAdditionalDataCodetext::get_LinkCharacter method linktitle: get_LinkCharacter second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies link character in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCLICSecondaryAndAdditionalDataCodetext::get_LinkCharacter method. Identifies link character in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/get_linkcharacter/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/getconstructedcodetext/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/getconstructedcodetext/_index.md index 9b99d9d18..c53dec77b 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/getconstructedcodetext/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/getconstructedcodetext/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCLICSecondaryAndAdditionalDataCodetext::GetConstructedCodetext method linktitle: GetConstructedCodetext second_title: Aspose.BarCode for C++ API Reference -description: ' method. Constructs codetext in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCLICSecondaryAndAdditionalDataCodetext::GetConstructedCodetext method. Constructs codetext in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/getconstructedcodetext/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/gethashcode/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/gethashcode/_index.md index 6dd75ecbe..b233479ac 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/gethashcode/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/gethashcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCLICSecondaryAndAdditionalDataCodetext::GetHashCode method linktitle: GetHashCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns the hash code for this instance in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCLICSecondaryAndAdditionalDataCodetext::GetHashCode method. Returns the hash code for this instance in C++.' type: docs weight: 800 url: /cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/gethashcode/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/hibclicsecondaryandadditionaldatacodetext/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/hibclicsecondaryandadditionaldatacodetext/_index.md index 99fb627bd..452cb5e3f 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/hibclicsecondaryandadditionaldatacodetext/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/hibclicsecondaryandadditionaldatacodetext/_index.md @@ -1,5 +1,5 @@ --- -title: constructor +title: Aspose::BarCode::ComplexBarcode::HIBCLICSecondaryAndAdditionalDataCodetext::HIBCLICSecondaryAndAdditionalDataCodetext constructor linktitle: HIBCLICSecondaryAndAdditionalDataCodetext second_title: Aspose.BarCode for C++ API Reference description: 'How to use HIBCLICSecondaryAndAdditionalDataCodetext constructor of Aspose::BarCode::ComplexBarcode::HIBCLICSecondaryAndAdditionalDataCodetext class in C++.' diff --git a/english/cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/initfromstring/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/initfromstring/_index.md index ee9d6ea20..7ab651a8a 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/initfromstring/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/initfromstring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCLICSecondaryAndAdditionalDataCodetext::InitFromString method linktitle: InitFromString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Initializes instance from constructed codetext in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCLICSecondaryAndAdditionalDataCodetext::InitFromString method. Initializes instance from constructed codetext in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/initfromstring/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/set_data/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/set_data/_index.md index 737ab3052..8b2637c77 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/set_data/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/set_data/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCLICSecondaryAndAdditionalDataCodetext::set_Data method linktitle: set_Data second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies secodary and additional supplemental data in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCLICSecondaryAndAdditionalDataCodetext::set_Data method. Identifies secodary and additional supplemental data in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/set_data/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/set_linkcharacter/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/set_linkcharacter/_index.md index bd12ac124..5dceb6a3e 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/set_linkcharacter/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/set_linkcharacter/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCLICSecondaryAndAdditionalDataCodetext::set_LinkCharacter method linktitle: set_LinkCharacter second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies link character in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCLICSecondaryAndAdditionalDataCodetext::set_LinkCharacter method. Identifies link character in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.complexbarcode/hibclicsecondaryandadditionaldatacodetext/set_linkcharacter/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/addrecord/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/addrecord/_index.md index 6e6e61fdf..e5c5005d1 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/addrecord/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/addrecord/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCPASCodetext::AddRecord method linktitle: AddRecord second_title: Aspose.BarCode for C++ API Reference -description: ' method. Adds new record in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCPASCodetext::AddRecord method. Adds new record in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.complexbarcode/hibcpascodetext/addrecord/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/clear/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/clear/_index.md index 33685111e..53ad3a6d2 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/clear/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/clear/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCPASCodetext::Clear method linktitle: Clear second_title: Aspose.BarCode for C++ API Reference -description: ' method. Clears records list in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCPASCodetext::Clear method. Clears records list in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.complexbarcode/hibcpascodetext/clear/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/equals/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/equals/_index.md index 554bfa91b..3ec85313b 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/equals/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/equals/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCPASCodetext::Equals method linktitle: Equals second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a value indicating whether this instance is equal to a specified HIBCPASCodetext value in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCPASCodetext::Equals method. Returns a value indicating whether this instance is equal to a specified HIBCPASCodetext value in C++.' type: docs weight: 1100 url: /cpp/aspose.barcode.complexbarcode/hibcpascodetext/equals/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/get_barcodetype/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/get_barcodetype/_index.md index 6d1d2add5..7b52316e6 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/get_barcodetype/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/get_barcodetype/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCPASCodetext::get_BarcodeType method linktitle: get_BarcodeType second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets barcode type. HIBC PAS codetext can be encoded using HIBCCode39PAS, HIBCCode128PAS, HIBCAztec:PAS, HIBCDataMatrixPAS and HIBCQRPAS encode types. Default value: HIBCCode39PAS in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCPASCodetext::get_BarcodeType method. Gets barcode type. HIBC PAS codetext can be encoded using HIBCCode39PAS, HIBCCode128PAS, HIBCAztec:PAS, HIBCDataMatrixPAS and HIBCQRPAS encode types. Default value: HIBCCode39PAS in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.complexbarcode/hibcpascodetext/get_barcodetype/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/get_datalocation/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/get_datalocation/_index.md index e172b5b97..217a84ae1 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/get_datalocation/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/get_datalocation/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCPASCodetext::get_DataLocation method linktitle: get_DataLocation second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies data location in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCPASCodetext::get_DataLocation method. Identifies data location in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.complexbarcode/hibcpascodetext/get_datalocation/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/getbarcodetype/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/getbarcodetype/_index.md index 2f597daef..d1ad8423c 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/getbarcodetype/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/getbarcodetype/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCPASCodetext::GetBarcodeType method linktitle: GetBarcodeType second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets barcode type in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCPASCodetext::GetBarcodeType method. Gets barcode type in C++.' type: docs weight: 800 url: /cpp/aspose.barcode.complexbarcode/hibcpascodetext/getbarcodetype/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/getconstructedcodetext/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/getconstructedcodetext/_index.md index e587d41c4..549de528c 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/getconstructedcodetext/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/getconstructedcodetext/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCPASCodetext::GetConstructedCodetext method linktitle: GetConstructedCodetext second_title: Aspose.BarCode for C++ API Reference -description: ' method. Constructs codetext in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCPASCodetext::GetConstructedCodetext method. Constructs codetext in C++.' type: docs weight: 900 url: /cpp/aspose.barcode.complexbarcode/hibcpascodetext/getconstructedcodetext/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/gethashcode/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/gethashcode/_index.md index 15e8dd530..1d8e537e5 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/gethashcode/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/gethashcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCPASCodetext::GetHashCode method linktitle: GetHashCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns the hash code for this instance in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCPASCodetext::GetHashCode method. Returns the hash code for this instance in C++.' type: docs weight: 1200 url: /cpp/aspose.barcode.complexbarcode/hibcpascodetext/gethashcode/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/getrecords/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/getrecords/_index.md index 7ef2802de..057f006d6 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/getrecords/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/getrecords/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCPASCodetext::GetRecords method linktitle: GetRecords second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets records list in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCPASCodetext::GetRecords method. Gets records list in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.complexbarcode/hibcpascodetext/getrecords/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/hibcpascodetext/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/hibcpascodetext/_index.md index 008555806..d608165dc 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/hibcpascodetext/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/hibcpascodetext/_index.md @@ -1,5 +1,5 @@ --- -title: constructor +title: Aspose::BarCode::ComplexBarcode::HIBCPASCodetext::HIBCPASCodetext constructor linktitle: HIBCPASCodetext second_title: Aspose.BarCode for C++ API Reference description: 'How to use HIBCPASCodetext constructor of Aspose::BarCode::ComplexBarcode::HIBCPASCodetext class in C++.' diff --git a/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/initfromstring/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/initfromstring/_index.md index 85dbe02d5..f5648c3d6 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/initfromstring/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/initfromstring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCPASCodetext::InitFromString method linktitle: InitFromString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Initializes instance from constructed codetext in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCPASCodetext::InitFromString method. Initializes instance from constructed codetext in C++.' type: docs weight: 1000 url: /cpp/aspose.barcode.complexbarcode/hibcpascodetext/initfromstring/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/set_barcodetype/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/set_barcodetype/_index.md index cce3b5d4a..a954abe72 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/set_barcodetype/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/set_barcodetype/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCPASCodetext::set_BarcodeType method linktitle: set_BarcodeType second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets barcode type. HIBC PAS codetext can be encoded using HIBCCode39PAS, HIBCCode128PAS, HIBCAztec:PAS, HIBCDataMatrixPAS and HIBCQRPAS encode types. Default value: HIBCCode39PAS in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCPASCodetext::set_BarcodeType method. Sets barcode type. HIBC PAS codetext can be encoded using HIBCCode39PAS, HIBCCode128PAS, HIBCAztec:PAS, HIBCDataMatrixPAS and HIBCQRPAS encode types. Default value: HIBCCode39PAS in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.complexbarcode/hibcpascodetext/set_barcodetype/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/set_datalocation/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/set_datalocation/_index.md index ec7e6a819..2ab1b2575 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/set_datalocation/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibcpascodetext/set_datalocation/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCPASCodetext::set_DataLocation method linktitle: set_DataLocation second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies data location in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCPASCodetext::set_DataLocation method. Identifies data location in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.complexbarcode/hibcpascodetext/set_datalocation/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibcpasdatalocation/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibcpasdatalocation/_index.md index 8adb1e6d6..a8540c7e9 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibcpasdatalocation/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibcpasdatalocation/_index.md @@ -1,10 +1,10 @@ --- -title: enum +title: Aspose::BarCode::ComplexBarcode::HIBCPASDataLocation enum linktitle: HIBCPASDataLocation second_title: Aspose.BarCode for C++ API Reference -description: ' enum. HIBC PAS data location types in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCPASDataLocation enum. HIBC PAS data location types in C++.' type: docs -weight: 3000 +weight: 2900 url: /cpp/aspose.barcode.complexbarcode/hibcpasdatalocation/ --- ## HIBCPASDataLocation enum diff --git a/english/cpp/aspose.barcode.complexbarcode/hibcpasdatatype/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibcpasdatatype/_index.md index acbdce532..937b9b9e9 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibcpasdatatype/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibcpasdatatype/_index.md @@ -1,10 +1,10 @@ --- -title: enum +title: Aspose::BarCode::ComplexBarcode::HIBCPASDataType enum linktitle: HIBCPASDataType second_title: Aspose.BarCode for C++ API Reference -description: ' enum. HIBC PAS record''s data types in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCPASDataType enum. HIBC PAS record''s data types in C++.' type: docs -weight: 3100 +weight: 3000 url: /cpp/aspose.barcode.complexbarcode/hibcpasdatatype/ --- ## HIBCPASDataType enum diff --git a/english/cpp/aspose.barcode.complexbarcode/hibcpasrecord/equals/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibcpasrecord/equals/_index.md index 5f84d5802..c4f48279a 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibcpasrecord/equals/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibcpasrecord/equals/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCPASRecord::Equals method linktitle: Equals second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a value indicating whether this instance is equal to a specified HIBCPASDataType value in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCPASRecord::Equals method. Returns a value indicating whether this instance is equal to a specified HIBCPASDataType value in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.complexbarcode/hibcpasrecord/equals/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibcpasrecord/get_data/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibcpasrecord/get_data/_index.md index 263396b18..92957c052 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibcpasrecord/get_data/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibcpasrecord/get_data/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCPASRecord::get_Data method linktitle: get_Data second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies data in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCPASRecord::get_Data method. Identifies data in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.complexbarcode/hibcpasrecord/get_data/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibcpasrecord/get_datatype/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibcpasrecord/get_datatype/_index.md index 707a881bd..67d5da879 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibcpasrecord/get_datatype/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibcpasrecord/get_datatype/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCPASRecord::get_DataType method linktitle: get_DataType second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies data type in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCPASRecord::get_DataType method. Identifies data type in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.complexbarcode/hibcpasrecord/get_datatype/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibcpasrecord/gethashcode/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibcpasrecord/gethashcode/_index.md index c978bfa2f..20e6117d7 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibcpasrecord/gethashcode/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibcpasrecord/gethashcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCPASRecord::GetHashCode method linktitle: GetHashCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns the hash code for this instance in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCPASRecord::GetHashCode method. Returns the hash code for this instance in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.complexbarcode/hibcpasrecord/gethashcode/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibcpasrecord/hibcpasrecord/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibcpasrecord/hibcpasrecord/_index.md index 430805ac2..c020e5931 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibcpasrecord/hibcpasrecord/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibcpasrecord/hibcpasrecord/_index.md @@ -1,8 +1,8 @@ --- -title: constructor +title: Aspose::BarCode::ComplexBarcode::HIBCPASRecord::HIBCPASRecord constructor linktitle: HIBCPASRecord second_title: Aspose.BarCode for C++ API Reference -description: ' constructor. HIBCPASRecord constructor in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCPASRecord::HIBCPASRecord constructor. HIBCPASRecord constructor in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.complexbarcode/hibcpasrecord/hibcpasrecord/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibcpasrecord/set_data/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibcpasrecord/set_data/_index.md index bea390d9e..2611fdf1d 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibcpasrecord/set_data/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibcpasrecord/set_data/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCPASRecord::set_Data method linktitle: set_Data second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies data in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCPASRecord::set_Data method. Identifies data in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.complexbarcode/hibcpasrecord/set_data/ diff --git a/english/cpp/aspose.barcode.complexbarcode/hibcpasrecord/set_datatype/_index.md b/english/cpp/aspose.barcode.complexbarcode/hibcpasrecord/set_datatype/_index.md index 13ece4ab4..56e2d140e 100644 --- a/english/cpp/aspose.barcode.complexbarcode/hibcpasrecord/set_datatype/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/hibcpasrecord/set_datatype/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::HIBCPASRecord::set_DataType method linktitle: set_DataType second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies data type in C++.' +description: 'Aspose::BarCode::ComplexBarcode::HIBCPASRecord::set_DataType method. Identifies data type in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.complexbarcode/hibcpasrecord/set_datatype/ diff --git a/english/cpp/aspose.barcode.complexbarcode/icomplexcodetext/getbarcodetype/_index.md b/english/cpp/aspose.barcode.complexbarcode/icomplexcodetext/getbarcodetype/_index.md index 0c27b9e52..9bea352ee 100644 --- a/english/cpp/aspose.barcode.complexbarcode/icomplexcodetext/getbarcodetype/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/icomplexcodetext/getbarcodetype/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::IComplexCodetext::GetBarcodeType method linktitle: GetBarcodeType second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets barcode type in C++.' +description: 'Aspose::BarCode::ComplexBarcode::IComplexCodetext::GetBarcodeType method. Gets barcode type in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.complexbarcode/icomplexcodetext/getbarcodetype/ diff --git a/english/cpp/aspose.barcode.complexbarcode/icomplexcodetext/getconstructedcodetext/_index.md b/english/cpp/aspose.barcode.complexbarcode/icomplexcodetext/getconstructedcodetext/_index.md index a5fad9756..6b8d2d4d1 100644 --- a/english/cpp/aspose.barcode.complexbarcode/icomplexcodetext/getconstructedcodetext/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/icomplexcodetext/getconstructedcodetext/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::IComplexCodetext::GetConstructedCodetext method linktitle: GetConstructedCodetext second_title: Aspose.BarCode for C++ API Reference -description: ' method. Construct codetext for complex barcode in C++.' +description: 'Aspose::BarCode::ComplexBarcode::IComplexCodetext::GetConstructedCodetext method. Construct codetext for complex barcode in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.complexbarcode/icomplexcodetext/getconstructedcodetext/ diff --git a/english/cpp/aspose.barcode.complexbarcode/icomplexcodetext/initfromstring/_index.md b/english/cpp/aspose.barcode.complexbarcode/icomplexcodetext/initfromstring/_index.md index 951210ee0..ec809ea0d 100644 --- a/english/cpp/aspose.barcode.complexbarcode/icomplexcodetext/initfromstring/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/icomplexcodetext/initfromstring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::IComplexCodetext::InitFromString method linktitle: InitFromString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Initializes instance with constructed codetext in C++.' +description: 'Aspose::BarCode::ComplexBarcode::IComplexCodetext::InitFromString method. Initializes instance with constructed codetext in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.complexbarcode/icomplexcodetext/initfromstring/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_class/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_class/_index.md index 1081dc0ed..a297dd84b 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_class/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_class/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::get_Class method linktitle: get_Class second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies the class of the item in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::get_Class method. Identifies the class of the item in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_class/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_customercontent/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_customercontent/_index.md index 30e23c8cb..f2761510f 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_customercontent/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_customercontent/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::get_CustomerContent method linktitle: get_CustomerContent second_title: Aspose.BarCode for C++ API Reference -description: ' method. Optional space for use by customer in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::get_CustomerContent method. Optional space for use by customer in C++.' type: docs weight: 1900 url: /cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_customercontent/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_customercontentencodemode/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_customercontentencodemode/_index.md index b779b854d..66ea68278 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_customercontentencodemode/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_customercontentencodemode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::get_CustomerContentEncodeMode method linktitle: get_CustomerContentEncodeMode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Encode mode of Datamatrix barcode. Default value: EncodeMode.C40 in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::get_CustomerContentEncodeMode method. Encode mode of Datamatrix barcode. Default value: EncodeMode.C40 in C++.' type: docs weight: 2100 url: /cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_customercontentencodemode/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_datamatrixtype/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_datamatrixtype/_index.md index 7dbfe1116..acc510b8f 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_datamatrixtype/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_datamatrixtype/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::get_DataMatrixType method linktitle: get_DataMatrixType second_title: Aspose.BarCode for C++ API Reference -description: ' method. 2D Mailmark Type defines size of Data Matrix barcode in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::get_DataMatrixType method. 2D Mailmark Type defines size of Data Matrix barcode in C++.' type: docs weight: 2300 url: /cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_datamatrixtype/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_destinationpostcodeanddps/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_destinationpostcodeanddps/_index.md index 1b39d038f..fbf66672f 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_destinationpostcodeanddps/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_destinationpostcodeanddps/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::get_DestinationPostCodeAndDPS method linktitle: get_DestinationPostCodeAndDPS second_title: Aspose.BarCode for C++ API Reference -description: ' method. Contains the Postcode of the Delivery Address with DPS If inland the Postcode/DP contains the following number of characters. Area (1 or 2 characters) District(1 or 2 characters) Sector(1 character) Unit(2 characters) DPS (2 characters). The Postcode and DPS must comply with a valid PAF® format in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::get_DestinationPostCodeAndDPS method. Contains the Postcode of the Delivery Address with DPS If inland the Postcode/DP contains the following number of characters. Area (1 or 2 characters) District(1 or 2 characters) Sector(1 character) Unit(2 characters) DPS (2 characters). The Postcode and DPS must comply with a valid PAF® format in C++.' type: docs weight: 1300 url: /cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_destinationpostcodeanddps/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_informationtypeid/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_informationtypeid/_index.md index 12c5199d7..a4a687613 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_informationtypeid/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_informationtypeid/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::get_InformationTypeID method linktitle: get_InformationTypeID second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies the Royal Mail Mailmark barcode payload for each product type in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::get_InformationTypeID method. Identifies the Royal Mail Mailmark barcode payload for each product type in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_informationtypeid/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_itemid/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_itemid/_index.md index ac483bec9..8ef0f8f06 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_itemid/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_itemid/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::get_ItemID method linktitle: get_ItemID second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies the unique item within the Supply Chain ID. Every Mailmark barcode is required to carry an ID so it can be uniquely identified for at least 90 days. Max value: 99999999 in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::get_ItemID method. Identifies the unique item within the Supply Chain ID. Every Mailmark barcode is required to carry an ID so it can be uniquely identified for at least 90 days. Max value: 99999999 in C++.' type: docs weight: 1100 url: /cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_itemid/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_returntosenderpostcode/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_returntosenderpostcode/_index.md index bb1a13d6a..5fab27f13 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_returntosenderpostcode/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_returntosenderpostcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::get_ReturnToSenderPostCode method linktitle: get_ReturnToSenderPostCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Contains the Return to Sender Post Code but no DPS. The PC(without DPS) must comply with a PAF® format in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::get_ReturnToSenderPostCode method. Contains the Return to Sender Post Code but no DPS. The PC(without DPS) must comply with a PAF® format in C++.' type: docs weight: 1700 url: /cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_returntosenderpostcode/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_rtsflag/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_rtsflag/_index.md index a553d8033..17ff659c6 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_rtsflag/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_rtsflag/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::get_RTSFlag method linktitle: get_RTSFlag second_title: Aspose.BarCode for C++ API Reference -description: ' method. Flag which indicates what level of Return to Sender service is being requested in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::get_RTSFlag method. Flag which indicates what level of Return to Sender service is being requested in C++.' type: docs weight: 1500 url: /cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_rtsflag/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_supplychainid/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_supplychainid/_index.md index 5b158a87a..44536f8b5 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_supplychainid/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_supplychainid/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::get_SupplyChainID method linktitle: get_SupplyChainID second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies the unique group of customers involved in the mailing. Max value: 9999999 in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::get_SupplyChainID method. Identifies the unique group of customers involved in the mailing. Max value: 9999999 in C++.' type: docs weight: 900 url: /cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_supplychainid/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_upucountryid/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_upucountryid/_index.md index b0ad376b1..bbd8311ad 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_upucountryid/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_upucountryid/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::get_UPUCountryID method linktitle: get_UPUCountryID second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies the UPU Country ID.Max length: 4 characters in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::get_UPUCountryID method. Identifies the UPU Country ID.Max length: 4 characters in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_upucountryid/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_versionid/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_versionid/_index.md index 643c700bb..e41561ccc 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_versionid/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_versionid/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::get_VersionID method linktitle: get_VersionID second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies the barcode version as relevant to each Information Type ID in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::get_VersionID method. Identifies the barcode version as relevant to each Information Type ID in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/get_versionid/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/getbarcodetype/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/getbarcodetype/_index.md index 42f4079d3..2cc92b2c5 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/getbarcodetype/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/getbarcodetype/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::GetBarcodeType method linktitle: GetBarcodeType second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets barcode type in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::GetBarcodeType method. Gets barcode type in C++.' type: docs weight: 2800 url: /cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/getbarcodetype/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/getconstructedcodetext/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/getconstructedcodetext/_index.md index e90ad5033..95521bc9e 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/getconstructedcodetext/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/getconstructedcodetext/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::GetConstructedCodetext method linktitle: GetConstructedCodetext second_title: Aspose.BarCode for C++ API Reference -description: ' method. Construct codetext from Mailmark data in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::GetConstructedCodetext method. Construct codetext from Mailmark data in C++.' type: docs weight: 2600 url: /cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/getconstructedcodetext/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/initfromstring/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/initfromstring/_index.md index 5d838d795..1f0bfb49c 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/initfromstring/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/initfromstring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::InitFromString method linktitle: InitFromString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Initializes Mailmark data from constructed codetext in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::InitFromString method. Initializes Mailmark data from constructed codetext in C++.' type: docs weight: 2700 url: /cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/initfromstring/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/mailmark2dcodetext/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/mailmark2dcodetext/_index.md index d9a0b1d2a..179c793cc 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/mailmark2dcodetext/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/mailmark2dcodetext/_index.md @@ -1,8 +1,8 @@ --- -title: constructor +title: Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::Mailmark2DCodetext constructor linktitle: Mailmark2DCodetext second_title: Aspose.BarCode for C++ API Reference -description: ' constructor. Constructor. Create default instance of Mailmark2DCodetext class in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::Mailmark2DCodetext constructor. Constructor. Create default instance of Mailmark2DCodetext class in C++.' type: docs weight: 2500 url: /cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/mailmark2dcodetext/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_class/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_class/_index.md index 0397bb8ed..daac0713a 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_class/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_class/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::set_Class method linktitle: set_Class second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies the class of the item in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::set_Class method. Identifies the class of the item in C++.' type: docs weight: 800 url: /cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_class/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_customercontent/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_customercontent/_index.md index ccb454852..62825510f 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_customercontent/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_customercontent/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::set_CustomerContent method linktitle: set_CustomerContent second_title: Aspose.BarCode for C++ API Reference -description: ' method. Optional space for use by customer in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::set_CustomerContent method. Optional space for use by customer in C++.' type: docs weight: 2000 url: /cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_customercontent/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_customercontentencodemode/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_customercontentencodemode/_index.md index 887eccee6..749fa703f 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_customercontentencodemode/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_customercontentencodemode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::set_CustomerContentEncodeMode method linktitle: set_CustomerContentEncodeMode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Encode mode of Datamatrix barcode. Default value: EncodeMode.C40 in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::set_CustomerContentEncodeMode method. Encode mode of Datamatrix barcode. Default value: EncodeMode.C40 in C++.' type: docs weight: 2200 url: /cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_customercontentencodemode/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_datamatrixtype/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_datamatrixtype/_index.md index e76ade9af..10d9f800f 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_datamatrixtype/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_datamatrixtype/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::set_DataMatrixType method linktitle: set_DataMatrixType second_title: Aspose.BarCode for C++ API Reference -description: ' method. 2D Mailmark Type defines size of Data Matrix barcode in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::set_DataMatrixType method. 2D Mailmark Type defines size of Data Matrix barcode in C++.' type: docs weight: 2400 url: /cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_datamatrixtype/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_destinationpostcodeanddps/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_destinationpostcodeanddps/_index.md index 016542690..0e16decc8 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_destinationpostcodeanddps/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_destinationpostcodeanddps/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::set_DestinationPostCodeAndDPS method linktitle: set_DestinationPostCodeAndDPS second_title: Aspose.BarCode for C++ API Reference -description: ' method. Contains the Postcode of the Delivery Address with DPS If inland the Postcode/DP contains the following number of characters. Area (1 or 2 characters) District(1 or 2 characters) Sector(1 character) Unit(2 characters) DPS (2 characters). The Postcode and DPS must comply with a valid PAF® format in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::set_DestinationPostCodeAndDPS method. Contains the Postcode of the Delivery Address with DPS If inland the Postcode/DP contains the following number of characters. Area (1 or 2 characters) District(1 or 2 characters) Sector(1 character) Unit(2 characters) DPS (2 characters). The Postcode and DPS must comply with a valid PAF® format in C++.' type: docs weight: 1400 url: /cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_destinationpostcodeanddps/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_informationtypeid/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_informationtypeid/_index.md index 89922015a..d0db8753c 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_informationtypeid/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_informationtypeid/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::set_InformationTypeID method linktitle: set_InformationTypeID second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies the Royal Mail Mailmark barcode payload for each product type in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::set_InformationTypeID method. Identifies the Royal Mail Mailmark barcode payload for each product type in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_informationtypeid/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_itemid/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_itemid/_index.md index c1ae86c59..0197e1b86 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_itemid/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_itemid/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::set_ItemID method linktitle: set_ItemID second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies the unique item within the Supply Chain ID. Every Mailmark barcode is required to carry an ID so it can be uniquely identified for at least 90 days. Max value: 99999999 in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::set_ItemID method. Identifies the unique item within the Supply Chain ID. Every Mailmark barcode is required to carry an ID so it can be uniquely identified for at least 90 days. Max value: 99999999 in C++.' type: docs weight: 1200 url: /cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_itemid/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_returntosenderpostcode/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_returntosenderpostcode/_index.md index e945b00b8..097c28aee 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_returntosenderpostcode/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_returntosenderpostcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::set_ReturnToSenderPostCode method linktitle: set_ReturnToSenderPostCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Contains the Return to Sender Post Code but no DPS. The PC(without DPS) must comply with a PAF® format in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::set_ReturnToSenderPostCode method. Contains the Return to Sender Post Code but no DPS. The PC(without DPS) must comply with a PAF® format in C++.' type: docs weight: 1800 url: /cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_returntosenderpostcode/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_rtsflag/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_rtsflag/_index.md index 24cc1687c..166f07153 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_rtsflag/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_rtsflag/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::set_RTSFlag method linktitle: set_RTSFlag second_title: Aspose.BarCode for C++ API Reference -description: ' method. Flag which indicates what level of Return to Sender service is being requested in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::set_RTSFlag method. Flag which indicates what level of Return to Sender service is being requested in C++.' type: docs weight: 1600 url: /cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_rtsflag/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_supplychainid/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_supplychainid/_index.md index ec6790e16..9f9bba4ab 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_supplychainid/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_supplychainid/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::set_SupplyChainID method linktitle: set_SupplyChainID second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies the unique group of customers involved in the mailing. Max value: 9999999 in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::set_SupplyChainID method. Identifies the unique group of customers involved in the mailing. Max value: 9999999 in C++.' type: docs weight: 1000 url: /cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_supplychainid/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_upucountryid/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_upucountryid/_index.md index 34fe3a5a6..793f4ed43 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_upucountryid/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_upucountryid/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::set_UPUCountryID method linktitle: set_UPUCountryID second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies the UPU Country ID.Max length: 4 characters in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::set_UPUCountryID method. Identifies the UPU Country ID.Max length: 4 characters in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_upucountryid/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_versionid/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_versionid/_index.md index f57113505..0fc53a832 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_versionid/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_versionid/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::set_VersionID method linktitle: set_VersionID second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies the barcode version as relevant to each Information Type ID in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Mailmark2DCodetext::set_VersionID method. Identifies the barcode version as relevant to each Information Type ID in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.complexbarcode/mailmark2dcodetext/set_versionid/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmark2dtype/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmark2dtype/_index.md index ae8680e43..1a5730b18 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmark2dtype/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmark2dtype/_index.md @@ -1,10 +1,10 @@ --- -title: enum +title: Aspose::BarCode::ComplexBarcode::Mailmark2DType enum linktitle: Mailmark2DType second_title: Aspose.BarCode for C++ API Reference -description: ' enum. 2D Mailmark Type defines size of Data Matrix barcode in C++.' +description: 'Aspose::BarCode::ComplexBarcode::Mailmark2DType enum. 2D Mailmark Type defines size of Data Matrix barcode in C++.' type: docs -weight: 3200 +weight: 3100 url: /cpp/aspose.barcode.complexbarcode/mailmark2dtype/ --- ## Mailmark2DType enum diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/get_class/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/get_class/_index.md index 98ffc41ed..630c529db 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/get_class/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/get_class/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MailmarkCodetext::get_Class method linktitle: get_Class second_title: Aspose.BarCode for C++ API Reference -description: ' method. "0" - Null or Test "1" - 1C (Retail) "2" - 2C (Retail) "3" - 3C (Retail) "4" - Premium (RetailPublishing Mail) (for potential future use) "5" - Deferred (Retail) "6" - Air (Retail) (for potential future use) "7" - Surface (Retail) (for potential future use) "8" - Premium (Network Access) "9" - Standard (Network Access) in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MailmarkCodetext::get_Class method. "0" - Null or Test "1" - 1C (Retail) "2" - 2C (Retail) "3" - 3C (Retail) "4" - Premium (RetailPublishing Mail) (for potential future use) "5" - Deferred (Retail) "6" - Air (Retail) (for potential future use) "7" - Surface (Retail) (for potential future use) "8" - Premium (Network Access) "9" - Standard (Network Access) in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.complexbarcode/mailmarkcodetext/get_class/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/get_destinationpostcodeplusdps/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/get_destinationpostcodeplusdps/_index.md index d96905d14..43dab8097 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/get_destinationpostcodeplusdps/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/get_destinationpostcodeplusdps/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MailmarkCodetext::get_DestinationPostCodePlusDPS method linktitle: get_DestinationPostCodePlusDPS second_title: Aspose.BarCode for C++ API Reference -description: ' method. The PC and DP must comply with a PAF format. Nine character string denoting international "XY11 " (note the 5 trailing spaces) or a pattern of characters denoting a domestic sorting code. A domestic sorting code consists of an outward postcode, an inward postcode, and a Delivery Point Suffix in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MailmarkCodetext::get_DestinationPostCodePlusDPS method. The PC and DP must comply with a PAF format. Nine character string denoting international "XY11 " (note the 5 trailing spaces) or a pattern of characters denoting a domestic sorting code. A domestic sorting code consists of an outward postcode, an inward postcode, and a Delivery Point Suffix in C++.' type: docs weight: 1100 url: /cpp/aspose.barcode.complexbarcode/mailmarkcodetext/get_destinationpostcodeplusdps/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/get_format/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/get_format/_index.md index 1932546f4..7f024e99f 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/get_format/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/get_format/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MailmarkCodetext::get_Format method linktitle: get_Format second_title: Aspose.BarCode for C++ API Reference -description: ' method. "0" – Null or Test "1" – Letter "2" – Large Letter in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MailmarkCodetext::get_Format method. "0" – Null or Test "1" – Letter "2" – Large Letter in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.complexbarcode/mailmarkcodetext/get_format/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/get_itemid/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/get_itemid/_index.md index 620ce33b8..017219013 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/get_itemid/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/get_itemid/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MailmarkCodetext::get_ItemID method linktitle: get_ItemID second_title: Aspose.BarCode for C++ API Reference -description: ' method. Maximum value is 99999999 in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MailmarkCodetext::get_ItemID method. Maximum value is 99999999 in C++.' type: docs weight: 900 url: /cpp/aspose.barcode.complexbarcode/mailmarkcodetext/get_itemid/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/get_supplychainid/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/get_supplychainid/_index.md index f4f31384b..a70c7d3aa 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/get_supplychainid/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/get_supplychainid/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MailmarkCodetext::get_SupplychainID method linktitle: get_SupplychainID second_title: Aspose.BarCode for C++ API Reference -description: ' method. Maximum values are 99 for Barcode C and 999999 for Barcode L in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MailmarkCodetext::get_SupplychainID method. Maximum values are 99 for Barcode C and 999999 for Barcode L in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.complexbarcode/mailmarkcodetext/get_supplychainid/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/get_versionid/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/get_versionid/_index.md index cc2875264..ada1b2046 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/get_versionid/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/get_versionid/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MailmarkCodetext::get_VersionID method linktitle: get_VersionID second_title: Aspose.BarCode for C++ API Reference -description: ' method. Currently "1" – For Mailmark barcode (0 and 2 to 9 and A to Z spare for future use) in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MailmarkCodetext::get_VersionID method. Currently "1" – For Mailmark barcode (0 and 2 to 9 and A to Z spare for future use) in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.complexbarcode/mailmarkcodetext/get_versionid/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/getbarcodetype/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/getbarcodetype/_index.md index 24bd9bc6d..b4fd068e7 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/getbarcodetype/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/getbarcodetype/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MailmarkCodetext::GetBarcodeType method linktitle: GetBarcodeType second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets barcode type in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MailmarkCodetext::GetBarcodeType method. Gets barcode type in C++.' type: docs weight: 1600 url: /cpp/aspose.barcode.complexbarcode/mailmarkcodetext/getbarcodetype/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/getconstructedcodetext/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/getconstructedcodetext/_index.md index 69266fc30..fcebe4219 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/getconstructedcodetext/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/getconstructedcodetext/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MailmarkCodetext::GetConstructedCodetext method linktitle: GetConstructedCodetext second_title: Aspose.BarCode for C++ API Reference -description: ' method. Construct codetext from Mailmark data in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MailmarkCodetext::GetConstructedCodetext method. Construct codetext from Mailmark data in C++.' type: docs weight: 1400 url: /cpp/aspose.barcode.complexbarcode/mailmarkcodetext/getconstructedcodetext/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/initfromstring/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/initfromstring/_index.md index 8e3da7b64..398ffe74c 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/initfromstring/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/initfromstring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MailmarkCodetext::InitFromString method linktitle: InitFromString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Initializes Mailmark data from constructed codetext in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MailmarkCodetext::InitFromString method. Initializes Mailmark data from constructed codetext in C++.' type: docs weight: 1500 url: /cpp/aspose.barcode.complexbarcode/mailmarkcodetext/initfromstring/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/mailmarkcodetext/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/mailmarkcodetext/_index.md index 6c0bd84bd..e0844832d 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/mailmarkcodetext/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/mailmarkcodetext/_index.md @@ -1,8 +1,8 @@ --- -title: constructor +title: Aspose::BarCode::ComplexBarcode::MailmarkCodetext::MailmarkCodetext constructor linktitle: MailmarkCodetext second_title: Aspose.BarCode for C++ API Reference -description: ' constructor. Initializes a new instance of the MailmarkCodetext class in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MailmarkCodetext::MailmarkCodetext constructor. Initializes a new instance of the MailmarkCodetext class in C++.' type: docs weight: 1300 url: /cpp/aspose.barcode.complexbarcode/mailmarkcodetext/mailmarkcodetext/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/set_class/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/set_class/_index.md index d842d3877..0f7fe8ec3 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/set_class/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/set_class/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MailmarkCodetext::set_Class method linktitle: set_Class second_title: Aspose.BarCode for C++ API Reference -description: ' method. "0" - Null or Test "1" - 1C (Retail) "2" - 2C (Retail) "3" - 3C (Retail) "4" - Premium (RetailPublishing Mail) (for potential future use) "5" - Deferred (Retail) "6" - Air (Retail) (for potential future use) "7" - Surface (Retail) (for potential future use) "8" - Premium (Network Access) "9" - Standard (Network Access) in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MailmarkCodetext::set_Class method. "0" - Null or Test "1" - 1C (Retail) "2" - 2C (Retail) "3" - 3C (Retail) "4" - Premium (RetailPublishing Mail) (for potential future use) "5" - Deferred (Retail) "6" - Air (Retail) (for potential future use) "7" - Surface (Retail) (for potential future use) "8" - Premium (Network Access) "9" - Standard (Network Access) in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.complexbarcode/mailmarkcodetext/set_class/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/set_destinationpostcodeplusdps/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/set_destinationpostcodeplusdps/_index.md index 51ba5e6a6..37ca54684 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/set_destinationpostcodeplusdps/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/set_destinationpostcodeplusdps/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MailmarkCodetext::set_DestinationPostCodePlusDPS method linktitle: set_DestinationPostCodePlusDPS second_title: Aspose.BarCode for C++ API Reference -description: ' method. The PC and DP must comply with a PAF format. Nine character string denoting international "XY11 " (note the 5 trailing spaces) or a pattern of characters denoting a domestic sorting code. A domestic sorting code consists of an outward postcode, an inward postcode, and a Delivery Point Suffix in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MailmarkCodetext::set_DestinationPostCodePlusDPS method. The PC and DP must comply with a PAF format. Nine character string denoting international "XY11 " (note the 5 trailing spaces) or a pattern of characters denoting a domestic sorting code. A domestic sorting code consists of an outward postcode, an inward postcode, and a Delivery Point Suffix in C++.' type: docs weight: 1200 url: /cpp/aspose.barcode.complexbarcode/mailmarkcodetext/set_destinationpostcodeplusdps/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/set_format/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/set_format/_index.md index b7a3051a4..58043b3fb 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/set_format/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/set_format/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MailmarkCodetext::set_Format method linktitle: set_Format second_title: Aspose.BarCode for C++ API Reference -description: ' method. "0" – Null or Test "1" – Letter "2" – Large Letter in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MailmarkCodetext::set_Format method. "0" – Null or Test "1" – Letter "2" – Large Letter in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.complexbarcode/mailmarkcodetext/set_format/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/set_itemid/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/set_itemid/_index.md index fd8abcda5..38af1da9c 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/set_itemid/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/set_itemid/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MailmarkCodetext::set_ItemID method linktitle: set_ItemID second_title: Aspose.BarCode for C++ API Reference -description: ' method. Maximum value is 99999999 in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MailmarkCodetext::set_ItemID method. Maximum value is 99999999 in C++.' type: docs weight: 1000 url: /cpp/aspose.barcode.complexbarcode/mailmarkcodetext/set_itemid/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/set_supplychainid/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/set_supplychainid/_index.md index 699c0a464..b43ae9380 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/set_supplychainid/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/set_supplychainid/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MailmarkCodetext::set_SupplychainID method linktitle: set_SupplychainID second_title: Aspose.BarCode for C++ API Reference -description: ' method. Maximum values are 99 for Barcode C and 999999 for Barcode L in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MailmarkCodetext::set_SupplychainID method. Maximum values are 99 for Barcode C and 999999 for Barcode L in C++.' type: docs weight: 800 url: /cpp/aspose.barcode.complexbarcode/mailmarkcodetext/set_supplychainid/ diff --git a/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/set_versionid/_index.md b/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/set_versionid/_index.md index 8c5117ffe..c751c6f19 100644 --- a/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/set_versionid/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/mailmarkcodetext/set_versionid/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MailmarkCodetext::set_VersionID method linktitle: set_VersionID second_title: Aspose.BarCode for C++ API Reference -description: ' method. Currently "1" – For Mailmark barcode (0 and 2 to 9 and A to Z spare for future use) in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MailmarkCodetext::set_VersionID method. Currently "1" – For Mailmark barcode (0 and 2 to 9 and A to Z spare for future use) in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.complexbarcode/mailmarkcodetext/set_versionid/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/_index.md index 0810268fc..8cde2e1b7 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/_index.md @@ -22,7 +22,6 @@ class MaxiCodeCodetext : public Aspose::BarCode::ComplexBarcode::IComplexCodetex | --- | --- | | [get_ECIEncoding](./get_eciencoding/)() | Gets ECI encoding. Used when MaxiCodeEncodeMode is Auto. Default value: ISO-8859-1 | | [get_EncodeMode](./get_encodemode/)() const | Gets a MaxiCode encode mode. Default value: Auto. | -| [get_MaxiCodeEncodeMode](./get_maxicodeencodemode/)() | Gets a MaxiCode encode mode. Default value: Auto. | | [GetBarcodeType](./getbarcodetype/)() override | Gets barcode type. | | virtual [GetConstructedCodetext](./getconstructedcodetext/)() | Constructs codetext | | virtual [GetMode](./getmode/)() const | Gets MaxiCode mode. | @@ -30,7 +29,6 @@ class MaxiCodeCodetext : public Aspose::BarCode::ComplexBarcode::IComplexCodetex | [MaxiCodeCodetext](./maxicodecodetext/)() | | | [set_ECIEncoding](./set_eciencoding/)(Aspose::BarCode::Generation::ECIEncodings) | Sets ECI encoding. Used when MaxiCodeEncodeMode is Auto. Default value: ISO-8859-1 | | [set_EncodeMode](./set_encodemode/)(Aspose::BarCode::Generation::MaxiCodeEncodeMode) | Sets a MaxiCode encode mode. Default value: Auto. | -| [set_MaxiCodeEncodeMode](./set_maxicodeencodemode/)(Aspose::BarCode::Generation::MaxiCodeEncodeMode) | Sets a MaxiCode encode mode. Default value: Auto. | ## Remarks diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/get_eciencoding/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/get_eciencoding/_index.md index ce74f4eb6..cfbeb749d 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/get_eciencoding/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/get_eciencoding/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeCodetext::get_ECIEncoding method linktitle: get_ECIEncoding second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets ECI encoding. Used when MaxiCodeEncodeMode is Auto. Default value: ISO-8859-1 in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeCodetext::get_ECIEncoding method. Gets ECI encoding. Used when MaxiCodeEncodeMode is Auto. Default value: ISO-8859-1 in C++.' type: docs -weight: 500 +weight: 300 url: /cpp/aspose.barcode.complexbarcode/maxicodecodetext/get_eciencoding/ --- ## MaxiCodeCodetext::get_ECIEncoding method diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/get_encodemode/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/get_encodemode/_index.md index 7e05ca823..26eb99a13 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/get_encodemode/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/get_encodemode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeCodetext::get_EncodeMode method linktitle: get_EncodeMode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a MaxiCode encode mode. Default value: Auto in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeCodetext::get_EncodeMode method. Gets a MaxiCode encode mode. Default value: Auto in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.complexbarcode/maxicodecodetext/get_encodemode/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/get_maxicodeencodemode/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/get_maxicodeencodemode/_index.md deleted file mode 100644 index 36f018284..000000000 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/get_maxicodeencodemode/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: get_MaxiCodeEncodeMode -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a MaxiCode encode mode. Default value: Auto in C++.' -type: docs -weight: 300 -url: /cpp/aspose.barcode.complexbarcode/maxicodecodetext/get_maxicodeencodemode/ ---- -## MaxiCodeCodetext::get_MaxiCodeEncodeMode method - - -Gets a MaxiCode encode mode. Default value: Auto. - -```cpp -Aspose::BarCode::Generation::MaxiCodeEncodeMode Aspose::BarCode::ComplexBarcode::MaxiCodeCodetext::get_MaxiCodeEncodeMode() -``` - - -## See Also - -* Enum [MaxiCodeEncodeMode](../../../aspose.barcode.generation/maxicodeencodemode/) -* Class [MaxiCodeCodetext](../) -* Namespace [Aspose::BarCode::ComplexBarcode](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/getbarcodetype/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/getbarcodetype/_index.md index 41d89e64f..4e7e65b61 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/getbarcodetype/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/getbarcodetype/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeCodetext::GetBarcodeType method linktitle: GetBarcodeType second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets barcode type in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeCodetext::GetBarcodeType method. Gets barcode type in C++.' type: docs -weight: 1000 +weight: 800 url: /cpp/aspose.barcode.complexbarcode/maxicodecodetext/getbarcodetype/ --- ## MaxiCodeCodetext::GetBarcodeType method diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/getconstructedcodetext/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/getconstructedcodetext/_index.md index 0a460b3f2..ae511e895 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/getconstructedcodetext/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/getconstructedcodetext/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeCodetext::GetConstructedCodetext method linktitle: GetConstructedCodetext second_title: Aspose.BarCode for C++ API Reference -description: ' method. Constructs codetext in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeCodetext::GetConstructedCodetext method. Constructs codetext in C++.' type: docs -weight: 800 +weight: 600 url: /cpp/aspose.barcode.complexbarcode/maxicodecodetext/getconstructedcodetext/ --- ## MaxiCodeCodetext::GetConstructedCodetext method diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/getmode/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/getmode/_index.md index 43d1bffe7..58b9eec0a 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/getmode/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/getmode/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeCodetext::GetMode method linktitle: GetMode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets MaxiCode mode in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeCodetext::GetMode method. Gets MaxiCode mode in C++.' type: docs -weight: 700 +weight: 500 url: /cpp/aspose.barcode.complexbarcode/maxicodecodetext/getmode/ --- ## MaxiCodeCodetext::GetMode method diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/initfromstring/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/initfromstring/_index.md index c70a078e7..e9ae6909b 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/initfromstring/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/initfromstring/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeCodetext::InitFromString method linktitle: InitFromString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Initializes instance from constructed codetext in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeCodetext::InitFromString method. Initializes instance from constructed codetext in C++.' type: docs -weight: 900 +weight: 700 url: /cpp/aspose.barcode.complexbarcode/maxicodecodetext/initfromstring/ --- ## MaxiCodeCodetext::InitFromString method diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/maxicodecodetext/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/maxicodecodetext/_index.md index a939c18d1..62afe6273 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/maxicodecodetext/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/maxicodecodetext/_index.md @@ -1,10 +1,10 @@ --- -title: constructor +title: Aspose::BarCode::ComplexBarcode::MaxiCodeCodetext::MaxiCodeCodetext constructor linktitle: MaxiCodeCodetext second_title: Aspose.BarCode for C++ API Reference description: 'How to use MaxiCodeCodetext constructor of Aspose::BarCode::ComplexBarcode::MaxiCodeCodetext class in C++.' type: docs -weight: 1100 +weight: 900 url: /cpp/aspose.barcode.complexbarcode/maxicodecodetext/maxicodecodetext/ --- ## MaxiCodeCodetext::MaxiCodeCodetext constructor diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/set_eciencoding/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/set_eciencoding/_index.md index 6f38a1190..f72762102 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/set_eciencoding/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/set_eciencoding/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeCodetext::set_ECIEncoding method linktitle: set_ECIEncoding second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets ECI encoding. Used when MaxiCodeEncodeMode is Auto. Default value: ISO-8859-1 in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeCodetext::set_ECIEncoding method. Sets ECI encoding. Used when MaxiCodeEncodeMode is Auto. Default value: ISO-8859-1 in C++.' type: docs -weight: 600 +weight: 400 url: /cpp/aspose.barcode.complexbarcode/maxicodecodetext/set_eciencoding/ --- ## MaxiCodeCodetext::set_ECIEncoding method diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/set_encodemode/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/set_encodemode/_index.md index 4b2994ec6..040e29d10 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/set_encodemode/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/set_encodemode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeCodetext::set_EncodeMode method linktitle: set_EncodeMode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets a MaxiCode encode mode. Default value: Auto in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeCodetext::set_EncodeMode method. Sets a MaxiCode encode mode. Default value: Auto in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.complexbarcode/maxicodecodetext/set_encodemode/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/set_maxicodeencodemode/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/set_maxicodeencodemode/_index.md deleted file mode 100644 index ea4be1d5e..000000000 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodecodetext/set_maxicodeencodemode/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: set_MaxiCodeEncodeMode -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets a MaxiCode encode mode. Default value: Auto in C++.' -type: docs -weight: 400 -url: /cpp/aspose.barcode.complexbarcode/maxicodecodetext/set_maxicodeencodemode/ ---- -## MaxiCodeCodetext::set_MaxiCodeEncodeMode method - - -Sets a MaxiCode encode mode. Default value: Auto. - -```cpp -void Aspose::BarCode::ComplexBarcode::MaxiCodeCodetext::set_MaxiCodeEncodeMode(Aspose::BarCode::Generation::MaxiCodeEncodeMode value) -``` - - -## See Also - -* Enum [MaxiCodeEncodeMode](../../../aspose.barcode.generation/maxicodeencodemode/) -* Class [MaxiCodeCodetext](../) -* Namespace [Aspose::BarCode::ComplexBarcode](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodecodetextmode2/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodecodetextmode2/_index.md index 3c143a9de..bfc7d17f4 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodecodetextmode2/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodecodetextmode2/_index.md @@ -24,7 +24,6 @@ class MaxiCodeCodetextMode2 : public Aspose::BarCode::ComplexBarcode::MaxiCodeSt | [get_CountryCode](../maxicodestructuredcodetext/get_countrycode/)() | Identifies 3 digit country code. | | [get_ECIEncoding](../maxicodecodetext/get_eciencoding/)() | Gets ECI encoding. Used when MaxiCodeEncodeMode is Auto. Default value: ISO-8859-1 | | [get_EncodeMode](../maxicodecodetext/get_encodemode/)() const | Gets a MaxiCode encode mode. Default value: Auto. | -| [get_MaxiCodeEncodeMode](../maxicodecodetext/get_maxicodeencodemode/)() | Gets a MaxiCode encode mode. Default value: Auto. | | [get_PostalCode](../maxicodestructuredcodetext/get_postalcode/)() | Identifies the postal code. Must be 9 digits in mode 2 or 6 alphanumeric symbols in mode 3. | | [get_SecondMessage](../maxicodestructuredcodetext/get_secondmessage/)() const | Identifies second message of the barcode. | | [get_ServiceCategory](../maxicodestructuredcodetext/get_servicecategory/)() | Identifies 3 digit service category. | @@ -39,7 +38,6 @@ class MaxiCodeCodetextMode2 : public Aspose::BarCode::ComplexBarcode::MaxiCodeSt | [set_CountryCode](../maxicodestructuredcodetext/set_countrycode/)(int32_t) | Identifies 3 digit country code. | | [set_ECIEncoding](../maxicodecodetext/set_eciencoding/)(Aspose::BarCode::Generation::ECIEncodings) | Sets ECI encoding. Used when MaxiCodeEncodeMode is Auto. Default value: ISO-8859-1 | | [set_EncodeMode](../maxicodecodetext/set_encodemode/)(Aspose::BarCode::Generation::MaxiCodeEncodeMode) | Sets a MaxiCode encode mode. Default value: Auto. | -| [set_MaxiCodeEncodeMode](../maxicodecodetext/set_maxicodeencodemode/)(Aspose::BarCode::Generation::MaxiCodeEncodeMode) | Sets a MaxiCode encode mode. Default value: Auto. | | [set_PostalCode](../maxicodestructuredcodetext/set_postalcode/)(System::String) | Identifies the postal code. Must be 9 digits in mode 2 or 6 alphanumeric symbols in mode 3. | | [set_SecondMessage](../maxicodestructuredcodetext/set_secondmessage/)(System::SharedPtr\) | Identifies second message of the barcode. | | [set_ServiceCategory](../maxicodestructuredcodetext/set_servicecategory/)(int32_t) | Identifies 3 digit service category. | diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodecodetextmode2/getmode/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodecodetextmode2/getmode/_index.md index 612b72400..b4256ed89 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodecodetextmode2/getmode/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodecodetextmode2/getmode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeCodetextMode2::GetMode method linktitle: GetMode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets MaxiCode mode in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeCodetextMode2::GetMode method. Gets MaxiCode mode in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.complexbarcode/maxicodecodetextmode2/getmode/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodecodetextmode2/maxicodecodetextmode2/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodecodetextmode2/maxicodecodetextmode2/_index.md index 501b89756..a15953968 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodecodetextmode2/maxicodecodetextmode2/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodecodetextmode2/maxicodecodetextmode2/_index.md @@ -1,5 +1,5 @@ --- -title: constructor +title: Aspose::BarCode::ComplexBarcode::MaxiCodeCodetextMode2::MaxiCodeCodetextMode2 constructor linktitle: MaxiCodeCodetextMode2 second_title: Aspose.BarCode for C++ API Reference description: 'How to use MaxiCodeCodetextMode2 constructor of Aspose::BarCode::ComplexBarcode::MaxiCodeCodetextMode2 class in C++.' diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodecodetextmode3/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodecodetextmode3/_index.md index eb5ce4a5a..0282f8340 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodecodetextmode3/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodecodetextmode3/_index.md @@ -24,7 +24,6 @@ class MaxiCodeCodetextMode3 : public Aspose::BarCode::ComplexBarcode::MaxiCodeSt | [get_CountryCode](../maxicodestructuredcodetext/get_countrycode/)() | Identifies 3 digit country code. | | [get_ECIEncoding](../maxicodecodetext/get_eciencoding/)() | Gets ECI encoding. Used when MaxiCodeEncodeMode is Auto. Default value: ISO-8859-1 | | [get_EncodeMode](../maxicodecodetext/get_encodemode/)() const | Gets a MaxiCode encode mode. Default value: Auto. | -| [get_MaxiCodeEncodeMode](../maxicodecodetext/get_maxicodeencodemode/)() | Gets a MaxiCode encode mode. Default value: Auto. | | [get_PostalCode](../maxicodestructuredcodetext/get_postalcode/)() | Identifies the postal code. Must be 9 digits in mode 2 or 6 alphanumeric symbols in mode 3. | | [get_SecondMessage](../maxicodestructuredcodetext/get_secondmessage/)() const | Identifies second message of the barcode. | | [get_ServiceCategory](../maxicodestructuredcodetext/get_servicecategory/)() | Identifies 3 digit service category. | @@ -39,7 +38,6 @@ class MaxiCodeCodetextMode3 : public Aspose::BarCode::ComplexBarcode::MaxiCodeSt | [set_CountryCode](../maxicodestructuredcodetext/set_countrycode/)(int32_t) | Identifies 3 digit country code. | | [set_ECIEncoding](../maxicodecodetext/set_eciencoding/)(Aspose::BarCode::Generation::ECIEncodings) | Sets ECI encoding. Used when MaxiCodeEncodeMode is Auto. Default value: ISO-8859-1 | | [set_EncodeMode](../maxicodecodetext/set_encodemode/)(Aspose::BarCode::Generation::MaxiCodeEncodeMode) | Sets a MaxiCode encode mode. Default value: Auto. | -| [set_MaxiCodeEncodeMode](../maxicodecodetext/set_maxicodeencodemode/)(Aspose::BarCode::Generation::MaxiCodeEncodeMode) | Sets a MaxiCode encode mode. Default value: Auto. | | [set_PostalCode](../maxicodestructuredcodetext/set_postalcode/)(System::String) | Identifies the postal code. Must be 9 digits in mode 2 or 6 alphanumeric symbols in mode 3. | | [set_SecondMessage](../maxicodestructuredcodetext/set_secondmessage/)(System::SharedPtr\) | Identifies second message of the barcode. | | [set_ServiceCategory](../maxicodestructuredcodetext/set_servicecategory/)(int32_t) | Identifies 3 digit service category. | diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodecodetextmode3/getmode/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodecodetextmode3/getmode/_index.md index 99779f355..a02d7eb77 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodecodetextmode3/getmode/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodecodetextmode3/getmode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeCodetextMode3::GetMode method linktitle: GetMode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets MaxiCode mode in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeCodetextMode3::GetMode method. Gets MaxiCode mode in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.complexbarcode/maxicodecodetextmode3/getmode/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodecodetextmode3/maxicodecodetextmode3/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodecodetextmode3/maxicodecodetextmode3/_index.md index dee59133b..cedc4cb20 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodecodetextmode3/maxicodecodetextmode3/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodecodetextmode3/maxicodecodetextmode3/_index.md @@ -1,5 +1,5 @@ --- -title: constructor +title: Aspose::BarCode::ComplexBarcode::MaxiCodeCodetextMode3::MaxiCodeCodetextMode3 constructor linktitle: MaxiCodeCodetextMode3 second_title: Aspose.BarCode for C++ API Reference description: 'How to use MaxiCodeCodetextMode3 constructor of Aspose::BarCode::ComplexBarcode::MaxiCodeCodetextMode3 class in C++.' diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodesecondmessage/getmessage/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodesecondmessage/getmessage/_index.md index 3621456ca..9cd5768df 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodesecondmessage/getmessage/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodesecondmessage/getmessage/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeSecondMessage::GetMessage method linktitle: GetMessage second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets constructed second message in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeSecondMessage::GetMessage method. Gets constructed second message in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.complexbarcode/maxicodesecondmessage/getmessage/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/_index.md index 9f16c74fd..2fa8af2fb 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/_index.md @@ -23,7 +23,6 @@ class MaxiCodeStandardCodetext : public Aspose::BarCode::ComplexBarcode::MaxiCod | [Equals](./equals/)(System::SharedPtr\) override | Returns a value indicating whether this instance is equal to a specified [MaxiCodeStandardCodetext](./) value. | | [get_ECIEncoding](../maxicodecodetext/get_eciencoding/)() | Gets ECI encoding. Used when MaxiCodeEncodeMode is Auto. Default value: ISO-8859-1 | | [get_EncodeMode](../maxicodecodetext/get_encodemode/)() const | Gets a MaxiCode encode mode. Default value: Auto. | -| [get_MaxiCodeEncodeMode](../maxicodecodetext/get_maxicodeencodemode/)() | Gets a MaxiCode encode mode. Default value: Auto. | | [get_Message](./get_message/)() const | Gets message. | | [get_Mode](./get_mode/)() | Gets MaxiCode mode. Standard codetext can be used only with modes 4, 5 and 6. | | [GetBarcodeType](../maxicodecodetext/getbarcodetype/)() override | Gets barcode type. | @@ -35,13 +34,13 @@ class MaxiCodeStandardCodetext : public Aspose::BarCode::ComplexBarcode::MaxiCod | [MaxiCodeStandardCodetext](./maxicodestandardcodetext/)() | | | [set_ECIEncoding](../maxicodecodetext/set_eciencoding/)(Aspose::BarCode::Generation::ECIEncodings) | Sets ECI encoding. Used when MaxiCodeEncodeMode is Auto. Default value: ISO-8859-1 | | [set_EncodeMode](../maxicodecodetext/set_encodemode/)(Aspose::BarCode::Generation::MaxiCodeEncodeMode) | Sets a MaxiCode encode mode. Default value: Auto. | -| [set_MaxiCodeEncodeMode](../maxicodecodetext/set_maxicodeencodemode/)(Aspose::BarCode::Generation::MaxiCodeEncodeMode) | Sets a MaxiCode encode mode. Default value: Auto. | | [set_Message](./set_message/)(System::String) | Sets message. | | [set_Mode](./set_mode/)(Aspose::BarCode::Generation::MaxiCodeMode) | Sets MaxiCode mode. Standard codetext can be used only with modes 4, 5 and 6. | ## Remarks //Mode 4 [MaxiCodeStandardCodetext](./) maxiCodeCodetext = new [MaxiCodeStandardCodetext()](./maxicodestandardcodetext/); maxiCodeCodetext.Mode = MaxiCodeMode.Mode4; maxiCodeCodetext.Message = "Test message"; using ([ComplexBarcodeGenerator](../complexbarcodegenerator/) complexGenerator = new [ComplexBarcodeGenerator](../complexbarcodegenerator/)(maxiCodeCodetext.GetConstructedCodetext()) { complexGenerator.GenerateBarCodeImage(); } //Mode 5 [MaxiCodeStandardCodetext](./) maxiCodeCodetext = new [MaxiCodeStandardCodetext()](./maxicodestandardcodetext/); maxiCodeCodetext.Mode = MaxiCodeMode.Mode5; maxiCodeCodetext.Message = "Test message"; using ([ComplexBarcodeGenerator](../complexbarcodegenerator/) complexGenerator = new [ComplexBarcodeGenerator](../complexbarcodegenerator/)(maxiCodeCodetext.GetConstructedCodetext()) { complexGenerator.GenerateBarCodeImage(); } //Mode 6 [MaxiCodeStandardCodetext](./) maxiCodeCodetext = new [MaxiCodeStandardCodetext()](./maxicodestandardcodetext/); maxiCodeCodetext.Mode = MaxiCodeMode.Mode6; maxiCodeCodetext.Message = "Test message"; using ([ComplexBarcodeGenerator](../complexbarcodegenerator/) complexGenerator = new [ComplexBarcodeGenerator](../complexbarcodegenerator/)(maxiCodeCodetext.GetConstructedCodetext()) { complexGenerator.GenerateBarCodeImage(); } + ## See Also * Class [MaxiCodeCodetext](../maxicodecodetext/) diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/equals/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/equals/_index.md index 907013665..39c322d32 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/equals/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/equals/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeStandardCodetext::Equals method linktitle: Equals second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a value indicating whether this instance is equal to a specified MaxiCodeStandardCodetext value in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeStandardCodetext::Equals method. Returns a value indicating whether this instance is equal to a specified MaxiCodeStandardCodetext value in C++.' type: docs weight: 800 url: /cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/equals/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/get_message/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/get_message/_index.md index 952c00420..d85571fba 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/get_message/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/get_message/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeStandardCodetext::get_Message method linktitle: get_Message second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets message in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeStandardCodetext::get_Message method. Gets message in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/get_message/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/get_mode/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/get_mode/_index.md index 3494f8005..f3fdb0cf7 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/get_mode/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/get_mode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeStandardCodetext::get_Mode method linktitle: get_Mode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets MaxiCode mode. Standard codetext can be used only with modes 4, 5 and 6 in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeStandardCodetext::get_Mode method. Gets MaxiCode mode. Standard codetext can be used only with modes 4, 5 and 6 in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/get_mode/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/getconstructedcodetext/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/getconstructedcodetext/_index.md index eb978becb..cf8aec4b4 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/getconstructedcodetext/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/getconstructedcodetext/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeStandardCodetext::GetConstructedCodetext method linktitle: GetConstructedCodetext second_title: Aspose.BarCode for C++ API Reference -description: ' method. Constructs codetext in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeStandardCodetext::GetConstructedCodetext method. Constructs codetext in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/getconstructedcodetext/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/gethashcode/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/gethashcode/_index.md index 154756870..8eac92c09 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/gethashcode/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/gethashcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeStandardCodetext::GetHashCode method linktitle: GetHashCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns the hash code for this instance in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeStandardCodetext::GetHashCode method. Returns the hash code for this instance in C++.' type: docs weight: 900 url: /cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/gethashcode/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/getmode/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/getmode/_index.md index 4ea6ce5f7..85de76f1b 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/getmode/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/getmode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeStandardCodetext::GetMode method linktitle: GetMode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets MaxiCode mode in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeStandardCodetext::GetMode method. Gets MaxiCode mode in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/getmode/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/initfromstring/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/initfromstring/_index.md index 86262ef4e..a6c977f7a 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/initfromstring/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/initfromstring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeStandardCodetext::InitFromString method linktitle: InitFromString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Initializes instance from constructed codetext in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeStandardCodetext::InitFromString method. Initializes instance from constructed codetext in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/initfromstring/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/maxicodestandardcodetext/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/maxicodestandardcodetext/_index.md index c2c6a4944..57aa31ad4 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/maxicodestandardcodetext/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/maxicodestandardcodetext/_index.md @@ -1,5 +1,5 @@ --- -title: constructor +title: Aspose::BarCode::ComplexBarcode::MaxiCodeStandardCodetext::MaxiCodeStandardCodetext constructor linktitle: MaxiCodeStandardCodetext second_title: Aspose.BarCode for C++ API Reference description: 'How to use MaxiCodeStandardCodetext constructor of Aspose::BarCode::ComplexBarcode::MaxiCodeStandardCodetext class in C++.' diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/set_message/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/set_message/_index.md index 50a3a9dcf..25d50bf61 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/set_message/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/set_message/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeStandardCodetext::set_Message method linktitle: set_Message second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets message in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeStandardCodetext::set_Message method. Sets message in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/set_message/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/set_mode/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/set_mode/_index.md index a64e30a89..5f5d6b467 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/set_mode/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/set_mode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeStandardCodetext::set_Mode method linktitle: set_Mode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets MaxiCode mode. Standard codetext can be used only with modes 4, 5 and 6 in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeStandardCodetext::set_Mode method. Sets MaxiCode mode. Standard codetext can be used only with modes 4, 5 and 6 in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.complexbarcode/maxicodestandardcodetext/set_mode/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/equals/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/equals/_index.md index d0faa34aa..02517a7b1 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/equals/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/equals/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeStandardSecondMessage::Equals method linktitle: Equals second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a value indicating whether this instance is equal to a specified MaxiCodeStandardSecondMessage value in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeStandardSecondMessage::Equals method. Returns a value indicating whether this instance is equal to a specified MaxiCodeStandardSecondMessage value in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/equals/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/get_message/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/get_message/_index.md index 1cc477dc2..9a8da8800 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/get_message/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/get_message/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeStandardSecondMessage::get_Message method linktitle: get_Message second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets second message in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeStandardSecondMessage::get_Message method. Gets second message in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/get_message/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/gethashcode/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/gethashcode/_index.md index 4566e76b3..eb1ad65a6 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/gethashcode/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/gethashcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeStandardSecondMessage::GetHashCode method linktitle: GetHashCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns the hash code for this instance in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeStandardSecondMessage::GetHashCode method. Returns the hash code for this instance in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/gethashcode/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/getmessage/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/getmessage/_index.md index f2ab032c8..33ef1c514 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/getmessage/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/getmessage/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeStandardSecondMessage::GetMessage method linktitle: GetMessage second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets constructed second message in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeStandardSecondMessage::GetMessage method. Gets constructed second message in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/getmessage/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/set_message/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/set_message/_index.md index fe0488847..2ad77b14d 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/set_message/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/set_message/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeStandardSecondMessage::set_Message method linktitle: set_Message second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets second message in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeStandardSecondMessage::set_Message method. Sets second message in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/set_message/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestandartsecondmessage/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestandartsecondmessage/_index.md deleted file mode 100644 index c1dec653c..000000000 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestandartsecondmessage/_index.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: Aspose::BarCode::ComplexBarcode::MaxiCodeStandartSecondMessage class -linktitle: MaxiCodeStandartSecondMessage -second_title: Aspose.BarCode for C++ API Reference -description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeStandartSecondMessage class. Class for encoding and decoding standard second message for MaxiCode barcode in C++.' -type: docs -weight: 2000 -url: /cpp/aspose.barcode.complexbarcode/maxicodestandartsecondmessage/ ---- -## MaxiCodeStandartSecondMessage class - - -Class for encoding and decoding standard second message for MaxiCode barcode. - -```cpp -class MaxiCodeStandartSecondMessage : public Aspose::BarCode::ComplexBarcode::MaxiCodeStandardSecondMessage -``` - -## Methods - -| Method | Description | -| --- | --- | -| [Equals](../maxicodestandardsecondmessage/equals/)(System::SharedPtr\) override | Returns a value indicating whether this instance is equal to a specified [MaxiCodeStandardSecondMessage](../maxicodestandardsecondmessage/) value. | -| [get_Message](../maxicodestandardsecondmessage/get_message/)() | Gets second message | -| [GetHashCode](../maxicodestandardsecondmessage/gethashcode/)() const override | Returns the hash code for this instance. | -| [GetMessage](../maxicodestandardsecondmessage/getmessage/)() override | Gets constructed second message | -| [set_Message](../maxicodestandardsecondmessage/set_message/)(System::String) | Sets second message | - -## See Also - -* Class [MaxiCodeStandardSecondMessage](../maxicodestandardsecondmessage/) -* Namespace [Aspose::BarCode::ComplexBarcode](../) -* Library [Aspose.BarCode for C++](../../) diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/_index.md index ba01cc11b..dc229f751 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/_index.md @@ -4,7 +4,7 @@ linktitle: MaxiCodeStructuredCodetext second_title: Aspose.BarCode for C++ API Reference description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredCodetext class. Base class for encoding and decoding the text embedded in the MaxiCode code for modes 2 and 3 in C++.' type: docs -weight: 2100 +weight: 2000 url: /cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/ --- ## MaxiCodeStructuredCodetext class @@ -24,7 +24,6 @@ class MaxiCodeStructuredCodetext : public Aspose::BarCode::ComplexBarcode::MaxiC | [get_CountryCode](./get_countrycode/)() | Identifies 3 digit country code. | | [get_ECIEncoding](../maxicodecodetext/get_eciencoding/)() | Gets ECI encoding. Used when MaxiCodeEncodeMode is Auto. Default value: ISO-8859-1 | | [get_EncodeMode](../maxicodecodetext/get_encodemode/)() const | Gets a MaxiCode encode mode. Default value: Auto. | -| [get_MaxiCodeEncodeMode](../maxicodecodetext/get_maxicodeencodemode/)() | Gets a MaxiCode encode mode. Default value: Auto. | | [get_PostalCode](./get_postalcode/)() | Identifies the postal code. Must be 9 digits in mode 2 or 6 alphanumeric symbols in mode 3. | | [get_SecondMessage](./get_secondmessage/)() const | Identifies second message of the barcode. | | [get_ServiceCategory](./get_servicecategory/)() | Identifies 3 digit service category. | @@ -38,7 +37,6 @@ class MaxiCodeStructuredCodetext : public Aspose::BarCode::ComplexBarcode::MaxiC | [set_CountryCode](./set_countrycode/)(int32_t) | Identifies 3 digit country code. | | [set_ECIEncoding](../maxicodecodetext/set_eciencoding/)(Aspose::BarCode::Generation::ECIEncodings) | Sets ECI encoding. Used when MaxiCodeEncodeMode is Auto. Default value: ISO-8859-1 | | [set_EncodeMode](../maxicodecodetext/set_encodemode/)(Aspose::BarCode::Generation::MaxiCodeEncodeMode) | Sets a MaxiCode encode mode. Default value: Auto. | -| [set_MaxiCodeEncodeMode](../maxicodecodetext/set_maxicodeencodemode/)(Aspose::BarCode::Generation::MaxiCodeEncodeMode) | Sets a MaxiCode encode mode. Default value: Auto. | | [set_PostalCode](./set_postalcode/)(System::String) | Identifies the postal code. Must be 9 digits in mode 2 or 6 alphanumeric symbols in mode 3. | | [set_SecondMessage](./set_secondmessage/)(System::SharedPtr\) | Identifies second message of the barcode. | | [set_ServiceCategory](./set_servicecategory/)(int32_t) | Identifies 3 digit service category. | diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/equals/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/equals/_index.md index 03afd91de..644a1a7ab 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/equals/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/equals/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredCodetext::Equals method linktitle: Equals second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a value indicating whether this instance is equal to a specified MaxiCodeStructuredCodetext value in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredCodetext::Equals method. Returns a value indicating whether this instance is equal to a specified MaxiCodeStructuredCodetext value in C++.' type: docs weight: 1100 url: /cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/equals/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/get_countrycode/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/get_countrycode/_index.md index 357abd692..30da7576a 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/get_countrycode/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/get_countrycode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredCodetext::get_CountryCode method linktitle: get_CountryCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies 3 digit country code in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredCodetext::get_CountryCode method. Identifies 3 digit country code in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/get_countrycode/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/get_postalcode/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/get_postalcode/_index.md index 73c6516cb..2321751b5 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/get_postalcode/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/get_postalcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredCodetext::get_PostalCode method linktitle: get_PostalCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies the postal code. Must be 9 digits in mode 2 or 6 alphanumeric symbols in mode 3 in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredCodetext::get_PostalCode method. Identifies the postal code. Must be 9 digits in mode 2 or 6 alphanumeric symbols in mode 3 in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/get_postalcode/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/get_secondmessage/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/get_secondmessage/_index.md index f2a2ab911..5e89b08c9 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/get_secondmessage/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/get_secondmessage/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredCodetext::get_SecondMessage method linktitle: get_SecondMessage second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies second message of the barcode in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredCodetext::get_SecondMessage method. Identifies second message of the barcode in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/get_secondmessage/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/get_servicecategory/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/get_servicecategory/_index.md index 51824aeda..43f179fdd 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/get_servicecategory/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/get_servicecategory/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredCodetext::get_ServiceCategory method linktitle: get_ServiceCategory second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies 3 digit service category in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredCodetext::get_ServiceCategory method. Identifies 3 digit service category in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/get_servicecategory/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/getconstructedcodetext/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/getconstructedcodetext/_index.md index 9aeb11ba5..bc33baed0 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/getconstructedcodetext/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/getconstructedcodetext/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredCodetext::GetConstructedCodetext method linktitle: GetConstructedCodetext second_title: Aspose.BarCode for C++ API Reference -description: ' method. Constructs codetext in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredCodetext::GetConstructedCodetext method. Constructs codetext in C++.' type: docs weight: 900 url: /cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/getconstructedcodetext/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/gethashcode/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/gethashcode/_index.md index 767108782..9df154b0a 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/gethashcode/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/gethashcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredCodetext::GetHashCode method linktitle: GetHashCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns the hash code for this instance in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredCodetext::GetHashCode method. Returns the hash code for this instance in C++.' type: docs weight: 1200 url: /cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/gethashcode/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/initfromstring/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/initfromstring/_index.md index 6193397e2..3b66442fb 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/initfromstring/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/initfromstring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredCodetext::InitFromString method linktitle: InitFromString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Initializes instance from constructed codetext in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredCodetext::InitFromString method. Initializes instance from constructed codetext in C++.' type: docs weight: 1000 url: /cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/initfromstring/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/maxicodestructuredcodetext/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/maxicodestructuredcodetext/_index.md index 388daa4df..7c2bd566d 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/maxicodestructuredcodetext/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/maxicodestructuredcodetext/_index.md @@ -1,5 +1,5 @@ --- -title: constructor +title: Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredCodetext::MaxiCodeStructuredCodetext constructor linktitle: MaxiCodeStructuredCodetext second_title: Aspose.BarCode for C++ API Reference description: 'How to use MaxiCodeStructuredCodetext constructor of Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredCodetext class in C++.' diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/set_countrycode/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/set_countrycode/_index.md index 50d6e90f0..79dba06e5 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/set_countrycode/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/set_countrycode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredCodetext::set_CountryCode method linktitle: set_CountryCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies 3 digit country code in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredCodetext::set_CountryCode method. Identifies 3 digit country code in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/set_countrycode/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/set_postalcode/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/set_postalcode/_index.md index 9597f20aa..828c9fa2e 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/set_postalcode/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/set_postalcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredCodetext::set_PostalCode method linktitle: set_PostalCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies the postal code. Must be 9 digits in mode 2 or 6 alphanumeric symbols in mode 3 in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredCodetext::set_PostalCode method. Identifies the postal code. Must be 9 digits in mode 2 or 6 alphanumeric symbols in mode 3 in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/set_postalcode/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/set_secondmessage/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/set_secondmessage/_index.md index fdc025bdf..a23d0960a 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/set_secondmessage/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/set_secondmessage/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredCodetext::set_SecondMessage method linktitle: set_SecondMessage second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies second message of the barcode in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredCodetext::set_SecondMessage method. Identifies second message of the barcode in C++.' type: docs weight: 800 url: /cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/set_secondmessage/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/set_servicecategory/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/set_servicecategory/_index.md index eb66ce756..ff02a1a65 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/set_servicecategory/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/set_servicecategory/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredCodetext::set_ServiceCategory method linktitle: set_ServiceCategory second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies 3 digit service category in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredCodetext::set_ServiceCategory method. Identifies 3 digit service category in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.complexbarcode/maxicodestructuredcodetext/set_servicecategory/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/_index.md index b7c641b7a..25211865b 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/_index.md @@ -4,7 +4,7 @@ linktitle: MaxiCodeStructuredSecondMessage second_title: Aspose.BarCode for C++ API Reference description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredSecondMessage class. Class for encoding and decoding structured second message for MaxiCode barcode in C++.' type: docs -weight: 2200 +weight: 2100 url: /cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/ --- ## MaxiCodeStructuredSecondMessage class diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/add/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/add/_index.md index 6893a2f06..5db5e389e 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/add/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/add/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredSecondMessage::Add method linktitle: Add second_title: Aspose.BarCode for C++ API Reference -description: ' method. Adds new identifier in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredSecondMessage::Add method. Adds new identifier in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/add/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/clear/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/clear/_index.md index ae2f9559b..ec7f5380e 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/clear/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/clear/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredSecondMessage::Clear method linktitle: Clear second_title: Aspose.BarCode for C++ API Reference -description: ' method. Clear identifiers list in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredSecondMessage::Clear method. Clear identifiers list in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/clear/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/equals/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/equals/_index.md index 504a803d1..51609a009 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/equals/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/equals/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredSecondMessage::Equals method linktitle: Equals second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a value indicating whether this instance is equal to a specified MaxiCodeStructuredSecondMessage value in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredSecondMessage::Equals method. Returns a value indicating whether this instance is equal to a specified MaxiCodeStructuredSecondMessage value in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/equals/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/get_identifiers/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/get_identifiers/_index.md index cd72834c9..e0c434093 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/get_identifiers/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/get_identifiers/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredSecondMessage::get_Identifiers method linktitle: get_Identifiers second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets identifiers list in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredSecondMessage::get_Identifiers method. Gets identifiers list in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/get_identifiers/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/get_year/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/get_year/_index.md index e0737bcfa..a0faaba49 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/get_year/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/get_year/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredSecondMessage::get_Year method linktitle: get_Year second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets year. Year must be 2 digit integer value in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredSecondMessage::get_Year method. Gets year. Year must be 2 digit integer value in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/get_year/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/gethashcode/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/gethashcode/_index.md index 1818d14c6..cac737d0b 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/gethashcode/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/gethashcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredSecondMessage::GetHashCode method linktitle: GetHashCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns the hash code for this instance in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredSecondMessage::GetHashCode method. Returns the hash code for this instance in C++.' type: docs weight: 800 url: /cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/gethashcode/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/getmessage/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/getmessage/_index.md index 6f626c1ce..62627768a 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/getmessage/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/getmessage/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredSecondMessage::GetMessage method linktitle: GetMessage second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets constructed second message in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredSecondMessage::GetMessage method. Gets constructed second message in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/getmessage/ diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/maxicodestructuredsecondmessage/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/maxicodestructuredsecondmessage/_index.md index ac46030fc..a3b953674 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/maxicodestructuredsecondmessage/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/maxicodestructuredsecondmessage/_index.md @@ -1,5 +1,5 @@ --- -title: constructor +title: Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredSecondMessage::MaxiCodeStructuredSecondMessage constructor linktitle: MaxiCodeStructuredSecondMessage second_title: Aspose.BarCode for C++ API Reference description: 'How to use MaxiCodeStructuredSecondMessage constructor of Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredSecondMessage class in C++.' diff --git a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/set_year/_index.md b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/set_year/_index.md index eb0601082..5d00f1a84 100644 --- a/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/set_year/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/set_year/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredSecondMessage::set_Year method linktitle: set_Year second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets year. Year must be 2 digit integer value in C++.' +description: 'Aspose::BarCode::ComplexBarcode::MaxiCodeStructuredSecondMessage::set_Year method. Sets year. Year must be 2 digit integer value in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/set_year/ diff --git a/english/cpp/aspose.barcode.complexbarcode/primarydata/_index.md b/english/cpp/aspose.barcode.complexbarcode/primarydata/_index.md index 1c93dccb8..144760008 100644 --- a/english/cpp/aspose.barcode.complexbarcode/primarydata/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/primarydata/_index.md @@ -4,7 +4,7 @@ linktitle: PrimaryData second_title: Aspose.BarCode for C++ API Reference description: 'Aspose::BarCode::ComplexBarcode::PrimaryData class. Class for storing HIBC LIC primary data in C++.' type: docs -weight: 2300 +weight: 2200 url: /cpp/aspose.barcode.complexbarcode/primarydata/ --- ## PrimaryData class diff --git a/english/cpp/aspose.barcode.complexbarcode/primarydata/equals/_index.md b/english/cpp/aspose.barcode.complexbarcode/primarydata/equals/_index.md index 9165e11dd..b9bb7a65c 100644 --- a/english/cpp/aspose.barcode.complexbarcode/primarydata/equals/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/primarydata/equals/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::PrimaryData::Equals method linktitle: Equals second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a value indicating whether this instance is equal to a specified PrimaryData value in C++.' +description: 'Aspose::BarCode::ComplexBarcode::PrimaryData::Equals method. Returns a value indicating whether this instance is equal to a specified PrimaryData value in C++.' type: docs weight: 800 url: /cpp/aspose.barcode.complexbarcode/primarydata/equals/ diff --git a/english/cpp/aspose.barcode.complexbarcode/primarydata/get_labeleridentificationcode/_index.md b/english/cpp/aspose.barcode.complexbarcode/primarydata/get_labeleridentificationcode/_index.md index 037013fa4..f714d4572 100644 --- a/english/cpp/aspose.barcode.complexbarcode/primarydata/get_labeleridentificationcode/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/primarydata/get_labeleridentificationcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::PrimaryData::get_LabelerIdentificationCode method linktitle: get_LabelerIdentificationCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies date of labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic in C++.' +description: 'Aspose::BarCode::ComplexBarcode::PrimaryData::get_LabelerIdentificationCode method. Identifies date of labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.complexbarcode/primarydata/get_labeleridentificationcode/ diff --git a/english/cpp/aspose.barcode.complexbarcode/primarydata/get_productorcatalognumber/_index.md b/english/cpp/aspose.barcode.complexbarcode/primarydata/get_productorcatalognumber/_index.md index 419afd08a..464f59135 100644 --- a/english/cpp/aspose.barcode.complexbarcode/primarydata/get_productorcatalognumber/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/primarydata/get_productorcatalognumber/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::PrimaryData::get_ProductOrCatalogNumber method linktitle: get_ProductOrCatalogNumber second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies product or catalog number. Product or catalog number must be alphanumeric string up to 18 sybmols length in C++.' +description: 'Aspose::BarCode::ComplexBarcode::PrimaryData::get_ProductOrCatalogNumber method. Identifies product or catalog number. Product or catalog number must be alphanumeric string up to 18 sybmols length in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.complexbarcode/primarydata/get_productorcatalognumber/ diff --git a/english/cpp/aspose.barcode.complexbarcode/primarydata/get_unitofmeasureid/_index.md b/english/cpp/aspose.barcode.complexbarcode/primarydata/get_unitofmeasureid/_index.md index 8459e7703..0f509df4d 100644 --- a/english/cpp/aspose.barcode.complexbarcode/primarydata/get_unitofmeasureid/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/primarydata/get_unitofmeasureid/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::PrimaryData::get_UnitOfMeasureID method linktitle: get_UnitOfMeasureID second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies unit of measure ID. Unit of measure ID must be integer value from 0 to 9 in C++.' +description: 'Aspose::BarCode::ComplexBarcode::PrimaryData::get_UnitOfMeasureID method. Identifies unit of measure ID. Unit of measure ID must be integer value from 0 to 9 in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.complexbarcode/primarydata/get_unitofmeasureid/ diff --git a/english/cpp/aspose.barcode.complexbarcode/primarydata/gethashcode/_index.md b/english/cpp/aspose.barcode.complexbarcode/primarydata/gethashcode/_index.md index eeb8800b0..280e67494 100644 --- a/english/cpp/aspose.barcode.complexbarcode/primarydata/gethashcode/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/primarydata/gethashcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::PrimaryData::GetHashCode method linktitle: GetHashCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns the hash code for this instance in C++.' +description: 'Aspose::BarCode::ComplexBarcode::PrimaryData::GetHashCode method. Returns the hash code for this instance in C++.' type: docs weight: 900 url: /cpp/aspose.barcode.complexbarcode/primarydata/gethashcode/ diff --git a/english/cpp/aspose.barcode.complexbarcode/primarydata/parsefromstring/_index.md b/english/cpp/aspose.barcode.complexbarcode/primarydata/parsefromstring/_index.md index d6e67175c..94b9821f9 100644 --- a/english/cpp/aspose.barcode.complexbarcode/primarydata/parsefromstring/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/primarydata/parsefromstring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::PrimaryData::ParseFromString method linktitle: ParseFromString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Instantiates primary data from string format according HIBC LIC specification in C++.' +description: 'Aspose::BarCode::ComplexBarcode::PrimaryData::ParseFromString method. Instantiates primary data from string format according HIBC LIC specification in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.complexbarcode/primarydata/parsefromstring/ diff --git a/english/cpp/aspose.barcode.complexbarcode/primarydata/primarydata/_index.md b/english/cpp/aspose.barcode.complexbarcode/primarydata/primarydata/_index.md index a37dcbf08..c052c6d11 100644 --- a/english/cpp/aspose.barcode.complexbarcode/primarydata/primarydata/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/primarydata/primarydata/_index.md @@ -1,5 +1,5 @@ --- -title: constructor +title: Aspose::BarCode::ComplexBarcode::PrimaryData::PrimaryData constructor linktitle: PrimaryData second_title: Aspose.BarCode for C++ API Reference description: 'How to use PrimaryData constructor of Aspose::BarCode::ComplexBarcode::PrimaryData class in C++.' diff --git a/english/cpp/aspose.barcode.complexbarcode/primarydata/set_labeleridentificationcode/_index.md b/english/cpp/aspose.barcode.complexbarcode/primarydata/set_labeleridentificationcode/_index.md index a5b22ab69..443805299 100644 --- a/english/cpp/aspose.barcode.complexbarcode/primarydata/set_labeleridentificationcode/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/primarydata/set_labeleridentificationcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::PrimaryData::set_LabelerIdentificationCode method linktitle: set_LabelerIdentificationCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies date of labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic in C++.' +description: 'Aspose::BarCode::ComplexBarcode::PrimaryData::set_LabelerIdentificationCode method. Identifies date of labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.complexbarcode/primarydata/set_labeleridentificationcode/ diff --git a/english/cpp/aspose.barcode.complexbarcode/primarydata/set_productorcatalognumber/_index.md b/english/cpp/aspose.barcode.complexbarcode/primarydata/set_productorcatalognumber/_index.md index c4d0c1091..b2b26e485 100644 --- a/english/cpp/aspose.barcode.complexbarcode/primarydata/set_productorcatalognumber/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/primarydata/set_productorcatalognumber/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::PrimaryData::set_ProductOrCatalogNumber method linktitle: set_ProductOrCatalogNumber second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies product or catalog number. Product or catalog number must be alphanumeric string up to 18 sybmols length in C++.' +description: 'Aspose::BarCode::ComplexBarcode::PrimaryData::set_ProductOrCatalogNumber method. Identifies product or catalog number. Product or catalog number must be alphanumeric string up to 18 sybmols length in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.complexbarcode/primarydata/set_productorcatalognumber/ diff --git a/english/cpp/aspose.barcode.complexbarcode/primarydata/set_unitofmeasureid/_index.md b/english/cpp/aspose.barcode.complexbarcode/primarydata/set_unitofmeasureid/_index.md index 7b3a3c5c8..8063bcc5c 100644 --- a/english/cpp/aspose.barcode.complexbarcode/primarydata/set_unitofmeasureid/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/primarydata/set_unitofmeasureid/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::PrimaryData::set_UnitOfMeasureID method linktitle: set_UnitOfMeasureID second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies unit of measure ID. Unit of measure ID must be integer value from 0 to 9 in C++.' +description: 'Aspose::BarCode::ComplexBarcode::PrimaryData::set_UnitOfMeasureID method. Identifies unit of measure ID. Unit of measure ID must be integer value from 0 to 9 in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.complexbarcode/primarydata/set_unitofmeasureid/ diff --git a/english/cpp/aspose.barcode.complexbarcode/primarydata/tostring/_index.md b/english/cpp/aspose.barcode.complexbarcode/primarydata/tostring/_index.md index 507c35d53..0ce66d009 100644 --- a/english/cpp/aspose.barcode.complexbarcode/primarydata/tostring/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/primarydata/tostring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::PrimaryData::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Converts data to string format according HIBC LIC specification in C++.' +description: 'Aspose::BarCode::ComplexBarcode::PrimaryData::ToString method. Converts data to string format according HIBC LIC specification in C++.' type: docs weight: 1100 url: /cpp/aspose.barcode.complexbarcode/primarydata/tostring/ diff --git a/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/_index.md b/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/_index.md index 7c48edc37..b56903560 100644 --- a/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/_index.md @@ -4,7 +4,7 @@ linktitle: SecondaryAndAdditionalData second_title: Aspose.BarCode for C++ API Reference description: 'Aspose::BarCode::ComplexBarcode::SecondaryAndAdditionalData class. Class for storing HIBC LIC secondary and additional data in C++.' type: docs -weight: 2400 +weight: 2300 url: /cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/ --- ## SecondaryAndAdditionalData class diff --git a/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/equals/_index.md b/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/equals/_index.md index 36527c364..6378b3e31 100644 --- a/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/equals/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/equals/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SecondaryAndAdditionalData::Equals method linktitle: Equals second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a value indicating whether this instance is equal to a specified SecondaryAndAdditionalData value in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SecondaryAndAdditionalData::Equals method. Returns a value indicating whether this instance is equal to a specified SecondaryAndAdditionalData value in C++.' type: docs weight: 1400 url: /cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/equals/ diff --git a/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/get_dateofmanufacture/_index.md b/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/get_dateofmanufacture/_index.md index b3ee2c66c..66411b418 100644 --- a/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/get_dateofmanufacture/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/get_dateofmanufacture/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SecondaryAndAdditionalData::get_DateOfManufacture method linktitle: get_DateOfManufacture second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SecondaryAndAdditionalData::get_DateOfManufacture method. Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue in C++.' type: docs weight: 900 url: /cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/get_dateofmanufacture/ diff --git a/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/get_expirydate/_index.md b/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/get_expirydate/_index.md index 0d4fb3e7d..883347613 100644 --- a/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/get_expirydate/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/get_expirydate/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SecondaryAndAdditionalData::get_ExpiryDate method linktitle: get_ExpiryDate second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies expiry date. Will be used if ExpiryDateFormat is not set to None in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SecondaryAndAdditionalData::get_ExpiryDate method. Identifies expiry date. Will be used if ExpiryDateFormat is not set to None in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/get_expirydate/ diff --git a/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/get_expirydateformat/_index.md b/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/get_expirydateformat/_index.md index 104ea5c96..4ab24a240 100644 --- a/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/get_expirydateformat/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/get_expirydateformat/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SecondaryAndAdditionalData::get_ExpiryDateFormat method linktitle: get_ExpiryDateFormat second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies expiry date format in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SecondaryAndAdditionalData::get_ExpiryDateFormat method. Identifies expiry date format in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/get_expirydateformat/ diff --git a/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/get_lotnumber/_index.md b/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/get_lotnumber/_index.md index ec35e0bf1..7989f1172 100644 --- a/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/get_lotnumber/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/get_lotnumber/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SecondaryAndAdditionalData::get_LotNumber method linktitle: get_LotNumber second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SecondaryAndAdditionalData::get_LotNumber method. Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/get_lotnumber/ diff --git a/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/get_quantity/_index.md b/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/get_quantity/_index.md index 56c7cdbdc..a24effd09 100644 --- a/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/get_quantity/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/get_quantity/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SecondaryAndAdditionalData::get_Quantity method linktitle: get_Quantity second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies quantity, must be integer value from 0 to 500. Quantity can be set to -1 in order not to use this field. Default value: -1 in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SecondaryAndAdditionalData::get_Quantity method. Identifies quantity, must be integer value from 0 to 500. Quantity can be set to -1 in order not to use this field. Default value: -1 in C++.' type: docs weight: 1100 url: /cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/get_quantity/ diff --git a/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/get_serialnumber/_index.md b/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/get_serialnumber/_index.md index 9003ffabc..4a490fe63 100644 --- a/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/get_serialnumber/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/get_serialnumber/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SecondaryAndAdditionalData::get_SerialNumber method linktitle: get_SerialNumber second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SecondaryAndAdditionalData::get_SerialNumber method. Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/get_serialnumber/ diff --git a/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/gethashcode/_index.md b/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/gethashcode/_index.md index 59727b440..720e6165f 100644 --- a/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/gethashcode/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/gethashcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SecondaryAndAdditionalData::GetHashCode method linktitle: GetHashCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns the hash code for this instance in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SecondaryAndAdditionalData::GetHashCode method. Returns the hash code for this instance in C++.' type: docs weight: 1500 url: /cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/gethashcode/ diff --git a/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/parsefromstring/_index.md b/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/parsefromstring/_index.md index 5b1d6d360..e01e98e0b 100644 --- a/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/parsefromstring/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/parsefromstring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SecondaryAndAdditionalData::ParseFromString method linktitle: ParseFromString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Instantiates secondary and additional supplemental data from string format according HIBC LIC specification in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SecondaryAndAdditionalData::ParseFromString method. Instantiates secondary and additional supplemental data from string format according HIBC LIC specification in C++.' type: docs weight: 1300 url: /cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/parsefromstring/ diff --git a/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/secondaryandadditionaldata/_index.md b/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/secondaryandadditionaldata/_index.md index ca2099523..8af75a93d 100644 --- a/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/secondaryandadditionaldata/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/secondaryandadditionaldata/_index.md @@ -1,5 +1,5 @@ --- -title: constructor +title: Aspose::BarCode::ComplexBarcode::SecondaryAndAdditionalData::SecondaryAndAdditionalData constructor linktitle: SecondaryAndAdditionalData second_title: Aspose.BarCode for C++ API Reference description: 'How to use SecondaryAndAdditionalData constructor of Aspose::BarCode::ComplexBarcode::SecondaryAndAdditionalData class in C++.' diff --git a/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/set_dateofmanufacture/_index.md b/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/set_dateofmanufacture/_index.md index bc59572b2..dc0a99df0 100644 --- a/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/set_dateofmanufacture/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/set_dateofmanufacture/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SecondaryAndAdditionalData::set_DateOfManufacture method linktitle: set_DateOfManufacture second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SecondaryAndAdditionalData::set_DateOfManufacture method. Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue in C++.' type: docs weight: 1000 url: /cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/set_dateofmanufacture/ diff --git a/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/set_expirydate/_index.md b/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/set_expirydate/_index.md index bf95d6794..502d5ad56 100644 --- a/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/set_expirydate/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/set_expirydate/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SecondaryAndAdditionalData::set_ExpiryDate method linktitle: set_ExpiryDate second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies expiry date. Will be used if ExpiryDateFormat is not set to None in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SecondaryAndAdditionalData::set_ExpiryDate method. Identifies expiry date. Will be used if ExpiryDateFormat is not set to None in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/set_expirydate/ diff --git a/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/set_expirydateformat/_index.md b/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/set_expirydateformat/_index.md index 1df335529..f73ffb4d2 100644 --- a/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/set_expirydateformat/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/set_expirydateformat/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SecondaryAndAdditionalData::set_ExpiryDateFormat method linktitle: set_ExpiryDateFormat second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies expiry date format in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SecondaryAndAdditionalData::set_ExpiryDateFormat method. Identifies expiry date format in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/set_expirydateformat/ diff --git a/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/set_lotnumber/_index.md b/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/set_lotnumber/_index.md index 008b5f907..caf67f283 100644 --- a/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/set_lotnumber/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/set_lotnumber/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SecondaryAndAdditionalData::set_LotNumber method linktitle: set_LotNumber second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SecondaryAndAdditionalData::set_LotNumber method. Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/set_lotnumber/ diff --git a/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/set_quantity/_index.md b/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/set_quantity/_index.md index fa083eced..5aab71afa 100644 --- a/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/set_quantity/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/set_quantity/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SecondaryAndAdditionalData::set_Quantity method linktitle: set_Quantity second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies quantity, must be integer value from 0 to 500. Quantity can be set to -1 in order not to use this field. Default value: -1 in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SecondaryAndAdditionalData::set_Quantity method. Identifies quantity, must be integer value from 0 to 500. Quantity can be set to -1 in order not to use this field. Default value: -1 in C++.' type: docs weight: 1200 url: /cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/set_quantity/ diff --git a/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/set_serialnumber/_index.md b/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/set_serialnumber/_index.md index 964119723..5c610afe4 100644 --- a/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/set_serialnumber/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/set_serialnumber/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SecondaryAndAdditionalData::set_SerialNumber method linktitle: set_SerialNumber second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SecondaryAndAdditionalData::set_SerialNumber method. Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length in C++.' type: docs weight: 800 url: /cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/set_serialnumber/ diff --git a/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/tostring/_index.md b/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/tostring/_index.md index e63d0bbbb..c1dd50ed4 100644 --- a/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/tostring/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/tostring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SecondaryAndAdditionalData::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Converts data to string format according HIBC LIC specification in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SecondaryAndAdditionalData::ToString method. Converts data to string format according HIBC LIC specification in C++.' type: docs weight: 1700 url: /cpp/aspose.barcode.complexbarcode/secondaryandadditionaldata/tostring/ diff --git a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/_index.md b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/_index.md index 40db8d624..359691346 100644 --- a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/_index.md @@ -4,7 +4,7 @@ linktitle: SwissQRBill second_title: Aspose.BarCode for C++ API Reference description: 'Aspose::BarCode::ComplexBarcode::SwissQRBill class. SwissQR bill data in C++.' type: docs -weight: 2500 +weight: 2400 url: /cpp/aspose.barcode.complexbarcode/swissqrbill/ --- ## SwissQRBill class @@ -35,7 +35,7 @@ class SwissQRBill : public System::IEquatable>>) | Gets ors sets the alternative payment schemes. | +| [set_AlternativeSchemes](./set_alternativeschemes/)(System::SharedPtr\\>\>) | Gets ors sets the alternative payment schemes. | | [set_Amount](./set_amount/)(System::Decimal) | Sets the payment amount. | | [set_BillInformation](./set_billinformation/)(System::String) | Sets the additional structured bill information. | | [set_Creditor](./set_creditor/)(System::SharedPtr\) | Sets the creditor address. | diff --git a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/createandsetcreditorreference/_index.md b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/createandsetcreditorreference/_index.md index a6ce853be..cfa4b6b4c 100644 --- a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/createandsetcreditorreference/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/createandsetcreditorreference/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SwissQRBill::CreateAndSetCreditorReference method linktitle: CreateAndSetCreditorReference second_title: Aspose.BarCode for C++ API Reference -description: ' method. Creates and sets a ISO11649 creditor reference from a raw string by prefixing the String with "RF" and the modulo 97 checksum in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SwissQRBill::CreateAndSetCreditorReference method. Creates and sets a ISO11649 creditor reference from a raw string by prefixing the String with "RF" and the modulo 97 checksum in C++.' type: docs weight: 2100 url: /cpp/aspose.barcode.complexbarcode/swissqrbill/createandsetcreditorreference/ diff --git a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/equals/_index.md b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/equals/_index.md index 04db7fd6b..a5fa6c209 100644 --- a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/equals/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/equals/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SwissQRBill::Equals method linktitle: Equals second_title: Aspose.BarCode for C++ API Reference -description: ' method. Determines whether the specified object is equal to the current object in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SwissQRBill::Equals method. Determines whether the specified object is equal to the current object in C++.' type: docs weight: 2200 url: /cpp/aspose.barcode.complexbarcode/swissqrbill/equals/ diff --git a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_account/_index.md b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_account/_index.md index 8ffa94995..767e0bb4c 100644 --- a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_account/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_account/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SwissQRBill::get_Account method linktitle: get_Account second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the creditor''s account number in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SwissQRBill::get_Account method. Gets the creditor''s account number in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.complexbarcode/swissqrbill/get_account/ diff --git a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_alternativeschemes/_index.md b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_alternativeschemes/_index.md index 3b05b2e72..bd448d838 100644 --- a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_alternativeschemes/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_alternativeschemes/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SwissQRBill::get_AlternativeSchemes method linktitle: get_AlternativeSchemes second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets ors sets the alternative payment schemes in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SwissQRBill::get_AlternativeSchemes method. Gets ors sets the alternative payment schemes in C++.' type: docs weight: 1900 url: /cpp/aspose.barcode.complexbarcode/swissqrbill/get_alternativeschemes/ diff --git a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_amount/_index.md b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_amount/_index.md index 209ef00ac..762e41cc1 100644 --- a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_amount/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_amount/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SwissQRBill::get_Amount method linktitle: get_Amount second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the payment amount in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SwissQRBill::get_Amount method. Gets the payment amount in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.complexbarcode/swissqrbill/get_amount/ diff --git a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_billinformation/_index.md b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_billinformation/_index.md index eab27c125..5389615f0 100644 --- a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_billinformation/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_billinformation/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SwissQRBill::get_BillInformation method linktitle: get_BillInformation second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the additional structured bill information in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SwissQRBill::get_BillInformation method. Gets the additional structured bill information in C++.' type: docs weight: 1700 url: /cpp/aspose.barcode.complexbarcode/swissqrbill/get_billinformation/ diff --git a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_creditor/_index.md b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_creditor/_index.md index b56da47dc..7eed6f079 100644 --- a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_creditor/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_creditor/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SwissQRBill::get_Creditor method linktitle: get_Creditor second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the creditor address in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SwissQRBill::get_Creditor method. Gets the creditor address in C++.' type: docs weight: 900 url: /cpp/aspose.barcode.complexbarcode/swissqrbill/get_creditor/ diff --git a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_currency/_index.md b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_currency/_index.md index 679b4b964..45c375c40 100644 --- a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_currency/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_currency/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SwissQRBill::get_Currency method linktitle: get_Currency second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the payment currency in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SwissQRBill::get_Currency method. Gets the payment currency in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.complexbarcode/swissqrbill/get_currency/ diff --git a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_debtor/_index.md b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_debtor/_index.md index 9d1d967dd..65703c454 100644 --- a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_debtor/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_debtor/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SwissQRBill::get_Debtor method linktitle: get_Debtor second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the debtor address in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SwissQRBill::get_Debtor method. Gets the debtor address in C++.' type: docs weight: 1300 url: /cpp/aspose.barcode.complexbarcode/swissqrbill/get_debtor/ diff --git a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_reference/_index.md b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_reference/_index.md index 1f22120a3..3ee6a6db6 100644 --- a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_reference/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_reference/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SwissQRBill::get_Reference method linktitle: get_Reference second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the creditor payment reference in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SwissQRBill::get_Reference method. Gets the creditor payment reference in C++.' type: docs weight: 1100 url: /cpp/aspose.barcode.complexbarcode/swissqrbill/get_reference/ diff --git a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_unstructuredmessage/_index.md b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_unstructuredmessage/_index.md index bf77c34a2..296dff22f 100644 --- a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_unstructuredmessage/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_unstructuredmessage/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SwissQRBill::get_UnstructuredMessage method linktitle: get_UnstructuredMessage second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the additional unstructured message in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SwissQRBill::get_UnstructuredMessage method. Gets the additional unstructured message in C++.' type: docs weight: 1500 url: /cpp/aspose.barcode.complexbarcode/swissqrbill/get_unstructuredmessage/ diff --git a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_version/_index.md b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_version/_index.md index f1d66178c..ee2b7270f 100644 --- a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_version/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/get_version/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SwissQRBill::get_Version method linktitle: get_Version second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the version of the SwissQR bill standard in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SwissQRBill::get_Version method. Gets the version of the SwissQR bill standard in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.complexbarcode/swissqrbill/get_version/ diff --git a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/gethashcode/_index.md b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/gethashcode/_index.md index 3f8ec0799..85974a40a 100644 --- a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/gethashcode/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/gethashcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SwissQRBill::GetHashCode method linktitle: GetHashCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the hash code for this instance in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SwissQRBill::GetHashCode method. Gets the hash code for this instance in C++.' type: docs weight: 2300 url: /cpp/aspose.barcode.complexbarcode/swissqrbill/gethashcode/ diff --git a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/qrbillstandardversion/_index.md b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/qrbillstandardversion/_index.md index f41900948..4a06180c8 100644 --- a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/qrbillstandardversion/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/qrbillstandardversion/_index.md @@ -1,8 +1,8 @@ --- -title: typedef +title: Aspose::BarCode::ComplexBarcode::SwissQRBill::QrBillStandardVersion typedef linktitle: QrBillStandardVersion second_title: Aspose.BarCode for C++ API Reference -description: ' typedef. SwissQR bill standard version in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SwissQRBill::QrBillStandardVersion typedef. SwissQR bill standard version in C++.' type: docs weight: 2400 url: /cpp/aspose.barcode.complexbarcode/swissqrbill/qrbillstandardversion/ diff --git a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_account/_index.md b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_account/_index.md index 7e641ee69..b2edcaa52 100644 --- a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_account/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_account/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SwissQRBill::set_Account method linktitle: set_Account second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets the creditor''s account number in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SwissQRBill::set_Account method. Sets the creditor''s account number in C++.' type: docs weight: 800 url: /cpp/aspose.barcode.complexbarcode/swissqrbill/set_account/ diff --git a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_alternativeschemes/_index.md b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_alternativeschemes/_index.md index 8e6e0e071..1cb7fc1b5 100644 --- a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_alternativeschemes/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_alternativeschemes/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SwissQRBill::set_AlternativeSchemes method linktitle: set_AlternativeSchemes second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets ors sets the alternative payment schemes in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SwissQRBill::set_AlternativeSchemes method. Gets ors sets the alternative payment schemes in C++.' type: docs weight: 2000 url: /cpp/aspose.barcode.complexbarcode/swissqrbill/set_alternativeschemes/ diff --git a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_amount/_index.md b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_amount/_index.md index a61c19e06..c86bead0b 100644 --- a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_amount/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_amount/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SwissQRBill::set_Amount method linktitle: set_Amount second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets the payment amount in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SwissQRBill::set_Amount method. Sets the payment amount in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.complexbarcode/swissqrbill/set_amount/ diff --git a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_billinformation/_index.md b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_billinformation/_index.md index c8ec86490..2d0b6ad55 100644 --- a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_billinformation/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_billinformation/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SwissQRBill::set_BillInformation method linktitle: set_BillInformation second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets the additional structured bill information in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SwissQRBill::set_BillInformation method. Sets the additional structured bill information in C++.' type: docs weight: 1800 url: /cpp/aspose.barcode.complexbarcode/swissqrbill/set_billinformation/ diff --git a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_creditor/_index.md b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_creditor/_index.md index cd42159f0..3e55b9bba 100644 --- a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_creditor/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_creditor/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SwissQRBill::set_Creditor method linktitle: set_Creditor second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets the creditor address in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SwissQRBill::set_Creditor method. Sets the creditor address in C++.' type: docs weight: 1000 url: /cpp/aspose.barcode.complexbarcode/swissqrbill/set_creditor/ diff --git a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_currency/_index.md b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_currency/_index.md index ce43bf15f..92e9f4c03 100644 --- a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_currency/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_currency/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SwissQRBill::set_Currency method linktitle: set_Currency second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets the payment currency in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SwissQRBill::set_Currency method. Sets the payment currency in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.complexbarcode/swissqrbill/set_currency/ diff --git a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_debtor/_index.md b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_debtor/_index.md index 1ea44d223..83338d3d0 100644 --- a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_debtor/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_debtor/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SwissQRBill::set_Debtor method linktitle: set_Debtor second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets the debtor address in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SwissQRBill::set_Debtor method. Sets the debtor address in C++.' type: docs weight: 1400 url: /cpp/aspose.barcode.complexbarcode/swissqrbill/set_debtor/ diff --git a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_reference/_index.md b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_reference/_index.md index 42dfede72..4ae246f42 100644 --- a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_reference/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_reference/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SwissQRBill::set_Reference method linktitle: set_Reference second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets the creditor payment reference in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SwissQRBill::set_Reference method. Sets the creditor payment reference in C++.' type: docs weight: 1200 url: /cpp/aspose.barcode.complexbarcode/swissqrbill/set_reference/ diff --git a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_unstructuredmessage/_index.md b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_unstructuredmessage/_index.md index 045fcb849..77adbe082 100644 --- a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_unstructuredmessage/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_unstructuredmessage/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SwissQRBill::set_UnstructuredMessage method linktitle: set_UnstructuredMessage second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets the additional unstructured message in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SwissQRBill::set_UnstructuredMessage method. Sets the additional unstructured message in C++.' type: docs weight: 1600 url: /cpp/aspose.barcode.complexbarcode/swissqrbill/set_unstructuredmessage/ diff --git a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_version/_index.md b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_version/_index.md index 2f830bbe0..89b5ed72c 100644 --- a/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_version/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/swissqrbill/set_version/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SwissQRBill::set_Version method linktitle: set_Version second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets the version of the SwissQR bill standard in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SwissQRBill::set_Version method. Sets the version of the SwissQR bill standard in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.complexbarcode/swissqrbill/set_version/ diff --git a/english/cpp/aspose.barcode.complexbarcode/swissqrcodetext/_index.md b/english/cpp/aspose.barcode.complexbarcode/swissqrcodetext/_index.md index 7db1ec8d1..bc852eabc 100644 --- a/english/cpp/aspose.barcode.complexbarcode/swissqrcodetext/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/swissqrcodetext/_index.md @@ -4,7 +4,7 @@ linktitle: SwissQRCodetext second_title: Aspose.BarCode for C++ API Reference description: 'Aspose::BarCode::ComplexBarcode::SwissQRCodetext class. Class for encoding and decoding the text embedded in the SwissQR code in C++.' type: docs -weight: 2600 +weight: 2500 url: /cpp/aspose.barcode.complexbarcode/swissqrcodetext/ --- ## SwissQRCodetext class diff --git a/english/cpp/aspose.barcode.complexbarcode/swissqrcodetext/get_bill/_index.md b/english/cpp/aspose.barcode.complexbarcode/swissqrcodetext/get_bill/_index.md index aef8bbe6a..617c0f8ad 100644 --- a/english/cpp/aspose.barcode.complexbarcode/swissqrcodetext/get_bill/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/swissqrcodetext/get_bill/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SwissQRCodetext::get_Bill method linktitle: get_Bill second_title: Aspose.BarCode for C++ API Reference -description: ' method. SwissQR bill data in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SwissQRCodetext::get_Bill method. SwissQR bill data in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.complexbarcode/swissqrcodetext/get_bill/ diff --git a/english/cpp/aspose.barcode.complexbarcode/swissqrcodetext/getbarcodetype/_index.md b/english/cpp/aspose.barcode.complexbarcode/swissqrcodetext/getbarcodetype/_index.md index 9bdeb39e9..d930e5a77 100644 --- a/english/cpp/aspose.barcode.complexbarcode/swissqrcodetext/getbarcodetype/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/swissqrcodetext/getbarcodetype/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SwissQRCodetext::GetBarcodeType method linktitle: GetBarcodeType second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets barcode type in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SwissQRCodetext::GetBarcodeType method. Gets barcode type in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.complexbarcode/swissqrcodetext/getbarcodetype/ diff --git a/english/cpp/aspose.barcode.complexbarcode/swissqrcodetext/getconstructedcodetext/_index.md b/english/cpp/aspose.barcode.complexbarcode/swissqrcodetext/getconstructedcodetext/_index.md index 67c9ff700..367ba6d86 100644 --- a/english/cpp/aspose.barcode.complexbarcode/swissqrcodetext/getconstructedcodetext/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/swissqrcodetext/getconstructedcodetext/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SwissQRCodetext::GetConstructedCodetext method linktitle: GetConstructedCodetext second_title: Aspose.BarCode for C++ API Reference -description: ' method. Construct codetext from SwissQR bill data in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SwissQRCodetext::GetConstructedCodetext method. Construct codetext from SwissQR bill data in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.complexbarcode/swissqrcodetext/getconstructedcodetext/ diff --git a/english/cpp/aspose.barcode.complexbarcode/swissqrcodetext/initfromstring/_index.md b/english/cpp/aspose.barcode.complexbarcode/swissqrcodetext/initfromstring/_index.md index d0398c06e..565060e27 100644 --- a/english/cpp/aspose.barcode.complexbarcode/swissqrcodetext/initfromstring/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/swissqrcodetext/initfromstring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::SwissQRCodetext::InitFromString method linktitle: InitFromString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Initializes Bill with constructed codetext in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SwissQRCodetext::InitFromString method. Initializes Bill with constructed codetext in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.complexbarcode/swissqrcodetext/initfromstring/ diff --git a/english/cpp/aspose.barcode.complexbarcode/swissqrcodetext/swissqrcodetext/_index.md b/english/cpp/aspose.barcode.complexbarcode/swissqrcodetext/swissqrcodetext/_index.md index 9a3f09044..8bebb39eb 100644 --- a/english/cpp/aspose.barcode.complexbarcode/swissqrcodetext/swissqrcodetext/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/swissqrcodetext/swissqrcodetext/_index.md @@ -1,8 +1,8 @@ --- -title: constructor +title: Aspose::BarCode::ComplexBarcode::SwissQRCodetext::SwissQRCodetext constructor linktitle: SwissQRCodetext second_title: Aspose.BarCode for C++ API Reference -description: ' constructor. Creates an instance of SwissQRCodetext in C++.' +description: 'Aspose::BarCode::ComplexBarcode::SwissQRCodetext::SwissQRCodetext constructor. Creates an instance of SwissQRCodetext in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.complexbarcode/swissqrcodetext/swissqrcodetext/ diff --git a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/_index.md b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/_index.md index 0d1cd0f7d..e9360fe36 100644 --- a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/_index.md @@ -4,7 +4,7 @@ linktitle: USADriveIdCodetext second_title: Aspose.BarCode for C++ API Reference description: 'Aspose::BarCode::ComplexBarcode::USADriveIdCodetext class. Class for encoding and decoding the text embedded in the USA Driving License PDF417 code in C++.' type: docs -weight: 2700 +weight: 2600 url: /cpp/aspose.barcode.complexbarcode/usadriveidcodetext/ --- ## USADriveIdCodetext class @@ -39,7 +39,7 @@ class USADriveIdCodetext : public Aspose::BarCode::ComplexBarcode::IComplexCodet | [set_MandatoryElements](./set_mandatoryelements/)(System::SharedPtr\) | Mandatory elements (fields) of the card | | [set_NumberOfEntries](./set_numberofentries/)(int32_t) | Number 00-99 of subfiles | | [set_OptionalElements](./set_optionalelements/)(System::SharedPtr\) | Optional elements (fields) of the card | -| [set_SubfileDesignator](./set_subfiledesignator/)(System::SharedPtr\>>) | Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically. | +| [set_SubfileDesignator](./set_subfiledesignator/)(System::SharedPtr\\>\>) | Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically. | | [USADriveIdCodetext](./usadriveidcodetext/)() | Default constructor | ## See Also diff --git a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_aamvaversionnumber/_index.md b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_aamvaversionnumber/_index.md index beb13714a..290b64a95 100644 --- a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_aamvaversionnumber/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_aamvaversionnumber/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::get_AAMVAVersionNumber method linktitle: get_AAMVAVersionNumber second_title: Aspose.BarCode for C++ API Reference -description: ' method. AAMVA Version Number 00-99 in C++.' +description: 'Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::get_AAMVAVersionNumber method. AAMVA Version Number 00-99 in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_aamvaversionnumber/ diff --git a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_issueridentificationnumber/_index.md b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_issueridentificationnumber/_index.md index 389665e1e..63fbca401 100644 --- a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_issueridentificationnumber/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_issueridentificationnumber/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::get_IssuerIdentificationNumber method linktitle: get_IssuerIdentificationNumber second_title: Aspose.BarCode for C++ API Reference -description: ' method. This number uniquely identifies the issuing jurisdiction and can be obtained by contacting the ISO Issuing Authority(AAMVA). The full 6-digit IIN should be encoded in C++.' +description: 'Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::get_IssuerIdentificationNumber method. This number uniquely identifies the issuing jurisdiction and can be obtained by contacting the ISO Issuing Authority(AAMVA). The full 6-digit IIN should be encoded in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_issueridentificationnumber/ diff --git a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_jurisdictionspecificsubfile/_index.md b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_jurisdictionspecificsubfile/_index.md index fed7482d7..387b6a067 100644 --- a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_jurisdictionspecificsubfile/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_jurisdictionspecificsubfile/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::get_JurisdictionSpecificSubfile method linktitle: get_JurisdictionSpecificSubfile second_title: Aspose.BarCode for C++ API Reference -description: ' method. Jurisdiction Specific Fields in C++.' +description: 'Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::get_JurisdictionSpecificSubfile method. Jurisdiction Specific Fields in C++.' type: docs weight: 1500 url: /cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_jurisdictionspecificsubfile/ diff --git a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_jurisdictionversionnumber/_index.md b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_jurisdictionversionnumber/_index.md index 5cd829e44..d1a082724 100644 --- a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_jurisdictionversionnumber/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_jurisdictionversionnumber/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::get_JurisdictionVersionNumber method linktitle: get_JurisdictionVersionNumber second_title: Aspose.BarCode for C++ API Reference -description: ' method. Jurisdiction Version Number 00-99 in C++.' +description: 'Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::get_JurisdictionVersionNumber method. Jurisdiction Version Number 00-99 in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_jurisdictionversionnumber/ diff --git a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_mandatoryelements/_index.md b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_mandatoryelements/_index.md index 7ea157234..7015049e8 100644 --- a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_mandatoryelements/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_mandatoryelements/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::get_MandatoryElements method linktitle: get_MandatoryElements second_title: Aspose.BarCode for C++ API Reference -description: ' method. Mandatory elements (fields) of the card in C++.' +description: 'Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::get_MandatoryElements method. Mandatory elements (fields) of the card in C++.' type: docs weight: 1100 url: /cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_mandatoryelements/ diff --git a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_numberofentries/_index.md b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_numberofentries/_index.md index 157e43407..026e2ab1a 100644 --- a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_numberofentries/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_numberofentries/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::get_NumberOfEntries method linktitle: get_NumberOfEntries second_title: Aspose.BarCode for C++ API Reference -description: ' method. Number 00-99 of subfiles in C++.' +description: 'Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::get_NumberOfEntries method. Number 00-99 of subfiles in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_numberofentries/ diff --git a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_optionalelements/_index.md b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_optionalelements/_index.md index b84b6ccaa..7f1fa715b 100644 --- a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_optionalelements/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_optionalelements/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::get_OptionalElements method linktitle: get_OptionalElements second_title: Aspose.BarCode for C++ API Reference -description: ' method. Optional elements (fields) of the card in C++.' +description: 'Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::get_OptionalElements method. Optional elements (fields) of the card in C++.' type: docs weight: 1300 url: /cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_optionalelements/ diff --git a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_subfiledesignator/_index.md b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_subfiledesignator/_index.md index 8375aef36..d06204c10 100644 --- a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_subfiledesignator/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_subfiledesignator/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::get_SubfileDesignator method linktitle: get_SubfileDesignator second_title: Aspose.BarCode for C++ API Reference -description: ' method. Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically in C++.' +description: 'Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::get_SubfileDesignator method. Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically in C++.' type: docs weight: 900 url: /cpp/aspose.barcode.complexbarcode/usadriveidcodetext/get_subfiledesignator/ diff --git a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/getbarcodetype/_index.md b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/getbarcodetype/_index.md index 8ecdaea1b..b7da6b25f 100644 --- a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/getbarcodetype/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/getbarcodetype/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::GetBarcodeType method linktitle: GetBarcodeType second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns barcode type of USA DL (Pdf417) in C++.' +description: 'Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::GetBarcodeType method. Returns barcode type of USA DL (Pdf417) in C++.' type: docs weight: 2000 url: /cpp/aspose.barcode.complexbarcode/usadriveidcodetext/getbarcodetype/ diff --git a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/getconstructedcodetext/_index.md b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/getconstructedcodetext/_index.md index 3f9b225b2..775494872 100644 --- a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/getconstructedcodetext/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/getconstructedcodetext/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::GetConstructedCodetext method linktitle: GetConstructedCodetext second_title: Aspose.BarCode for C++ API Reference -description: ' method. Construct codetext from USA DL data in C++.' +description: 'Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::GetConstructedCodetext method. Construct codetext from USA DL data in C++.' type: docs weight: 1800 url: /cpp/aspose.barcode.complexbarcode/usadriveidcodetext/getconstructedcodetext/ diff --git a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/initfromstring/_index.md b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/initfromstring/_index.md index 9fff9184d..dfbb39347 100644 --- a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/initfromstring/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/initfromstring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::InitFromString method linktitle: InitFromString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Initialize USA DL object from codetext in C++.' +description: 'Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::InitFromString method. Initialize USA DL object from codetext in C++.' type: docs weight: 1900 url: /cpp/aspose.barcode.complexbarcode/usadriveidcodetext/initfromstring/ diff --git a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/savetoxml/_index.md b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/savetoxml/_index.md index 4fd6c541f..563cf3e9b 100644 --- a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/savetoxml/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/savetoxml/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::SaveToXml method linktitle: SaveToXml second_title: Aspose.BarCode for C++ API Reference -description: ' method. Saves to XML in C++.' +description: 'Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::SaveToXml method. Saves to XML in C++.' type: docs weight: 2100 url: /cpp/aspose.barcode.complexbarcode/usadriveidcodetext/savetoxml/ diff --git a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_aamvaversionnumber/_index.md b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_aamvaversionnumber/_index.md index 87c5e0dbb..9398142e9 100644 --- a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_aamvaversionnumber/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_aamvaversionnumber/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::set_AAMVAVersionNumber method linktitle: set_AAMVAVersionNumber second_title: Aspose.BarCode for C++ API Reference -description: ' method. AAMVA Version Number 00-99 in C++.' +description: 'Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::set_AAMVAVersionNumber method. AAMVA Version Number 00-99 in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_aamvaversionnumber/ diff --git a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_issueridentificationnumber/_index.md b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_issueridentificationnumber/_index.md index e8781fb23..b600dea0f 100644 --- a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_issueridentificationnumber/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_issueridentificationnumber/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::set_IssuerIdentificationNumber method linktitle: set_IssuerIdentificationNumber second_title: Aspose.BarCode for C++ API Reference -description: ' method. This number uniquely identifies the issuing jurisdiction and can be obtained by contacting the ISO Issuing Authority(AAMVA). The full 6-digit IIN should be encoded in C++.' +description: 'Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::set_IssuerIdentificationNumber method. This number uniquely identifies the issuing jurisdiction and can be obtained by contacting the ISO Issuing Authority(AAMVA). The full 6-digit IIN should be encoded in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_issueridentificationnumber/ diff --git a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_jurisdictionspecificsubfile/_index.md b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_jurisdictionspecificsubfile/_index.md index 620056635..6943cbda6 100644 --- a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_jurisdictionspecificsubfile/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_jurisdictionspecificsubfile/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::set_JurisdictionSpecificSubfile method linktitle: set_JurisdictionSpecificSubfile second_title: Aspose.BarCode for C++ API Reference -description: ' method. Jurisdiction Specific Fields in C++.' +description: 'Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::set_JurisdictionSpecificSubfile method. Jurisdiction Specific Fields in C++.' type: docs weight: 1600 url: /cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_jurisdictionspecificsubfile/ diff --git a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_jurisdictionversionnumber/_index.md b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_jurisdictionversionnumber/_index.md index 6e4e9e1ef..638ce4220 100644 --- a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_jurisdictionversionnumber/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_jurisdictionversionnumber/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::set_JurisdictionVersionNumber method linktitle: set_JurisdictionVersionNumber second_title: Aspose.BarCode for C++ API Reference -description: ' method. Jurisdiction Version Number 00-99 in C++.' +description: 'Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::set_JurisdictionVersionNumber method. Jurisdiction Version Number 00-99 in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_jurisdictionversionnumber/ diff --git a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_mandatoryelements/_index.md b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_mandatoryelements/_index.md index 4c060118e..cb4d2c353 100644 --- a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_mandatoryelements/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_mandatoryelements/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::set_MandatoryElements method linktitle: set_MandatoryElements second_title: Aspose.BarCode for C++ API Reference -description: ' method. Mandatory elements (fields) of the card in C++.' +description: 'Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::set_MandatoryElements method. Mandatory elements (fields) of the card in C++.' type: docs weight: 1200 url: /cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_mandatoryelements/ diff --git a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_numberofentries/_index.md b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_numberofentries/_index.md index 6eafaff35..9dbcb2dfb 100644 --- a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_numberofentries/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_numberofentries/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::set_NumberOfEntries method linktitle: set_NumberOfEntries second_title: Aspose.BarCode for C++ API Reference -description: ' method. Number 00-99 of subfiles in C++.' +description: 'Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::set_NumberOfEntries method. Number 00-99 of subfiles in C++.' type: docs weight: 800 url: /cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_numberofentries/ diff --git a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_optionalelements/_index.md b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_optionalelements/_index.md index d584bf3c5..8460d506c 100644 --- a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_optionalelements/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_optionalelements/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::set_OptionalElements method linktitle: set_OptionalElements second_title: Aspose.BarCode for C++ API Reference -description: ' method. Optional elements (fields) of the card in C++.' +description: 'Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::set_OptionalElements method. Optional elements (fields) of the card in C++.' type: docs weight: 1400 url: /cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_optionalelements/ diff --git a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_subfiledesignator/_index.md b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_subfiledesignator/_index.md index d79fe77e5..c9e0a8f9c 100644 --- a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_subfiledesignator/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_subfiledesignator/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::set_SubfileDesignator method linktitle: set_SubfileDesignator second_title: Aspose.BarCode for C++ API Reference -description: ' method. Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically in C++.' +description: 'Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::set_SubfileDesignator method. Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically in C++.' type: docs weight: 1000 url: /cpp/aspose.barcode.complexbarcode/usadriveidcodetext/set_subfiledesignator/ diff --git a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/usadriveidcodetext/_index.md b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/usadriveidcodetext/_index.md index 2bf2a071f..1ac194940 100644 --- a/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/usadriveidcodetext/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/usadriveidcodetext/usadriveidcodetext/_index.md @@ -1,8 +1,8 @@ --- -title: constructor +title: Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::USADriveIdCodetext constructor linktitle: USADriveIdCodetext second_title: Aspose.BarCode for C++ API Reference -description: ' constructor. Default constructor in C++.' +description: 'Aspose::BarCode::ComplexBarcode::USADriveIdCodetext::USADriveIdCodetext constructor. Default constructor in C++.' type: docs weight: 1700 url: /cpp/aspose.barcode.complexbarcode/usadriveidcodetext/usadriveidcodetext/ diff --git a/english/cpp/aspose.barcode.complexbarcode/usadriveidcountry/_index.md b/english/cpp/aspose.barcode.complexbarcode/usadriveidcountry/_index.md index d46886b49..7aa3024a0 100644 --- a/english/cpp/aspose.barcode.complexbarcode/usadriveidcountry/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/usadriveidcountry/_index.md @@ -1,10 +1,10 @@ --- -title: enum +title: Aspose::BarCode::ComplexBarcode::USADriveIdCountry enum linktitle: USADriveIdCountry second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Enum for Country Identification in the US Driver''s License in C++.' +description: 'Aspose::BarCode::ComplexBarcode::USADriveIdCountry enum. Enum for Country Identification in the US Driver''s License in C++.' type: docs -weight: 3500 +weight: 3400 url: /cpp/aspose.barcode.complexbarcode/usadriveidcountry/ --- ## USADriveIdCountry enum diff --git a/english/cpp/aspose.barcode.complexbarcode/usadriveideyecolor/_index.md b/english/cpp/aspose.barcode.complexbarcode/usadriveideyecolor/_index.md index fa02e08bc..0fc434c02 100644 --- a/english/cpp/aspose.barcode.complexbarcode/usadriveideyecolor/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/usadriveideyecolor/_index.md @@ -1,10 +1,10 @@ --- -title: enum +title: Aspose::BarCode::ComplexBarcode::USADriveIdEyeColor enum linktitle: USADriveIdEyeColor second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Enum for Eye Color in the US Driver''s License in C++.' +description: 'Aspose::BarCode::ComplexBarcode::USADriveIdEyeColor enum. Enum for Eye Color in the US Driver''s License in C++.' type: docs -weight: 3600 +weight: 3500 url: /cpp/aspose.barcode.complexbarcode/usadriveideyecolor/ --- ## USADriveIdEyeColor enum diff --git a/english/cpp/aspose.barcode.complexbarcode/usadriveidhaircolor/_index.md b/english/cpp/aspose.barcode.complexbarcode/usadriveidhaircolor/_index.md index cea775034..25116779d 100644 --- a/english/cpp/aspose.barcode.complexbarcode/usadriveidhaircolor/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/usadriveidhaircolor/_index.md @@ -1,10 +1,10 @@ --- -title: enum +title: Aspose::BarCode::ComplexBarcode::USADriveIdHairColor enum linktitle: USADriveIdHairColor second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Enum for Hair Color in the US Driver''s License in C++.' +description: 'Aspose::BarCode::ComplexBarcode::USADriveIdHairColor enum. Enum for Hair Color in the US Driver''s License in C++.' type: docs -weight: 3700 +weight: 3600 url: /cpp/aspose.barcode.complexbarcode/usadriveidhaircolor/ --- ## USADriveIdHairColor enum diff --git a/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/_index.md b/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/_index.md index 8ee3c6e85..880d49a7c 100644 --- a/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/_index.md @@ -4,7 +4,7 @@ linktitle: USADriveIdJurisdSubfile second_title: Aspose.BarCode for C++ API Reference description: 'Aspose::BarCode::ComplexBarcode::USADriveIdJurisdSubfile class. Class for Jurisdiction specific fields for USA DL in C++.' type: docs -weight: 2800 +weight: 2700 url: /cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/ --- ## USADriveIdJurisdSubfile class diff --git a/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/addorreplace/_index.md b/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/addorreplace/_index.md index 549971f2f..71a4cd5d2 100644 --- a/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/addorreplace/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/addorreplace/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::USADriveIdJurisdSubfile::AddOrReplace method linktitle: AddOrReplace second_title: Aspose.BarCode for C++ API Reference -description: ' method. Adds new DataElement or replaces it if ElementID already exists in C++.' +description: 'Aspose::BarCode::ComplexBarcode::USADriveIdJurisdSubfile::AddOrReplace method. Adds new DataElement or replaces it if ElementID already exists in C++.' type: docs weight: 800 url: /cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/addorreplace/ diff --git a/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/clear/_index.md b/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/clear/_index.md index d80a46a13..a7ffc91da 100644 --- a/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/clear/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/clear/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::USADriveIdJurisdSubfile::Clear method linktitle: Clear second_title: Aspose.BarCode for C++ API Reference -description: ' method. Clears all data elements in C++.' +description: 'Aspose::BarCode::ComplexBarcode::USADriveIdJurisdSubfile::Clear method. Clears all data elements in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/clear/ diff --git a/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/finddataelement/_index.md b/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/finddataelement/_index.md index 9f581daf8..8854d10a0 100644 --- a/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/finddataelement/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/finddataelement/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::USADriveIdJurisdSubfile::FindDataElement method linktitle: FindDataElement second_title: Aspose.BarCode for C++ API Reference -description: ' method. Searches for data element by 3-letter id in C++.' +description: 'Aspose::BarCode::ComplexBarcode::USADriveIdJurisdSubfile::FindDataElement method. Searches for data element by 3-letter id in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/finddataelement/ diff --git a/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/get_count/_index.md b/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/get_count/_index.md index 492d3932b..4de4aef11 100644 --- a/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/get_count/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/get_count/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::USADriveIdJurisdSubfile::get_Count method linktitle: get_Count second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns number of data elements in C++.' +description: 'Aspose::BarCode::ComplexBarcode::USADriveIdJurisdSubfile::get_Count method. Returns number of data elements in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/get_count/ diff --git a/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/idx_get/_index.md b/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/idx_get/_index.md index c083bed42..cc3d77871 100644 --- a/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/idx_get/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/idx_get/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::USADriveIdJurisdSubfile::idx_get method linktitle: idx_get second_title: Aspose.BarCode for C++ API Reference -description: ' method. Indexing by 3-letter element id in C++.' +description: 'Aspose::BarCode::ComplexBarcode::USADriveIdJurisdSubfile::idx_get method. Indexing by 3-letter element id in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/idx_get/ diff --git a/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/idx_set/_index.md b/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/idx_set/_index.md index fb3753294..8ebd6ac41 100644 --- a/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/idx_set/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/idx_set/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::USADriveIdJurisdSubfile::idx_set method linktitle: idx_set second_title: Aspose.BarCode for C++ API Reference -description: ' method. Indexing by 3-letter element id in C++.' +description: 'Aspose::BarCode::ComplexBarcode::USADriveIdJurisdSubfile::idx_set method. Indexing by 3-letter element id in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/idx_set/ diff --git a/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/insert/_index.md b/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/insert/_index.md index 4ad450f05..2907a4f16 100644 --- a/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/insert/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/insert/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::USADriveIdJurisdSubfile::Insert method linktitle: Insert second_title: Aspose.BarCode for C++ API Reference -description: ' method. Inserts the specified DataElement at the given index. If a DataElement with the same ElementID already exists, it will be replaced in C++.' +description: 'Aspose::BarCode::ComplexBarcode::USADriveIdJurisdSubfile::Insert method. Inserts the specified DataElement at the given index. If a DataElement with the same ElementID already exists, it will be replaced in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/insert/ diff --git a/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/removeat/_index.md b/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/removeat/_index.md index 92674ef98..018105d91 100644 --- a/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/removeat/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/removeat/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::ComplexBarcode::USADriveIdJurisdSubfile::RemoveAt method linktitle: RemoveAt second_title: Aspose.BarCode for C++ API Reference -description: ' method. Tries to remove element at index in C++.' +description: 'Aspose::BarCode::ComplexBarcode::USADriveIdJurisdSubfile::RemoveAt method. Tries to remove element at index in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/removeat/ diff --git a/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/usadriveidjurisdsubfile/_index.md b/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/usadriveidjurisdsubfile/_index.md index d00c73a68..19c61db13 100644 --- a/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/usadriveidjurisdsubfile/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/usadriveidjurisdsubfile/_index.md @@ -1,5 +1,5 @@ --- -title: constructor +title: Aspose::BarCode::ComplexBarcode::USADriveIdJurisdSubfile::USADriveIdJurisdSubfile constructor linktitle: USADriveIdJurisdSubfile second_title: Aspose.BarCode for C++ API Reference description: 'How to use USADriveIdJurisdSubfile constructor of Aspose::BarCode::ComplexBarcode::USADriveIdJurisdSubfile class in C++.' diff --git a/english/cpp/aspose.barcode.complexbarcode/usadriveidsex/_index.md b/english/cpp/aspose.barcode.complexbarcode/usadriveidsex/_index.md index de8ce2fea..687196386 100644 --- a/english/cpp/aspose.barcode.complexbarcode/usadriveidsex/_index.md +++ b/english/cpp/aspose.barcode.complexbarcode/usadriveidsex/_index.md @@ -1,10 +1,10 @@ --- -title: enum +title: Aspose::BarCode::ComplexBarcode::USADriveIdSex enum linktitle: USADriveIdSex second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Enum for Sex field in the US Driver''s License in C++.' +description: 'Aspose::BarCode::ComplexBarcode::USADriveIdSex enum. Enum for Sex field in the US Driver''s License in C++.' type: docs -weight: 3400 +weight: 3300 url: /cpp/aspose.barcode.complexbarcode/usadriveidsex/ --- ## USADriveIdSex enum diff --git a/english/cpp/aspose.barcode.generation/_index.md b/english/cpp/aspose.barcode.generation/_index.md index 9b970b096..9837775a0 100644 --- a/english/cpp/aspose.barcode.generation/_index.md +++ b/english/cpp/aspose.barcode.generation/_index.md @@ -92,14 +92,13 @@ specification. | | [MaxiCodeMode](./maxicodemode/) | Encoding mode for MaxiCode barcodes. | | [MicroQRVersion](./microqrversion/) | Version of MicroQR Code. From M1 to M4. | | [PatchFormat](./patchformat/) | PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders | -| [Pdf417CompactionMode](./pdf417compactionmode/) | Pdf417 barcode compaction mode | | [Pdf417EncodeMode](./pdf417encodemode/) | Pdf417 barcode encode mode | | [Pdf417ErrorLevel](./pdf417errorlevel/) | pdf417 barcode's error correction level, from level 0 to level 9, level 0 means no error correction, level 8 means best error correction | | [QREncodeMode](./qrencodemode/) | Encoding mode for QR barcodes. | -| [QREncodeType](./qrencodetype/) | QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR. ForceMicroQR is used for strongly MicroQR symbol generation if it is possible. | | [QRErrorLevel](./qrerrorlevel/) | Level of Reed-Solomon error correction. From low to high: LevelL, LevelM, LevelQ, LevelH. | | [QRVersion](./qrversion/) | Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. | | [RectMicroQRVersion](./rectmicroqrversion/) | Version of RectMicroQR Code. From version R7x43 to version R17x139. | | [SvgColorMode](./svgcolormode/) | Possible modes for filling color in svg file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG 2.0 standard. Even in RGB opacity will be set through "fill-opacity" parameter | | [TextAlignment](./textalignment/) | Text alignment. | | [TwoDComponentType](./twodcomponenttype/) | Type of 2D component | +| [QrExtCompactionMode](./qrextcompactionmode/) | Specifies QR compaction mode for codetext added by [QrExtCodetextBuilder](./qrextcodetextbuilder/). | diff --git a/english/cpp/aspose.barcode.generation/australianpostparameters/_index.md b/english/cpp/aspose.barcode.generation/australianpostparameters/_index.md index 65d3ac668..11d6192aa 100644 --- a/english/cpp/aspose.barcode.generation/australianpostparameters/_index.md +++ b/english/cpp/aspose.barcode.generation/australianpostparameters/_index.md @@ -20,12 +20,8 @@ class AustralianPostParameters : public System::Object | Method | Description | | --- | --- | -| [get_AustralianPostEncodingTable](./get_australianpostencodingtable/)() | Interpreting type for the Customer Information of AustralianPost, default to [CustomerInformationInterpretingType.Other](../../aspose.barcode/customerinformationinterpretingtype/)" | -| [get_AustralianPostShortBarHeight](./get_australianpostshortbarheight/)() | Short bar's height of AustralianPost barcode. | | [get_EncodingTable](./get_encodingtable/)() const | Interpreting type for the Customer Information of AustralianPost, default to [CustomerInformationInterpretingType.Other](../../aspose.barcode/customerinformationinterpretingtype/)" | | [get_ShortBarHeight](./get_shortbarheight/)() const | Short bar's height of AustralianPost barcode. | -| [set_AustralianPostEncodingTable](./set_australianpostencodingtable/)(CustomerInformationInterpretingType) | Interpreting type for the Customer Information of AustralianPost, default to [CustomerInformationInterpretingType.Other](../../aspose.barcode/customerinformationinterpretingtype/)" | -| [set_AustralianPostShortBarHeight](./set_australianpostshortbarheight/)(System::SharedPtr\) | Short bar's height of AustralianPost barcode. | | [set_EncodingTable](./set_encodingtable/)(CustomerInformationInterpretingType) | Interpreting type for the Customer Information of AustralianPost, default to [CustomerInformationInterpretingType.Other](../../aspose.barcode/customerinformationinterpretingtype/)" | | [set_ShortBarHeight](./set_shortbarheight/)(System::SharedPtr\) | Short bar's height of AustralianPost barcode. | | [ToString](./tostring/)() const override | Returns a human-readable string representation of this [AustralianPostParameters](./). | diff --git a/english/cpp/aspose.barcode.generation/australianpostparameters/get_australianpostencodingtable/_index.md b/english/cpp/aspose.barcode.generation/australianpostparameters/get_australianpostencodingtable/_index.md deleted file mode 100644 index 29d0f6930..000000000 --- a/english/cpp/aspose.barcode.generation/australianpostparameters/get_australianpostencodingtable/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: get_AustralianPostEncodingTable -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other" in C++.' -type: docs -weight: 700 -url: /cpp/aspose.barcode.generation/australianpostparameters/get_australianpostencodingtable/ ---- -## AustralianPostParameters::get_AustralianPostEncodingTable method - - -Interpreting type for the Customer Information of AustralianPost, default to [CustomerInformationInterpretingType.Other](../../../aspose.barcode/customerinformationinterpretingtype/)" - -```cpp -CustomerInformationInterpretingType Aspose::BarCode::Generation::AustralianPostParameters::get_AustralianPostEncodingTable() -``` - - -## See Also - -* Enum [CustomerInformationInterpretingType](../../../aspose.barcode/customerinformationinterpretingtype/) -* Class [AustralianPostParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/australianpostparameters/get_australianpostshortbarheight/_index.md b/english/cpp/aspose.barcode.generation/australianpostparameters/get_australianpostshortbarheight/_index.md deleted file mode 100644 index c14aa4a03..000000000 --- a/english/cpp/aspose.barcode.generation/australianpostparameters/get_australianpostshortbarheight/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: get_AustralianPostShortBarHeight -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Short bar''s height of AustralianPost barcode in C++.' -type: docs -weight: 300 -url: /cpp/aspose.barcode.generation/australianpostparameters/get_australianpostshortbarheight/ ---- -## AustralianPostParameters::get_AustralianPostShortBarHeight method - - -Short bar's height of AustralianPost barcode. - -```cpp -System::SharedPtr Aspose::BarCode::Generation::AustralianPostParameters::get_AustralianPostShortBarHeight() -``` - - -## See Also - -* Class [Unit](../../unit/) -* Class [AustralianPostParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/australianpostparameters/get_encodingtable/_index.md b/english/cpp/aspose.barcode.generation/australianpostparameters/get_encodingtable/_index.md index 9d689f9bd..10c900486 100644 --- a/english/cpp/aspose.barcode.generation/australianpostparameters/get_encodingtable/_index.md +++ b/english/cpp/aspose.barcode.generation/australianpostparameters/get_encodingtable/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::AustralianPostParameters::get_EncodingTable method linktitle: get_EncodingTable second_title: Aspose.BarCode for C++ API Reference -description: ' method. Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other" in C++.' +description: 'Aspose::BarCode::Generation::AustralianPostParameters::get_EncodingTable method. Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other" in C++.' type: docs -weight: 500 +weight: 300 url: /cpp/aspose.barcode.generation/australianpostparameters/get_encodingtable/ --- ## AustralianPostParameters::get_EncodingTable method diff --git a/english/cpp/aspose.barcode.generation/australianpostparameters/get_shortbarheight/_index.md b/english/cpp/aspose.barcode.generation/australianpostparameters/get_shortbarheight/_index.md index 5e8cd71f0..806150195 100644 --- a/english/cpp/aspose.barcode.generation/australianpostparameters/get_shortbarheight/_index.md +++ b/english/cpp/aspose.barcode.generation/australianpostparameters/get_shortbarheight/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::AustralianPostParameters::get_ShortBarHeight method linktitle: get_ShortBarHeight second_title: Aspose.BarCode for C++ API Reference -description: ' method. Short bar''s height of AustralianPost barcode in C++.' +description: 'Aspose::BarCode::Generation::AustralianPostParameters::get_ShortBarHeight method. Short bar''s height of AustralianPost barcode in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/australianpostparameters/get_shortbarheight/ diff --git a/english/cpp/aspose.barcode.generation/australianpostparameters/set_australianpostencodingtable/_index.md b/english/cpp/aspose.barcode.generation/australianpostparameters/set_australianpostencodingtable/_index.md deleted file mode 100644 index c292eee48..000000000 --- a/english/cpp/aspose.barcode.generation/australianpostparameters/set_australianpostencodingtable/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: set_AustralianPostEncodingTable -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other" in C++.' -type: docs -weight: 800 -url: /cpp/aspose.barcode.generation/australianpostparameters/set_australianpostencodingtable/ ---- -## AustralianPostParameters::set_AustralianPostEncodingTable method - - -Interpreting type for the Customer Information of AustralianPost, default to [CustomerInformationInterpretingType.Other](../../../aspose.barcode/customerinformationinterpretingtype/)" - -```cpp -void Aspose::BarCode::Generation::AustralianPostParameters::set_AustralianPostEncodingTable(CustomerInformationInterpretingType value) -``` - - -## See Also - -* Enum [CustomerInformationInterpretingType](../../../aspose.barcode/customerinformationinterpretingtype/) -* Class [AustralianPostParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/australianpostparameters/set_australianpostshortbarheight/_index.md b/english/cpp/aspose.barcode.generation/australianpostparameters/set_australianpostshortbarheight/_index.md deleted file mode 100644 index 4423edd60..000000000 --- a/english/cpp/aspose.barcode.generation/australianpostparameters/set_australianpostshortbarheight/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: set_AustralianPostShortBarHeight -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Short bar''s height of AustralianPost barcode in C++.' -type: docs -weight: 400 -url: /cpp/aspose.barcode.generation/australianpostparameters/set_australianpostshortbarheight/ ---- -## AustralianPostParameters::set_AustralianPostShortBarHeight method - - -Short bar's height of AustralianPost barcode. - -```cpp -void Aspose::BarCode::Generation::AustralianPostParameters::set_AustralianPostShortBarHeight(System::SharedPtr value) -``` - - -## See Also - -* Class [Unit](../../unit/) -* Class [AustralianPostParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/australianpostparameters/set_encodingtable/_index.md b/english/cpp/aspose.barcode.generation/australianpostparameters/set_encodingtable/_index.md index 87d38d036..58a727b81 100644 --- a/english/cpp/aspose.barcode.generation/australianpostparameters/set_encodingtable/_index.md +++ b/english/cpp/aspose.barcode.generation/australianpostparameters/set_encodingtable/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::AustralianPostParameters::set_EncodingTable method linktitle: set_EncodingTable second_title: Aspose.BarCode for C++ API Reference -description: ' method. Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other" in C++.' +description: 'Aspose::BarCode::Generation::AustralianPostParameters::set_EncodingTable method. Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other" in C++.' type: docs -weight: 600 +weight: 400 url: /cpp/aspose.barcode.generation/australianpostparameters/set_encodingtable/ --- ## AustralianPostParameters::set_EncodingTable method diff --git a/english/cpp/aspose.barcode.generation/australianpostparameters/set_shortbarheight/_index.md b/english/cpp/aspose.barcode.generation/australianpostparameters/set_shortbarheight/_index.md index 5ade1b1ac..469c54f2b 100644 --- a/english/cpp/aspose.barcode.generation/australianpostparameters/set_shortbarheight/_index.md +++ b/english/cpp/aspose.barcode.generation/australianpostparameters/set_shortbarheight/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::AustralianPostParameters::set_ShortBarHeight method linktitle: set_ShortBarHeight second_title: Aspose.BarCode for C++ API Reference -description: ' method. Short bar''s height of AustralianPost barcode in C++.' +description: 'Aspose::BarCode::Generation::AustralianPostParameters::set_ShortBarHeight method. Short bar''s height of AustralianPost barcode in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/australianpostparameters/set_shortbarheight/ diff --git a/english/cpp/aspose.barcode.generation/australianpostparameters/tostring/_index.md b/english/cpp/aspose.barcode.generation/australianpostparameters/tostring/_index.md index 75898a01c..b72f80cd9 100644 --- a/english/cpp/aspose.barcode.generation/australianpostparameters/tostring/_index.md +++ b/english/cpp/aspose.barcode.generation/australianpostparameters/tostring/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::AustralianPostParameters::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this AustralianPostParameters in C++.' +description: 'Aspose::BarCode::Generation::AustralianPostParameters::ToString method. Returns a human-readable string representation of this AustralianPostParameters in C++.' type: docs -weight: 900 +weight: 500 url: /cpp/aspose.barcode.generation/australianpostparameters/tostring/ --- ## AustralianPostParameters::ToString method diff --git a/english/cpp/aspose.barcode.generation/autosizemode/_index.md b/english/cpp/aspose.barcode.generation/autosizemode/_index.md index f92d3d795..6d4ae4a0f 100644 --- a/english/cpp/aspose.barcode.generation/autosizemode/_index.md +++ b/english/cpp/aspose.barcode.generation/autosizemode/_index.md @@ -1,8 +1,8 @@ --- -title: enum +title: Aspose::BarCode::Generation::AutoSizeMode enum linktitle: AutoSizeMode second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Specifies the different types of automatic sizing modes in C++.' +description: 'Aspose::BarCode::Generation::AutoSizeMode enum. Specifies the different types of automatic sizing modes in C++.' type: docs weight: 4700 url: /cpp/aspose.barcode.generation/autosizemode/ diff --git a/english/cpp/aspose.barcode.generation/aztecencodemode/_index.md b/english/cpp/aspose.barcode.generation/aztecencodemode/_index.md index f71329aea..3a663bc7d 100644 --- a/english/cpp/aspose.barcode.generation/aztecencodemode/_index.md +++ b/english/cpp/aspose.barcode.generation/aztecencodemode/_index.md @@ -1,8 +1,8 @@ --- -title: enum +title: Aspose::BarCode::Generation::AztecEncodeMode enum linktitle: AztecEncodeMode second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Encoding mode for Aztec barcodes in C++.' +description: 'Aspose::BarCode::Generation::AztecEncodeMode enum. Encoding mode for Aztec barcodes in C++.' type: docs weight: 4800 url: /cpp/aspose.barcode.generation/aztecencodemode/ @@ -21,8 +21,6 @@ enum class AztecEncodeMode | Name | Value | Description | | --- | --- | --- | | Auto | 0 | In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. | -| Bytes | 1 | Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first. | -| ExtendedCodetext | 2 | | | Extended | 3 | | | Binary | 4 | In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. | | ECI | 5 | In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. | @@ -58,8 +56,8 @@ textBuilder.AddECICodetext(ECIEncodings.UTF16BE, "犬Power狗"); textBuilder.AddPlainCodetext("Plain text"); //generate codetext -string codetext = textBuilder.GetExtendedCodetext(); -
+string codetext = textBuilder.GetExtendedCodetext();
+ //generate using(BarcodeGenerator generator = new BarcodeGenerator(EncodeTypes.Aztec, codetext)) { diff --git a/english/cpp/aspose.barcode.generation/aztecextcodetextbuilder/_index.md b/english/cpp/aspose.barcode.generation/aztecextcodetextbuilder/_index.md index 311f58331..f19ffd3e6 100644 --- a/english/cpp/aspose.barcode.generation/aztecextcodetextbuilder/_index.md +++ b/english/cpp/aspose.barcode.generation/aztecextcodetextbuilder/_index.md @@ -49,8 +49,8 @@ textBuilder.AddECICodetext(ECIEncodings.UTF16BE, "犬Power狗"); textBuilder.AddPlainCodetext("Plain text"); //generate codetext -string codetext = textBuilder.GetExtendedCodetext(); -
+string codetext = textBuilder.GetExtendedCodetext();
+ //generate using(BarcodeGenerator generator = new BarcodeGenerator(EncodeTypes.Aztec, codetext)) { diff --git a/english/cpp/aspose.barcode.generation/aztecextcodetextbuilder/getextendedcodetext/_index.md b/english/cpp/aspose.barcode.generation/aztecextcodetextbuilder/getextendedcodetext/_index.md index ce4941342..34d6275c6 100644 --- a/english/cpp/aspose.barcode.generation/aztecextcodetextbuilder/getextendedcodetext/_index.md +++ b/english/cpp/aspose.barcode.generation/aztecextcodetextbuilder/getextendedcodetext/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::AztecExtCodetextBuilder::GetExtendedCodetext method linktitle: GetExtendedCodetext second_title: Aspose.BarCode for C++ API Reference -description: ' method. Generates Extended codetext from the extended codetext list in C++.' +description: 'Aspose::BarCode::Generation::AztecExtCodetextBuilder::GetExtendedCodetext method. Generates Extended codetext from the extended codetext list in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/aztecextcodetextbuilder/getextendedcodetext/ diff --git a/english/cpp/aspose.barcode.generation/aztecparameters/_index.md b/english/cpp/aspose.barcode.generation/aztecparameters/_index.md index 14a5dcc25..4880b4f6a 100644 --- a/english/cpp/aspose.barcode.generation/aztecparameters/_index.md +++ b/english/cpp/aspose.barcode.generation/aztecparameters/_index.md @@ -21,9 +21,6 @@ class AztecParameters : public System::Object | Method | Description | | --- | --- | | [get_AspectRatio](./get_aspectratio/)() | Height/Width ratio of 2D [BarCode](../../aspose.barcode/) module. | -| [get_AztecEncodeMode](./get_aztecencodemode/)() | Gets a Aztec encode mode. Default value: Auto. | -| [get_AztecErrorLevel](./get_aztecerrorlevel/)() | Level of error correction of Aztec types of barcode. Value should between 5 to 95. | -| [get_AztecSymbolMode](./get_aztecsymbolmode/)() | Gets a Aztec Symbol mode. Default value: [AztecSymbolMode.Auto](../aztecencodemode/). | | [get_ECIEncoding](./get_eciencoding/)() const | Gets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1 | | [get_EncodeMode](./get_encodemode/)() const | Gets a Aztec encode mode. Default value: Auto. | | [get_ErrorLevel](./get_errorlevel/)() | Level of error correction of Aztec types of barcode. Value should between 5 to 95. | @@ -32,20 +29,17 @@ class AztecParameters : public System::Object | [get_StructuredAppendBarcodeId](./get_structuredappendbarcodeid/)() const | Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0 | | [get_StructuredAppendBarcodesCount](./get_structuredappendbarcodescount/)() const | Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0 | | [get_StructuredAppendFileId](./get_structuredappendfileid/)() const | File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string | -| [get_SymbolMode](./get_symbolmode/)() const | Gets a Aztec Symbol mode. Default value: [AztecSymbolMode.Auto](../aztecencodemode/). | +| [get_SymbolMode](./get_symbolmode/)() const | Gets a Aztec Symbol mode. Default value: [AztecSymbolMode.Auto](../aztecsymbolmode/). | | [set_AspectRatio](./set_aspectratio/)(float) | Height/Width ratio of 2D [BarCode](../../aspose.barcode/) module. | -| [set_AztecEncodeMode](./set_aztecencodemode/)(Aspose::BarCode::Generation::AztecEncodeMode) | Sets a Aztec encode mode. Default value: Auto. | -| [set_AztecErrorLevel](./set_aztecerrorlevel/)(int32_t) | Level of error correction of Aztec types of barcode. Value should between 5 to 95. | -| [set_AztecSymbolMode](./set_aztecsymbolmode/)(Aspose::BarCode::Generation::AztecSymbolMode) | Sets a Aztec Symbol mode. Default value: [AztecSymbolMode.Auto](../aztecencodemode/). | | [set_ECIEncoding](./set_eciencoding/)(ECIEncodings) | Sets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1 | -| [set_EncodeMode](./set_encodemode/)(Aspose::BarCode::Generation::AztecEncodeMode) | Sets a Aztec encode mode. Default value: Auto. | +| [set_EncodeMode](./set_encodemode/)(AztecEncodeMode) | Sets a Aztec encode mode. Default value: Auto. | | [set_ErrorLevel](./set_errorlevel/)(int32_t) | Level of error correction of Aztec types of barcode. Value should between 5 to 95. | | [set_IsReaderInitialization](./set_isreaderinitialization/)(bool) | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. | | [set_LayersCount](./set_layerscount/)(int32_t) | Sets layers count of Aztec symbol. Layers count should be in range from 1 to 3 for Compact mode and in range from 1 to 32 for Full Range mode. Default value: 0 (auto). | | [set_StructuredAppendBarcodeId](./set_structuredappendbarcodeid/)(int32_t) | Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0 | | [set_StructuredAppendBarcodesCount](./set_structuredappendbarcodescount/)(int32_t) | Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0 | | [set_StructuredAppendFileId](./set_structuredappendfileid/)(System::String) | File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string | -| [set_SymbolMode](./set_symbolmode/)(Aspose::BarCode::Generation::AztecSymbolMode) | Sets a Aztec Symbol mode. Default value: [AztecSymbolMode.Auto](../aztecencodemode/). | +| [set_SymbolMode](./set_symbolmode/)(AztecSymbolMode) | Sets a Aztec Symbol mode. Default value: [AztecSymbolMode.Auto](../aztecsymbolmode/). | | [ToString](./tostring/)() const override | Returns a human-readable string representation of this [AztecParameters](./). | ## See Also diff --git a/english/cpp/aspose.barcode.generation/aztecparameters/get_aspectratio/_index.md b/english/cpp/aspose.barcode.generation/aztecparameters/get_aspectratio/_index.md index 7e1f45d62..65ead0c87 100644 --- a/english/cpp/aspose.barcode.generation/aztecparameters/get_aspectratio/_index.md +++ b/english/cpp/aspose.barcode.generation/aztecparameters/get_aspectratio/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::AztecParameters::get_AspectRatio method linktitle: get_AspectRatio second_title: Aspose.BarCode for C++ API Reference -description: ' method. Height/Width ratio of 2D BarCode module in C++.' +description: 'Aspose::BarCode::Generation::AztecParameters::get_AspectRatio method. Height/Width ratio of 2D BarCode module in C++.' type: docs -weight: 2500 +weight: 1900 url: /cpp/aspose.barcode.generation/aztecparameters/get_aspectratio/ --- ## AztecParameters::get_AspectRatio method diff --git a/english/cpp/aspose.barcode.generation/aztecparameters/get_aztecencodemode/_index.md b/english/cpp/aspose.barcode.generation/aztecparameters/get_aztecencodemode/_index.md deleted file mode 100644 index ccef734ff..000000000 --- a/english/cpp/aspose.barcode.generation/aztecparameters/get_aztecencodemode/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: get_AztecEncodeMode -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a Aztec encode mode. Default value: Auto in C++.' -type: docs -weight: 300 -url: /cpp/aspose.barcode.generation/aztecparameters/get_aztecencodemode/ ---- -## AztecParameters::get_AztecEncodeMode method - - -Gets a Aztec encode mode. Default value: Auto. - -```cpp -Aspose::BarCode::Generation::AztecEncodeMode Aspose::BarCode::Generation::AztecParameters::get_AztecEncodeMode() -``` - - -## See Also - -* Enum [AztecEncodeMode](../../aztecencodemode/) -* Class [AztecParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/aztecparameters/get_aztecerrorlevel/_index.md b/english/cpp/aspose.barcode.generation/aztecparameters/get_aztecerrorlevel/_index.md deleted file mode 100644 index a2afd12e6..000000000 --- a/english/cpp/aspose.barcode.generation/aztecparameters/get_aztecerrorlevel/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: get_AztecErrorLevel -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Level of error correction of Aztec types of barcode. Value should between 5 to 95 in C++.' -type: docs -weight: 1500 -url: /cpp/aspose.barcode.generation/aztecparameters/get_aztecerrorlevel/ ---- -## AztecParameters::get_AztecErrorLevel method - - -Level of error correction of Aztec types of barcode. Value should between 5 to 95. - -```cpp -int32_t Aspose::BarCode::Generation::AztecParameters::get_AztecErrorLevel() -``` - - -## See Also - -* Class [AztecParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/aztecparameters/get_aztecsymbolmode/_index.md b/english/cpp/aspose.barcode.generation/aztecparameters/get_aztecsymbolmode/_index.md deleted file mode 100644 index e36b16878..000000000 --- a/english/cpp/aspose.barcode.generation/aztecparameters/get_aztecsymbolmode/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: get_AztecSymbolMode -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto in C++.' -type: docs -weight: 1900 -url: /cpp/aspose.barcode.generation/aztecparameters/get_aztecsymbolmode/ ---- -## AztecParameters::get_AztecSymbolMode method - - -Gets a Aztec Symbol mode. Default value: [AztecSymbolMode.Auto](../../aztecencodemode/). - -```cpp -Aspose::BarCode::Generation::AztecSymbolMode Aspose::BarCode::Generation::AztecParameters::get_AztecSymbolMode() -``` - - -## See Also - -* Enum [AztecSymbolMode](../../aztecsymbolmode/) -* Class [AztecParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/aztecparameters/get_eciencoding/_index.md b/english/cpp/aspose.barcode.generation/aztecparameters/get_eciencoding/_index.md index 396075070..368984e14 100644 --- a/english/cpp/aspose.barcode.generation/aztecparameters/get_eciencoding/_index.md +++ b/english/cpp/aspose.barcode.generation/aztecparameters/get_eciencoding/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::AztecParameters::get_ECIEncoding method linktitle: get_ECIEncoding second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1 in C++.' +description: 'Aspose::BarCode::Generation::AztecParameters::get_ECIEncoding method. Gets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1 in C++.' type: docs -weight: 500 +weight: 300 url: /cpp/aspose.barcode.generation/aztecparameters/get_eciencoding/ --- ## AztecParameters::get_ECIEncoding method diff --git a/english/cpp/aspose.barcode.generation/aztecparameters/get_encodemode/_index.md b/english/cpp/aspose.barcode.generation/aztecparameters/get_encodemode/_index.md index b710ee191..1f01b765d 100644 --- a/english/cpp/aspose.barcode.generation/aztecparameters/get_encodemode/_index.md +++ b/english/cpp/aspose.barcode.generation/aztecparameters/get_encodemode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::AztecParameters::get_EncodeMode method linktitle: get_EncodeMode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a Aztec encode mode. Default value: Auto in C++.' +description: 'Aspose::BarCode::Generation::AztecParameters::get_EncodeMode method. Gets a Aztec encode mode. Default value: Auto in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/aztecparameters/get_encodemode/ @@ -13,7 +13,7 @@ url: /cpp/aspose.barcode.generation/aztecparameters/get_encodemode/ Gets a Aztec encode mode. Default value: Auto. ```cpp -Aspose::BarCode::Generation::AztecEncodeMode Aspose::BarCode::Generation::AztecParameters::get_EncodeMode() const +AztecEncodeMode Aspose::BarCode::Generation::AztecParameters::get_EncodeMode() const ``` ## See Also diff --git a/english/cpp/aspose.barcode.generation/aztecparameters/get_errorlevel/_index.md b/english/cpp/aspose.barcode.generation/aztecparameters/get_errorlevel/_index.md index cdc1e13b9..e1343e9ad 100644 --- a/english/cpp/aspose.barcode.generation/aztecparameters/get_errorlevel/_index.md +++ b/english/cpp/aspose.barcode.generation/aztecparameters/get_errorlevel/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::AztecParameters::get_ErrorLevel method linktitle: get_ErrorLevel second_title: Aspose.BarCode for C++ API Reference -description: ' method. Level of error correction of Aztec types of barcode. Value should between 5 to 95 in C++.' +description: 'Aspose::BarCode::Generation::AztecParameters::get_ErrorLevel method. Level of error correction of Aztec types of barcode. Value should between 5 to 95 in C++.' type: docs -weight: 1300 +weight: 1100 url: /cpp/aspose.barcode.generation/aztecparameters/get_errorlevel/ --- ## AztecParameters::get_ErrorLevel method diff --git a/english/cpp/aspose.barcode.generation/aztecparameters/get_isreaderinitialization/_index.md b/english/cpp/aspose.barcode.generation/aztecparameters/get_isreaderinitialization/_index.md index d703c0dda..fee4e9b22 100644 --- a/english/cpp/aspose.barcode.generation/aztecparameters/get_isreaderinitialization/_index.md +++ b/english/cpp/aspose.barcode.generation/aztecparameters/get_isreaderinitialization/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::AztecParameters::get_IsReaderInitialization method linktitle: get_IsReaderInitialization second_title: Aspose.BarCode for C++ API Reference -description: ' method. Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization in C++.' +description: 'Aspose::BarCode::Generation::AztecParameters::get_IsReaderInitialization method. Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization in C++.' type: docs -weight: 2300 +weight: 1700 url: /cpp/aspose.barcode.generation/aztecparameters/get_isreaderinitialization/ --- ## AztecParameters::get_IsReaderInitialization method diff --git a/english/cpp/aspose.barcode.generation/aztecparameters/get_layerscount/_index.md b/english/cpp/aspose.barcode.generation/aztecparameters/get_layerscount/_index.md index 4c189d139..e72ead538 100644 --- a/english/cpp/aspose.barcode.generation/aztecparameters/get_layerscount/_index.md +++ b/english/cpp/aspose.barcode.generation/aztecparameters/get_layerscount/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::AztecParameters::get_LayersCount method linktitle: get_LayersCount second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets layers count of Aztec symbol. Layers count should be in range from 1 to 3 for Compact mode and in range from 1 to 32 for Full Range mode. Default value: 0 (auto) in C++.' +description: 'Aspose::BarCode::Generation::AztecParameters::get_LayersCount method. Gets layers count of Aztec symbol. Layers count should be in range from 1 to 3 for Compact mode and in range from 1 to 32 for Full Range mode. Default value: 0 (auto) in C++.' type: docs -weight: 2100 +weight: 1500 url: /cpp/aspose.barcode.generation/aztecparameters/get_layerscount/ --- ## AztecParameters::get_LayersCount method diff --git a/english/cpp/aspose.barcode.generation/aztecparameters/get_structuredappendbarcodeid/_index.md b/english/cpp/aspose.barcode.generation/aztecparameters/get_structuredappendbarcodeid/_index.md index 024a956da..94a57eb9d 100644 --- a/english/cpp/aspose.barcode.generation/aztecparameters/get_structuredappendbarcodeid/_index.md +++ b/english/cpp/aspose.barcode.generation/aztecparameters/get_structuredappendbarcodeid/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::AztecParameters::get_StructuredAppendBarcodeId method linktitle: get_StructuredAppendBarcodeId second_title: Aspose.BarCode for C++ API Reference -description: ' method. Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0 in C++.' +description: 'Aspose::BarCode::Generation::AztecParameters::get_StructuredAppendBarcodeId method. Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0 in C++.' type: docs -weight: 700 +weight: 500 url: /cpp/aspose.barcode.generation/aztecparameters/get_structuredappendbarcodeid/ --- ## AztecParameters::get_StructuredAppendBarcodeId method diff --git a/english/cpp/aspose.barcode.generation/aztecparameters/get_structuredappendbarcodescount/_index.md b/english/cpp/aspose.barcode.generation/aztecparameters/get_structuredappendbarcodescount/_index.md index 5890f23fe..e3cf60ad8 100644 --- a/english/cpp/aspose.barcode.generation/aztecparameters/get_structuredappendbarcodescount/_index.md +++ b/english/cpp/aspose.barcode.generation/aztecparameters/get_structuredappendbarcodescount/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::AztecParameters::get_StructuredAppendBarcodesCount method linktitle: get_StructuredAppendBarcodesCount second_title: Aspose.BarCode for C++ API Reference -description: ' method. Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0 in C++.' +description: 'Aspose::BarCode::Generation::AztecParameters::get_StructuredAppendBarcodesCount method. Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0 in C++.' type: docs -weight: 900 +weight: 700 url: /cpp/aspose.barcode.generation/aztecparameters/get_structuredappendbarcodescount/ --- ## AztecParameters::get_StructuredAppendBarcodesCount method diff --git a/english/cpp/aspose.barcode.generation/aztecparameters/get_structuredappendfileid/_index.md b/english/cpp/aspose.barcode.generation/aztecparameters/get_structuredappendfileid/_index.md index a20a6e65d..4caa8f9e3 100644 --- a/english/cpp/aspose.barcode.generation/aztecparameters/get_structuredappendfileid/_index.md +++ b/english/cpp/aspose.barcode.generation/aztecparameters/get_structuredappendfileid/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::AztecParameters::get_StructuredAppendFileId method linktitle: get_StructuredAppendFileId second_title: Aspose.BarCode for C++ API Reference -description: ' method. File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string in C++.' +description: 'Aspose::BarCode::Generation::AztecParameters::get_StructuredAppendFileId method. File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string in C++.' type: docs -weight: 1100 +weight: 900 url: /cpp/aspose.barcode.generation/aztecparameters/get_structuredappendfileid/ --- ## AztecParameters::get_StructuredAppendFileId method diff --git a/english/cpp/aspose.barcode.generation/aztecparameters/get_symbolmode/_index.md b/english/cpp/aspose.barcode.generation/aztecparameters/get_symbolmode/_index.md index 02255096f..15195c300 100644 --- a/english/cpp/aspose.barcode.generation/aztecparameters/get_symbolmode/_index.md +++ b/english/cpp/aspose.barcode.generation/aztecparameters/get_symbolmode/_index.md @@ -1,19 +1,19 @@ --- -title: method +title: Aspose::BarCode::Generation::AztecParameters::get_SymbolMode method linktitle: get_SymbolMode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto in C++.' +description: 'Aspose::BarCode::Generation::AztecParameters::get_SymbolMode method. Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto in C++.' type: docs -weight: 1700 +weight: 1300 url: /cpp/aspose.barcode.generation/aztecparameters/get_symbolmode/ --- ## AztecParameters::get_SymbolMode method -Gets a Aztec Symbol mode. Default value: [AztecSymbolMode.Auto](../../aztecencodemode/). +Gets a Aztec Symbol mode. Default value: [AztecSymbolMode.Auto](../../aztecsymbolmode/). ```cpp -Aspose::BarCode::Generation::AztecSymbolMode Aspose::BarCode::Generation::AztecParameters::get_SymbolMode() const +AztecSymbolMode Aspose::BarCode::Generation::AztecParameters::get_SymbolMode() const ``` ## See Also diff --git a/english/cpp/aspose.barcode.generation/aztecparameters/set_aspectratio/_index.md b/english/cpp/aspose.barcode.generation/aztecparameters/set_aspectratio/_index.md index 6f926ff98..2bdece174 100644 --- a/english/cpp/aspose.barcode.generation/aztecparameters/set_aspectratio/_index.md +++ b/english/cpp/aspose.barcode.generation/aztecparameters/set_aspectratio/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::AztecParameters::set_AspectRatio method linktitle: set_AspectRatio second_title: Aspose.BarCode for C++ API Reference -description: ' method. Height/Width ratio of 2D BarCode module in C++.' +description: 'Aspose::BarCode::Generation::AztecParameters::set_AspectRatio method. Height/Width ratio of 2D BarCode module in C++.' type: docs -weight: 2600 +weight: 2000 url: /cpp/aspose.barcode.generation/aztecparameters/set_aspectratio/ --- ## AztecParameters::set_AspectRatio method diff --git a/english/cpp/aspose.barcode.generation/aztecparameters/set_aztecencodemode/_index.md b/english/cpp/aspose.barcode.generation/aztecparameters/set_aztecencodemode/_index.md deleted file mode 100644 index 4c9cd24cf..000000000 --- a/english/cpp/aspose.barcode.generation/aztecparameters/set_aztecencodemode/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: set_AztecEncodeMode -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets a Aztec encode mode. Default value: Auto in C++.' -type: docs -weight: 400 -url: /cpp/aspose.barcode.generation/aztecparameters/set_aztecencodemode/ ---- -## AztecParameters::set_AztecEncodeMode method - - -Sets a Aztec encode mode. Default value: Auto. - -```cpp -void Aspose::BarCode::Generation::AztecParameters::set_AztecEncodeMode(Aspose::BarCode::Generation::AztecEncodeMode value) -``` - - -## See Also - -* Enum [AztecEncodeMode](../../aztecencodemode/) -* Class [AztecParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/aztecparameters/set_aztecerrorlevel/_index.md b/english/cpp/aspose.barcode.generation/aztecparameters/set_aztecerrorlevel/_index.md deleted file mode 100644 index a1102cada..000000000 --- a/english/cpp/aspose.barcode.generation/aztecparameters/set_aztecerrorlevel/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: set_AztecErrorLevel -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Level of error correction of Aztec types of barcode. Value should between 5 to 95 in C++.' -type: docs -weight: 1600 -url: /cpp/aspose.barcode.generation/aztecparameters/set_aztecerrorlevel/ ---- -## AztecParameters::set_AztecErrorLevel method - - -Level of error correction of Aztec types of barcode. Value should between 5 to 95. - -```cpp -void Aspose::BarCode::Generation::AztecParameters::set_AztecErrorLevel(int32_t value) -``` - - -## See Also - -* Class [AztecParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/aztecparameters/set_aztecsymbolmode/_index.md b/english/cpp/aspose.barcode.generation/aztecparameters/set_aztecsymbolmode/_index.md deleted file mode 100644 index 5f7f651c8..000000000 --- a/english/cpp/aspose.barcode.generation/aztecparameters/set_aztecsymbolmode/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: set_AztecSymbolMode -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto in C++.' -type: docs -weight: 2000 -url: /cpp/aspose.barcode.generation/aztecparameters/set_aztecsymbolmode/ ---- -## AztecParameters::set_AztecSymbolMode method - - -Sets a Aztec Symbol mode. Default value: [AztecSymbolMode.Auto](../../aztecencodemode/). - -```cpp -void Aspose::BarCode::Generation::AztecParameters::set_AztecSymbolMode(Aspose::BarCode::Generation::AztecSymbolMode value) -``` - - -## See Also - -* Enum [AztecSymbolMode](../../aztecsymbolmode/) -* Class [AztecParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/aztecparameters/set_eciencoding/_index.md b/english/cpp/aspose.barcode.generation/aztecparameters/set_eciencoding/_index.md index 91a25fe4b..fc0fddb36 100644 --- a/english/cpp/aspose.barcode.generation/aztecparameters/set_eciencoding/_index.md +++ b/english/cpp/aspose.barcode.generation/aztecparameters/set_eciencoding/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::AztecParameters::set_ECIEncoding method linktitle: set_ECIEncoding second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1 in C++.' +description: 'Aspose::BarCode::Generation::AztecParameters::set_ECIEncoding method. Sets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1 in C++.' type: docs -weight: 600 +weight: 400 url: /cpp/aspose.barcode.generation/aztecparameters/set_eciencoding/ --- ## AztecParameters::set_ECIEncoding method diff --git a/english/cpp/aspose.barcode.generation/aztecparameters/set_encodemode/_index.md b/english/cpp/aspose.barcode.generation/aztecparameters/set_encodemode/_index.md index 33d400424..b32689fd4 100644 --- a/english/cpp/aspose.barcode.generation/aztecparameters/set_encodemode/_index.md +++ b/english/cpp/aspose.barcode.generation/aztecparameters/set_encodemode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::AztecParameters::set_EncodeMode method linktitle: set_EncodeMode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets a Aztec encode mode. Default value: Auto in C++.' +description: 'Aspose::BarCode::Generation::AztecParameters::set_EncodeMode method. Sets a Aztec encode mode. Default value: Auto in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/aztecparameters/set_encodemode/ @@ -13,7 +13,7 @@ url: /cpp/aspose.barcode.generation/aztecparameters/set_encodemode/ Sets a Aztec encode mode. Default value: Auto. ```cpp -void Aspose::BarCode::Generation::AztecParameters::set_EncodeMode(Aspose::BarCode::Generation::AztecEncodeMode value) +void Aspose::BarCode::Generation::AztecParameters::set_EncodeMode(AztecEncodeMode value) ``` ## See Also diff --git a/english/cpp/aspose.barcode.generation/aztecparameters/set_errorlevel/_index.md b/english/cpp/aspose.barcode.generation/aztecparameters/set_errorlevel/_index.md index 327ca66a4..845c91316 100644 --- a/english/cpp/aspose.barcode.generation/aztecparameters/set_errorlevel/_index.md +++ b/english/cpp/aspose.barcode.generation/aztecparameters/set_errorlevel/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::AztecParameters::set_ErrorLevel method linktitle: set_ErrorLevel second_title: Aspose.BarCode for C++ API Reference -description: ' method. Level of error correction of Aztec types of barcode. Value should between 5 to 95 in C++.' +description: 'Aspose::BarCode::Generation::AztecParameters::set_ErrorLevel method. Level of error correction of Aztec types of barcode. Value should between 5 to 95 in C++.' type: docs -weight: 1400 +weight: 1200 url: /cpp/aspose.barcode.generation/aztecparameters/set_errorlevel/ --- ## AztecParameters::set_ErrorLevel method diff --git a/english/cpp/aspose.barcode.generation/aztecparameters/set_isreaderinitialization/_index.md b/english/cpp/aspose.barcode.generation/aztecparameters/set_isreaderinitialization/_index.md index 015a7ae57..9c8824ace 100644 --- a/english/cpp/aspose.barcode.generation/aztecparameters/set_isreaderinitialization/_index.md +++ b/english/cpp/aspose.barcode.generation/aztecparameters/set_isreaderinitialization/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::AztecParameters::set_IsReaderInitialization method linktitle: set_IsReaderInitialization second_title: Aspose.BarCode for C++ API Reference -description: ' method. Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization in C++.' +description: 'Aspose::BarCode::Generation::AztecParameters::set_IsReaderInitialization method. Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization in C++.' type: docs -weight: 2400 +weight: 1800 url: /cpp/aspose.barcode.generation/aztecparameters/set_isreaderinitialization/ --- ## AztecParameters::set_IsReaderInitialization method diff --git a/english/cpp/aspose.barcode.generation/aztecparameters/set_layerscount/_index.md b/english/cpp/aspose.barcode.generation/aztecparameters/set_layerscount/_index.md index 5c736b979..1a203f999 100644 --- a/english/cpp/aspose.barcode.generation/aztecparameters/set_layerscount/_index.md +++ b/english/cpp/aspose.barcode.generation/aztecparameters/set_layerscount/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::AztecParameters::set_LayersCount method linktitle: set_LayersCount second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets layers count of Aztec symbol. Layers count should be in range from 1 to 3 for Compact mode and in range from 1 to 32 for Full Range mode. Default value: 0 (auto) in C++.' +description: 'Aspose::BarCode::Generation::AztecParameters::set_LayersCount method. Sets layers count of Aztec symbol. Layers count should be in range from 1 to 3 for Compact mode and in range from 1 to 32 for Full Range mode. Default value: 0 (auto) in C++.' type: docs -weight: 2200 +weight: 1600 url: /cpp/aspose.barcode.generation/aztecparameters/set_layerscount/ --- ## AztecParameters::set_LayersCount method diff --git a/english/cpp/aspose.barcode.generation/aztecparameters/set_structuredappendbarcodeid/_index.md b/english/cpp/aspose.barcode.generation/aztecparameters/set_structuredappendbarcodeid/_index.md index aea45a4ea..bb813d866 100644 --- a/english/cpp/aspose.barcode.generation/aztecparameters/set_structuredappendbarcodeid/_index.md +++ b/english/cpp/aspose.barcode.generation/aztecparameters/set_structuredappendbarcodeid/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::AztecParameters::set_StructuredAppendBarcodeId method linktitle: set_StructuredAppendBarcodeId second_title: Aspose.BarCode for C++ API Reference -description: ' method. Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0 in C++.' +description: 'Aspose::BarCode::Generation::AztecParameters::set_StructuredAppendBarcodeId method. Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0 in C++.' type: docs -weight: 800 +weight: 600 url: /cpp/aspose.barcode.generation/aztecparameters/set_structuredappendbarcodeid/ --- ## AztecParameters::set_StructuredAppendBarcodeId method diff --git a/english/cpp/aspose.barcode.generation/aztecparameters/set_structuredappendbarcodescount/_index.md b/english/cpp/aspose.barcode.generation/aztecparameters/set_structuredappendbarcodescount/_index.md index 5393109fa..8c4005b0f 100644 --- a/english/cpp/aspose.barcode.generation/aztecparameters/set_structuredappendbarcodescount/_index.md +++ b/english/cpp/aspose.barcode.generation/aztecparameters/set_structuredappendbarcodescount/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::AztecParameters::set_StructuredAppendBarcodesCount method linktitle: set_StructuredAppendBarcodesCount second_title: Aspose.BarCode for C++ API Reference -description: ' method. Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0 in C++.' +description: 'Aspose::BarCode::Generation::AztecParameters::set_StructuredAppendBarcodesCount method. Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0 in C++.' type: docs -weight: 1000 +weight: 800 url: /cpp/aspose.barcode.generation/aztecparameters/set_structuredappendbarcodescount/ --- ## AztecParameters::set_StructuredAppendBarcodesCount method diff --git a/english/cpp/aspose.barcode.generation/aztecparameters/set_structuredappendfileid/_index.md b/english/cpp/aspose.barcode.generation/aztecparameters/set_structuredappendfileid/_index.md index e7ef0c86b..904fb4b18 100644 --- a/english/cpp/aspose.barcode.generation/aztecparameters/set_structuredappendfileid/_index.md +++ b/english/cpp/aspose.barcode.generation/aztecparameters/set_structuredappendfileid/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::AztecParameters::set_StructuredAppendFileId method linktitle: set_StructuredAppendFileId second_title: Aspose.BarCode for C++ API Reference -description: ' method. File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string in C++.' +description: 'Aspose::BarCode::Generation::AztecParameters::set_StructuredAppendFileId method. File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string in C++.' type: docs -weight: 1200 +weight: 1000 url: /cpp/aspose.barcode.generation/aztecparameters/set_structuredappendfileid/ --- ## AztecParameters::set_StructuredAppendFileId method diff --git a/english/cpp/aspose.barcode.generation/aztecparameters/set_symbolmode/_index.md b/english/cpp/aspose.barcode.generation/aztecparameters/set_symbolmode/_index.md index 8d64e445f..c6797f5d0 100644 --- a/english/cpp/aspose.barcode.generation/aztecparameters/set_symbolmode/_index.md +++ b/english/cpp/aspose.barcode.generation/aztecparameters/set_symbolmode/_index.md @@ -1,19 +1,19 @@ --- -title: method +title: Aspose::BarCode::Generation::AztecParameters::set_SymbolMode method linktitle: set_SymbolMode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto in C++.' +description: 'Aspose::BarCode::Generation::AztecParameters::set_SymbolMode method. Sets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto in C++.' type: docs -weight: 1800 +weight: 1400 url: /cpp/aspose.barcode.generation/aztecparameters/set_symbolmode/ --- ## AztecParameters::set_SymbolMode method -Sets a Aztec Symbol mode. Default value: [AztecSymbolMode.Auto](../../aztecencodemode/). +Sets a Aztec Symbol mode. Default value: [AztecSymbolMode.Auto](../../aztecsymbolmode/). ```cpp -void Aspose::BarCode::Generation::AztecParameters::set_SymbolMode(Aspose::BarCode::Generation::AztecSymbolMode value) +void Aspose::BarCode::Generation::AztecParameters::set_SymbolMode(AztecSymbolMode value) ``` ## See Also diff --git a/english/cpp/aspose.barcode.generation/aztecparameters/tostring/_index.md b/english/cpp/aspose.barcode.generation/aztecparameters/tostring/_index.md index c3d83c2f6..da3593aa7 100644 --- a/english/cpp/aspose.barcode.generation/aztecparameters/tostring/_index.md +++ b/english/cpp/aspose.barcode.generation/aztecparameters/tostring/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::AztecParameters::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this AztecParameters in C++.' +description: 'Aspose::BarCode::Generation::AztecParameters::ToString method. Returns a human-readable string representation of this AztecParameters in C++.' type: docs -weight: 2700 +weight: 2100 url: /cpp/aspose.barcode.generation/aztecparameters/tostring/ --- ## AztecParameters::ToString method diff --git a/english/cpp/aspose.barcode.generation/aztecsymbolmode/_index.md b/english/cpp/aspose.barcode.generation/aztecsymbolmode/_index.md index eea597dcd..15b59e8bd 100644 --- a/english/cpp/aspose.barcode.generation/aztecsymbolmode/_index.md +++ b/english/cpp/aspose.barcode.generation/aztecsymbolmode/_index.md @@ -1,8 +1,8 @@ --- -title: enum +title: Aspose::BarCode::Generation::AztecSymbolMode enum linktitle: AztecSymbolMode second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Specifies the Aztec symbol mode in C++.' +description: 'Aspose::BarCode::Generation::AztecSymbolMode enum. Specifies the Aztec symbol mode in C++.' type: docs weight: 4900 url: /cpp/aspose.barcode.generation/aztecsymbolmode/ diff --git a/english/cpp/aspose.barcode.generation/barcodeclassifications/_index.md b/english/cpp/aspose.barcode.generation/barcodeclassifications/_index.md index 127829871..da9c7c093 100644 --- a/english/cpp/aspose.barcode.generation/barcodeclassifications/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeclassifications/_index.md @@ -1,8 +1,8 @@ --- -title: enum +title: Aspose::BarCode::Generation::BarcodeClassifications enum linktitle: BarcodeClassifications second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Symbology classification in C++.' +description: 'Aspose::BarCode::Generation::BarcodeClassifications enum. Symbology classification in C++.' type: docs weight: 4600 url: /cpp/aspose.barcode.generation/barcodeclassifications/ diff --git a/english/cpp/aspose.barcode.generation/barcodegenerator/barcodegenerator/_index.md b/english/cpp/aspose.barcode.generation/barcodegenerator/barcodegenerator/_index.md index dffa52cb0..44f7fa128 100644 --- a/english/cpp/aspose.barcode.generation/barcodegenerator/barcodegenerator/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodegenerator/barcodegenerator/_index.md @@ -1,8 +1,8 @@ --- -title: constructor +title: Aspose::BarCode::Generation::BarcodeGenerator::BarcodeGenerator constructor linktitle: BarcodeGenerator second_title: Aspose.BarCode for C++ API Reference -description: ' constructor. Creates an instance of BarcodeGenerator in C++.' +description: 'Aspose::BarCode::Generation::BarcodeGenerator::BarcodeGenerator constructor. Creates an instance of BarcodeGenerator in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.generation/barcodegenerator/barcodegenerator/ diff --git a/english/cpp/aspose.barcode.generation/barcodegenerator/dispose/_index.md b/english/cpp/aspose.barcode.generation/barcodegenerator/dispose/_index.md index 136156235..8211ffc66 100644 --- a/english/cpp/aspose.barcode.generation/barcodegenerator/dispose/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodegenerator/dispose/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeGenerator::Dispose method linktitle: Dispose second_title: Aspose.BarCode for C++ API Reference -description: ' method. Clean up any resources being used in C++.' +description: 'Aspose::BarCode::Generation::BarcodeGenerator::Dispose method. Clean up any resources being used in C++.' type: docs weight: 1100 url: /cpp/aspose.barcode.generation/barcodegenerator/dispose/ @@ -16,6 +16,9 @@ Clean up any resources being used. void Aspose::BarCode::Generation::BarcodeGenerator::Dispose() override ``` + + + ## See Also * Class [BarcodeGenerator](../) diff --git a/english/cpp/aspose.barcode.generation/barcodegenerator/exporttoxml/_index.md b/english/cpp/aspose.barcode.generation/barcodegenerator/exporttoxml/_index.md index 6a4ce0d8e..a072f41a0 100644 --- a/english/cpp/aspose.barcode.generation/barcodegenerator/exporttoxml/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodegenerator/exporttoxml/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeGenerator::ExportToXml method linktitle: ExportToXml second_title: Aspose.BarCode for C++ API Reference -description: ' method. Exports BarCode properties to the xml-file specified in C++.' +description: 'Aspose::BarCode::Generation::BarcodeGenerator::ExportToXml method. Exports BarCode properties to the xml-file specified in C++.' type: docs weight: 1000 url: /cpp/aspose.barcode.generation/barcodegenerator/exporttoxml/ diff --git a/english/cpp/aspose.barcode.generation/barcodegenerator/generatebarcodeimage/_index.md b/english/cpp/aspose.barcode.generation/barcodegenerator/generatebarcodeimage/_index.md index fdd8ae81c..0fd77c211 100644 --- a/english/cpp/aspose.barcode.generation/barcodegenerator/generatebarcodeimage/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodegenerator/generatebarcodeimage/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeGenerator::GenerateBarCodeImage method linktitle: GenerateBarCodeImage second_title: Aspose.BarCode for C++ API Reference -description: ' method. Generate the barcode image under current settings in C++.' +description: 'Aspose::BarCode::Generation::BarcodeGenerator::GenerateBarCodeImage method. Generate the barcode image under current settings in C++.' type: docs weight: 800 url: /cpp/aspose.barcode.generation/barcodegenerator/generatebarcodeimage/ diff --git a/english/cpp/aspose.barcode.generation/barcodegenerator/get_barcodetype/_index.md b/english/cpp/aspose.barcode.generation/barcodegenerator/get_barcodetype/_index.md index 7b8797557..454d0dc0d 100644 --- a/english/cpp/aspose.barcode.generation/barcodegenerator/get_barcodetype/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodegenerator/get_barcodetype/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeGenerator::get_BarcodeType method linktitle: get_BarcodeType second_title: Aspose.BarCode for C++ API Reference -description: ' method. Barcode symbology type in C++.' +description: 'Aspose::BarCode::Generation::BarcodeGenerator::get_BarcodeType method. Barcode symbology type in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/barcodegenerator/get_barcodetype/ diff --git a/english/cpp/aspose.barcode.generation/barcodegenerator/get_codetext/_index.md b/english/cpp/aspose.barcode.generation/barcodegenerator/get_codetext/_index.md index 1fbb400d6..fe6727f4f 100644 --- a/english/cpp/aspose.barcode.generation/barcodegenerator/get_codetext/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodegenerator/get_codetext/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeGenerator::get_CodeText method linktitle: get_CodeText second_title: Aspose.BarCode for C++ API Reference -description: ' method. Text to be encoded in C++.' +description: 'Aspose::BarCode::Generation::BarcodeGenerator::get_CodeText method. Text to be encoded in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.generation/barcodegenerator/get_codetext/ diff --git a/english/cpp/aspose.barcode.generation/barcodegenerator/get_parameters/_index.md b/english/cpp/aspose.barcode.generation/barcodegenerator/get_parameters/_index.md index 129264fba..0a1af07e6 100644 --- a/english/cpp/aspose.barcode.generation/barcodegenerator/get_parameters/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodegenerator/get_parameters/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeGenerator::get_Parameters method linktitle: get_Parameters second_title: Aspose.BarCode for C++ API Reference -description: ' method. Generation parameters in C++.' +description: 'Aspose::BarCode::Generation::BarcodeGenerator::get_Parameters method. Generation parameters in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/barcodegenerator/get_parameters/ diff --git a/english/cpp/aspose.barcode.generation/barcodegenerator/importfromxml/_index.md b/english/cpp/aspose.barcode.generation/barcodegenerator/importfromxml/_index.md index 53057d435..7403489dc 100644 --- a/english/cpp/aspose.barcode.generation/barcodegenerator/importfromxml/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodegenerator/importfromxml/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeGenerator::ImportFromXml method linktitle: ImportFromXml second_title: Aspose.BarCode for C++ API Reference -description: ' method. Imports BarCode properties from the xml-file specified and creates BarcodeGenerator instance in C++.' +description: 'Aspose::BarCode::Generation::BarcodeGenerator::ImportFromXml method. Imports BarCode properties from the xml-file specified and creates BarcodeGenerator instance in C++.' type: docs weight: 1200 url: /cpp/aspose.barcode.generation/barcodegenerator/importfromxml/ diff --git a/english/cpp/aspose.barcode.generation/barcodegenerator/save/_index.md b/english/cpp/aspose.barcode.generation/barcodegenerator/save/_index.md index 1770caf85..b4093c9ca 100644 --- a/english/cpp/aspose.barcode.generation/barcodegenerator/save/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodegenerator/save/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeGenerator::Save method linktitle: Save second_title: Aspose.BarCode for C++ API Reference -description: ' method. Save barcode image to stream in specific format in C++.' +description: 'Aspose::BarCode::Generation::BarcodeGenerator::Save method. Save barcode image to stream in specific format in C++.' type: docs weight: 900 url: /cpp/aspose.barcode.generation/barcodegenerator/save/ diff --git a/english/cpp/aspose.barcode.generation/barcodegenerator/set_barcodetype/_index.md b/english/cpp/aspose.barcode.generation/barcodegenerator/set_barcodetype/_index.md index 9e9b57847..1165f5c8a 100644 --- a/english/cpp/aspose.barcode.generation/barcodegenerator/set_barcodetype/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodegenerator/set_barcodetype/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeGenerator::set_BarcodeType method linktitle: set_BarcodeType second_title: Aspose.BarCode for C++ API Reference -description: ' method. Barcode symbology type in C++.' +description: 'Aspose::BarCode::Generation::BarcodeGenerator::set_BarcodeType method. Barcode symbology type in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.generation/barcodegenerator/set_barcodetype/ diff --git a/english/cpp/aspose.barcode.generation/barcodegenerator/set_codetext/_index.md b/english/cpp/aspose.barcode.generation/barcodegenerator/set_codetext/_index.md index 0e004681c..8d2b805ec 100644 --- a/english/cpp/aspose.barcode.generation/barcodegenerator/set_codetext/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodegenerator/set_codetext/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeGenerator::set_CodeText method linktitle: set_CodeText second_title: Aspose.BarCode for C++ API Reference -description: ' method. Text to be encoded in C++.' +description: 'Aspose::BarCode::Generation::BarcodeGenerator::set_CodeText method. Text to be encoded in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.generation/barcodegenerator/set_codetext/ diff --git a/english/cpp/aspose.barcode.generation/barcodegenerator/setcodetext/_index.md b/english/cpp/aspose.barcode.generation/barcodegenerator/setcodetext/_index.md index 1c990eeca..6cefb2a07 100644 --- a/english/cpp/aspose.barcode.generation/barcodegenerator/setcodetext/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodegenerator/setcodetext/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeGenerator::SetCodeText method linktitle: SetCodeText second_title: Aspose.BarCode for C++ API Reference -description: ' method. Set codetext as sequence of bytes in C++.' +description: 'Aspose::BarCode::Generation::BarcodeGenerator::SetCodeText method. Set codetext as sequence of bytes in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.generation/barcodegenerator/setcodetext/ @@ -45,7 +45,7 @@ void Aspose::BarCode::Generation::BarcodeGenerator::SetCodeText(System::String c Encodes the Unicode **codeText** into a byte sequence using the specified **encoding**. UTF-8 is the most commonly used encoding. -If the encoding supports it, the function automatically inserts a [byte order mark (BOM)](https://en.wikipedia.org/wiki/Byte_order_mark#Byte-order_marks_by_encoding). + If the encoding supports it, the function automatically inserts a [byte order mark (BOM)](https://en.wikipedia.org/wiki/Byte_order_mark#Byte-order_marks_by_encoding). This function is intended for use with 2D barcodes only (e.g., Aztec, QR, DataMatrix, PDF417, MaxiCode, DotCode, HanXin, RectMicroQR, etc.). It enables manual encoding of Unicode text using national or special encodings; however, this method is considered obsolete in modern applications. For modern use cases, [ECI](https://en.wikipedia.org/wiki/Extended_Channel_Interpretation) encoding is recommended for Unicode data. @@ -103,7 +103,7 @@ void Aspose::BarCode::Generation::BarcodeGenerator::SetCodeText(System::String c Encodes the Unicode **codeText** into a byte sequence using the specified **encoding**. UTF-8 is the most commonly used encoding. -If the encoding supports it and **insertBOM** is set to **true**, the function includes a [byte order mark (BOM)](https://en.wikipedia.org/wiki/Byte_order_mark#Byte-order_marks_by_encoding). + If the encoding supports it and **insertBOM** is set to **true**, the function includes a [byte order mark (BOM)](https://en.wikipedia.org/wiki/Byte_order_mark#Byte-order_marks_by_encoding). This function is intended for use with 2D barcodes only (e.g., Aztec, QR, DataMatrix, PDF417, MaxiCode, DotCode, HanXin, RectMicroQR, etc.). It enables manual encoding of Unicode text using national or special encodings; however, this method is considered obsolete in modern applications. For modern use cases, [ECI](https://en.wikipedia.org/wiki/Extended_Channel_Interpretation) encoding is recommended for Unicode data. diff --git a/english/cpp/aspose.barcode.generation/barcodeimageformat/_index.md b/english/cpp/aspose.barcode.generation/barcodeimageformat/_index.md index bdaac8ddc..a3c5184aa 100644 --- a/english/cpp/aspose.barcode.generation/barcodeimageformat/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeimageformat/_index.md @@ -1,8 +1,8 @@ --- -title: enum +title: Aspose::BarCode::Generation::BarCodeImageFormat enum linktitle: BarCodeImageFormat second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Specifies the file format of the image in C++.' +description: 'Aspose::BarCode::Generation::BarCodeImageFormat enum. Specifies the file format of the image in C++.' type: docs weight: 5000 url: /cpp/aspose.barcode.generation/barcodeimageformat/ diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/_index.md index 4f6b32d69..c92964fec 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/_index.md @@ -35,7 +35,6 @@ class BarcodeParameters : public System::Object | [get_DataBar](./get_databar/)() const | Databar parameters. | | [get_DataMatrix](./get_datamatrix/)() const | DataMatrix parameters. | | [get_DotCode](./get_dotcode/)() const | DotCode parameters. | -| [get_EnableEscape](./get_enableescape/)() const | Indicates whether explains the character "\" as an escape character in CodeText property. Used for Pdf417, DataMatrix, Code128 only If the EnableEscape is true, "\" will be explained as a special escape character. Otherwise, "\" acts as normal characters. | | [get_FilledBars](./get_filledbars/)() const | Gets a value indicating whether bars filled. Only for 1D barcodes. Default value: true. | | [get_GS1CompositeBar](./get_gs1compositebar/)() const | GS1 Composite Bar parameters. | | [get_HanXin](./get_hanxin/)() const | HanXin parameters. | @@ -55,7 +54,6 @@ class BarcodeParameters : public System::Object | [set_BarHeight](./set_barheight/)(System::SharedPtr\) | Height of 1D barcodes' bars in [Unit](../unit/) value. Ignored if [BaseGenerationParameters::AutoSizeMode](../) property is set to [AutoSizeMode.Nearest](../autosizemode/) or [AutoSizeMode.Interpolation](../autosizemode/). | | [set_BarWidthReduction](./set_barwidthreduction/)(System::SharedPtr\) | Get or sets bars reduction value that is used to compensate ink spread while printing. Default value: 0 | | [set_ChecksumAlwaysShow](./set_checksumalwaysshow/)(bool) | Always display checksum digit in the human readable text for Code128 and GS1Code128 barcodes. | -| [set_EnableEscape](./set_enableescape/)(bool) | Indicates whether explains the character "\" as an escape character in CodeText property. Used for Pdf417, DataMatrix, Code128 only If the EnableEscape is true, "\" will be explained as a special escape character. Otherwise, "\" acts as normal characters. | | [set_FilledBars](./set_filledbars/)(bool) | Sets a value indicating whether bars filled. Only for 1D barcodes. Default value: true. | | [set_GS1CompositeBar](./set_gs1compositebar/)(System::SharedPtr\) | GS1 Composite Bar parameters. | | [set_IsChecksumEnabled](./set_ischecksumenabled/)(EnableChecksum) | | diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/get_australianpost/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/get_australianpost/_index.md index 305fedf56..63cdc58c7 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/get_australianpost/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/get_australianpost/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::get_AustralianPost method linktitle: get_AustralianPost second_title: Aspose.BarCode for C++ API Reference -description: ' method. AustralianPost barcode parameters in C++.' +description: 'Aspose::BarCode::Generation::BarcodeParameters::get_AustralianPost method. AustralianPost barcode parameters in C++.' type: docs -weight: 2500 +weight: 2300 url: /cpp/aspose.barcode.generation/barcodeparameters/get_australianpost/ --- ## BarcodeParameters::get_AustralianPost method diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/get_aztec/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/get_aztec/_index.md index aeb112317..403c2ca86 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/get_aztec/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/get_aztec/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::get_Aztec method linktitle: get_Aztec second_title: Aspose.BarCode for C++ API Reference -description: ' method. Aztec parameters in C++.' +description: 'Aspose::BarCode::Generation::BarcodeParameters::get_Aztec method. Aztec parameters in C++.' type: docs -weight: 3800 +weight: 3600 url: /cpp/aspose.barcode.generation/barcodeparameters/get_aztec/ --- ## BarcodeParameters::get_Aztec method diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/get_barcolor/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/get_barcolor/_index.md index 13d842e25..fad71656a 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/get_barcolor/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/get_barcolor/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::get_BarColor method linktitle: get_BarColor second_title: Aspose.BarCode for C++ API Reference -description: ' method. Bars color. Default value: Color.Black in C++.' +description: 'Aspose::BarCode::Generation::BarcodeParameters::get_BarColor method. Bars color. Default value: Color.Black in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.generation/barcodeparameters/get_barcolor/ diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/get_barheight/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/get_barheight/_index.md index c8f043843..fdb04f619 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/get_barheight/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/get_barheight/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::get_BarHeight method linktitle: get_BarHeight second_title: Aspose.BarCode for C++ API Reference -description: ' method. Height of 1D barcodes'' bars in Unit value. Ignored if BaseGenerationParameters::AutoSizeMode property is set to AutoSizeMode.Nearest or AutoSizeMode.Interpolation in C++.' +description: 'Aspose::BarCode::Generation::BarcodeParameters::get_BarHeight method. Height of 1D barcodes'' bars in Unit value. Ignored if BaseGenerationParameters::AutoSizeMode property is set to AutoSizeMode.Nearest or AutoSizeMode.Interpolation in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.generation/barcodeparameters/get_barheight/ diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/get_barwidthreduction/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/get_barwidthreduction/_index.md index 403b98539..217be68f3 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/get_barwidthreduction/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/get_barwidthreduction/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::get_BarWidthReduction method linktitle: get_BarWidthReduction second_title: Aspose.BarCode for C++ API Reference -description: ' method. Get or sets bars reduction value that is used to compensate ink spread while printing. Default value: 0 in C++.' +description: 'Aspose::BarCode::Generation::BarcodeParameters::get_BarWidthReduction method. Get or sets bars reduction value that is used to compensate ink spread while printing. Default value: 0 in C++.' type: docs -weight: 2100 +weight: 1900 url: /cpp/aspose.barcode.generation/barcodeparameters/get_barwidthreduction/ --- ## BarcodeParameters::get_BarWidthReduction method diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/get_checksumalwaysshow/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/get_checksumalwaysshow/_index.md index 2996e236a..7fc86a2d9 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/get_checksumalwaysshow/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/get_checksumalwaysshow/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::get_ChecksumAlwaysShow method linktitle: get_ChecksumAlwaysShow second_title: Aspose.BarCode for C++ API Reference -description: ' method. Always display checksum digit in the human readable text for Code128 and GS1Code128 barcodes in C++.' +description: 'Aspose::BarCode::Generation::BarcodeParameters::get_ChecksumAlwaysShow method. Always display checksum digit in the human readable text for Code128 and GS1Code128 barcodes in C++.' type: docs weight: 800 url: /cpp/aspose.barcode.generation/barcodeparameters/get_checksumalwaysshow/ diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/get_codabar/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/get_codabar/_index.md index 86450a3bb..c271d9a8f 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/get_codabar/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/get_codabar/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::get_Codabar method linktitle: get_Codabar second_title: Aspose.BarCode for C++ API Reference -description: ' method. Codabar parameters in C++.' +description: 'Aspose::BarCode::Generation::BarcodeParameters::get_Codabar method. Codabar parameters in C++.' type: docs -weight: 4000 +weight: 3800 url: /cpp/aspose.barcode.generation/barcodeparameters/get_codabar/ --- ## BarcodeParameters::get_Codabar method diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/get_codablock/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/get_codablock/_index.md index 2f5be9c04..d7e0d6467 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/get_codablock/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/get_codablock/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::get_Codablock method linktitle: get_Codablock second_title: Aspose.BarCode for C++ API Reference -description: ' method. Codablock parameters in C++.' +description: 'Aspose::BarCode::Generation::BarcodeParameters::get_Codablock method. Codablock parameters in C++.' type: docs -weight: 2900 +weight: 2700 url: /cpp/aspose.barcode.generation/barcodeparameters/get_codablock/ --- ## BarcodeParameters::get_Codablock method diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/get_code128/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/get_code128/_index.md index 9bcb40cc4..fde08e3e2 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/get_code128/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/get_code128/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::get_Code128 method linktitle: get_Code128 second_title: Aspose.BarCode for C++ API Reference -description: ' method. Code128 parameters in C++.' +description: 'Aspose::BarCode::Generation::BarcodeParameters::get_Code128 method. Code128 parameters in C++.' type: docs -weight: 3900 +weight: 3700 url: /cpp/aspose.barcode.generation/barcodeparameters/get_code128/ --- ## BarcodeParameters::get_Code128 method diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/get_code16k/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/get_code16k/_index.md index 8565335cd..4e2140186 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/get_code16k/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/get_code16k/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::get_Code16K method linktitle: get_Code16K second_title: Aspose.BarCode for C++ API Reference -description: ' method. Code16K parameters in C++.' +description: 'Aspose::BarCode::Generation::BarcodeParameters::get_Code16K method. Code16K parameters in C++.' type: docs -weight: 3100 +weight: 2900 url: /cpp/aspose.barcode.generation/barcodeparameters/get_code16k/ --- ## BarcodeParameters::get_Code16K method diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/get_codetextparameters/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/get_codetextparameters/_index.md index 1d68e5a9a..956b7076e 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/get_codetextparameters/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/get_codetextparameters/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::get_CodeTextParameters method linktitle: get_CodeTextParameters second_title: Aspose.BarCode for C++ API Reference -description: ' method. Codetext parameters in C++.' +description: 'Aspose::BarCode::Generation::BarcodeParameters::get_CodeTextParameters method. Codetext parameters in C++.' type: docs -weight: 1800 +weight: 1600 url: /cpp/aspose.barcode.generation/barcodeparameters/get_codetextparameters/ --- ## BarcodeParameters::get_CodeTextParameters method diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/get_coupon/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/get_coupon/_index.md index 9e53fa6ea..384062fda 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/get_coupon/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/get_coupon/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::get_Coupon method linktitle: get_Coupon second_title: Aspose.BarCode for C++ API Reference -description: ' method. Coupon parameters. Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon in C++.' +description: 'Aspose::BarCode::Generation::BarcodeParameters::get_Coupon method. Coupon parameters. Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon in C++.' type: docs -weight: 4100 +weight: 3900 url: /cpp/aspose.barcode.generation/barcodeparameters/get_coupon/ --- ## BarcodeParameters::get_Coupon method diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/get_databar/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/get_databar/_index.md index e0aa1207d..98d3a62eb 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/get_databar/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/get_databar/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::get_DataBar method linktitle: get_DataBar second_title: Aspose.BarCode for C++ API Reference -description: ' method. Databar parameters in C++.' +description: 'Aspose::BarCode::Generation::BarcodeParameters::get_DataBar method. Databar parameters in C++.' type: docs -weight: 2600 +weight: 2400 url: /cpp/aspose.barcode.generation/barcodeparameters/get_databar/ --- ## BarcodeParameters::get_DataBar method diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/get_datamatrix/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/get_datamatrix/_index.md index 9d4735a22..92eb5a08a 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/get_datamatrix/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/get_datamatrix/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::get_DataMatrix method linktitle: get_DataMatrix second_title: Aspose.BarCode for C++ API Reference -description: ' method. DataMatrix parameters in C++.' +description: 'Aspose::BarCode::Generation::BarcodeParameters::get_DataMatrix method. DataMatrix parameters in C++.' type: docs -weight: 3000 +weight: 2800 url: /cpp/aspose.barcode.generation/barcodeparameters/get_datamatrix/ --- ## BarcodeParameters::get_DataMatrix method diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/get_dotcode/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/get_dotcode/_index.md index 609677cde..f8a6a1bed 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/get_dotcode/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/get_dotcode/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::get_DotCode method linktitle: get_DotCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. DotCode parameters in C++.' +description: 'Aspose::BarCode::Generation::BarcodeParameters::get_DotCode method. DotCode parameters in C++.' type: docs -weight: 3200 +weight: 3000 url: /cpp/aspose.barcode.generation/barcodeparameters/get_dotcode/ --- ## BarcodeParameters::get_DotCode method diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/get_enableescape/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/get_enableescape/_index.md deleted file mode 100644 index 5b4c82eda..000000000 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/get_enableescape/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: method -linktitle: get_EnableEscape -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Indicates whether explains the character "\" as an escape character in CodeText property. Used for Pdf417, DataMatrix, Code128 only If the EnableEscape is true, "\" will be explained as a special escape character. Otherwise, "\" acts as normal characters in C++.' -type: docs -weight: 1200 -url: /cpp/aspose.barcode.generation/barcodeparameters/get_enableescape/ ---- -## BarcodeParameters::get_EnableEscape method - - -Indicates whether explains the character "\" as an escape character in CodeText property. Used for Pdf417, DataMatrix, Code128 only If the EnableEscape is true, "\" will be explained as a special escape character. Otherwise, "\" acts as normal characters. - -```cpp -bool Aspose::BarCode::Generation::BarcodeParameters::get_EnableEscape() const -``` - -## Remarks - - -[Aspose.BarCode](../../../aspose.barcode/) supports inputing decimal ascii code and mnemonic for ASCII control-code characters. For example, \013 and \CR stands for CR. -## See Also - -* Class [BarcodeParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/get_filledbars/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/get_filledbars/_index.md index 024b93059..455e3ea51 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/get_filledbars/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/get_filledbars/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::get_FilledBars method linktitle: get_FilledBars second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a value indicating whether bars filled. Only for 1D barcodes. Default value: true in C++.' +description: 'Aspose::BarCode::Generation::BarcodeParameters::get_FilledBars method. Gets a value indicating whether bars filled. Only for 1D barcodes. Default value: true in C++.' type: docs -weight: 1900 +weight: 1700 url: /cpp/aspose.barcode.generation/barcodeparameters/get_filledbars/ --- ## BarcodeParameters::get_FilledBars method diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/get_gs1compositebar/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/get_gs1compositebar/_index.md index ae0d972a5..69dc47e63 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/get_gs1compositebar/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/get_gs1compositebar/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::get_GS1CompositeBar method linktitle: get_GS1CompositeBar second_title: Aspose.BarCode for C++ API Reference -description: ' method. GS1 Composite Bar parameters in C++.' +description: 'Aspose::BarCode::Generation::BarcodeParameters::get_GS1CompositeBar method. GS1 Composite Bar parameters in C++.' type: docs -weight: 2700 +weight: 2500 url: /cpp/aspose.barcode.generation/barcodeparameters/get_gs1compositebar/ --- ## BarcodeParameters::get_GS1CompositeBar method diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/get_hanxin/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/get_hanxin/_index.md index 31c6de8f9..6db61ecc8 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/get_hanxin/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/get_hanxin/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::get_HanXin method linktitle: get_HanXin second_title: Aspose.BarCode for C++ API Reference -description: ' method. HanXin parameters in C++.' +description: 'Aspose::BarCode::Generation::BarcodeParameters::get_HanXin method. HanXin parameters in C++.' type: docs -weight: 4200 +weight: 4000 url: /cpp/aspose.barcode.generation/barcodeparameters/get_hanxin/ --- ## BarcodeParameters::get_HanXin method diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/get_ischecksumenabled/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/get_ischecksumenabled/_index.md index b9019cf0e..1a4a2c38f 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/get_ischecksumenabled/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/get_ischecksumenabled/_index.md @@ -1,5 +1,5 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::get_IsChecksumEnabled method linktitle: get_IsChecksumEnabled second_title: Aspose.BarCode for C++ API Reference description: 'How to use get_IsChecksumEnabled method of Aspose::BarCode::Generation::BarcodeParameters class in C++.' diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/get_itf/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/get_itf/_index.md index 9d5956c60..5a48854b7 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/get_itf/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/get_itf/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::get_ITF method linktitle: get_ITF second_title: Aspose.BarCode for C++ API Reference -description: ' method. ITF parameters in C++.' +description: 'Aspose::BarCode::Generation::BarcodeParameters::get_ITF method. ITF parameters in C++.' type: docs -weight: 3300 +weight: 3100 url: /cpp/aspose.barcode.generation/barcodeparameters/get_itf/ --- ## BarcodeParameters::get_ITF method diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/get_maxicode/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/get_maxicode/_index.md index e743711dd..cb034bd5d 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/get_maxicode/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/get_maxicode/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::get_MaxiCode method linktitle: get_MaxiCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. MaxiCode parameters in C++.' +description: 'Aspose::BarCode::Generation::BarcodeParameters::get_MaxiCode method. MaxiCode parameters in C++.' type: docs -weight: 3700 +weight: 3500 url: /cpp/aspose.barcode.generation/barcodeparameters/get_maxicode/ --- ## BarcodeParameters::get_MaxiCode method diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/get_padding/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/get_padding/_index.md index 0b301cf8f..d68622940 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/get_padding/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/get_padding/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::get_Padding method linktitle: get_Padding second_title: Aspose.BarCode for C++ API Reference -description: ' method. Barcode paddings. Default value: 5pt 5pt 5pt 5pt in C++.' +description: 'Aspose::BarCode::Generation::BarcodeParameters::get_Padding method. Barcode paddings. Default value: 5pt 5pt 5pt 5pt in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.generation/barcodeparameters/get_padding/ diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/get_patchcode/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/get_patchcode/_index.md index 11d64665f..69a21b66e 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/get_patchcode/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/get_patchcode/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::get_PatchCode method linktitle: get_PatchCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. PatchCode parameters in C++.' +description: 'Aspose::BarCode::Generation::BarcodeParameters::get_PatchCode method. PatchCode parameters in C++.' type: docs -weight: 2400 +weight: 2200 url: /cpp/aspose.barcode.generation/barcodeparameters/get_patchcode/ --- ## BarcodeParameters::get_PatchCode method diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/get_pdf417/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/get_pdf417/_index.md index d728097fe..a404a13db 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/get_pdf417/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/get_pdf417/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::get_Pdf417 method linktitle: get_Pdf417 second_title: Aspose.BarCode for C++ API Reference -description: ' method. PDF417 parameters in C++.' +description: 'Aspose::BarCode::Generation::BarcodeParameters::get_Pdf417 method. PDF417 parameters in C++.' type: docs -weight: 3400 +weight: 3200 url: /cpp/aspose.barcode.generation/barcodeparameters/get_pdf417/ --- ## BarcodeParameters::get_Pdf417 method diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/get_postal/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/get_postal/_index.md index 051f34c78..288273e3b 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/get_postal/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/get_postal/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::get_Postal method linktitle: get_Postal second_title: Aspose.BarCode for C++ API Reference -description: ' method. Postal parameters. Used for Postnet, Planet in C++.' +description: 'Aspose::BarCode::Generation::BarcodeParameters::get_Postal method. Postal parameters. Used for Postnet, Planet in C++.' type: docs -weight: 2300 +weight: 2100 url: /cpp/aspose.barcode.generation/barcodeparameters/get_postal/ --- ## BarcodeParameters::get_Postal method diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/get_qr/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/get_qr/_index.md index 07088a046..f1544dc01 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/get_qr/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/get_qr/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::get_QR method linktitle: get_QR second_title: Aspose.BarCode for C++ API Reference -description: ' method. QR, MicroQR and RectMicroQR parameters in C++.' +description: 'Aspose::BarCode::Generation::BarcodeParameters::get_QR method. QR, MicroQR and RectMicroQR parameters in C++.' type: docs -weight: 3500 +weight: 3300 url: /cpp/aspose.barcode.generation/barcodeparameters/get_qr/ --- ## BarcodeParameters::get_QR method diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/get_supplement/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/get_supplement/_index.md index a82e8b701..53fea1007 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/get_supplement/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/get_supplement/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::get_Supplement method linktitle: get_Supplement second_title: Aspose.BarCode for C++ API Reference -description: ' method. Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN in C++.' +description: 'Aspose::BarCode::Generation::BarcodeParameters::get_Supplement method. Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN in C++.' type: docs -weight: 3600 +weight: 3400 url: /cpp/aspose.barcode.generation/barcodeparameters/get_supplement/ --- ## BarcodeParameters::get_Supplement method diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/get_throwexceptionwhencodetextincorrect/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/get_throwexceptionwhencodetextincorrect/_index.md index 474725fb0..c972e8cb8 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/get_throwexceptionwhencodetextincorrect/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/get_throwexceptionwhencodetextincorrect/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::get_ThrowExceptionWhenCodeTextIncorrect method linktitle: get_ThrowExceptionWhenCodeTextIncorrect second_title: Aspose.BarCode for C++ API Reference -description: ' method. Only for 1D barcodes. If codetext is incorrect and value set to true - exception will be thrown. Otherwise codetext will be corrected to match barcode''s specification. Exception always will be thrown for: Databar symbology if codetext is incorrect. Exception always will not be thrown for: AustraliaPost, SingapurePost, Code39FullASCII, Code93, Code16K, Code128 symbology if codetext is incorrect in C++.' +description: 'Aspose::BarCode::Generation::BarcodeParameters::get_ThrowExceptionWhenCodeTextIncorrect method. Only for 1D barcodes. If codetext is incorrect and value set to true - exception will be thrown. Otherwise codetext will be corrected to match barcode''s specification. Exception always will be thrown for: Databar symbology if codetext is incorrect. Exception always will not be thrown for: AustraliaPost, SingapurePost, Code39FullASCII, Code93, Code16K, Code128 symbology if codetext is incorrect in C++.' type: docs -weight: 1400 +weight: 1200 url: /cpp/aspose.barcode.generation/barcodeparameters/get_throwexceptionwhencodetextincorrect/ --- ## BarcodeParameters::get_ThrowExceptionWhenCodeTextIncorrect method diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/get_widenarrowratio/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/get_widenarrowratio/_index.md index c189fb73c..87bf74250 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/get_widenarrowratio/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/get_widenarrowratio/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::get_WideNarrowRatio method linktitle: get_WideNarrowRatio second_title: Aspose.BarCode for C++ API Reference -description: ' method. Wide bars to Narrow bars ratio. Default value: 3, that is, wide bars are 3 times as wide as narrow bars. Used for ITF, PZN, PharmaCode, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, IATA2of5, VIN, DeutschePost, OPC, Code32, DataLogic2of5, PatchCode, Code39, Code39FullASCII in C++.' +description: 'Aspose::BarCode::Generation::BarcodeParameters::get_WideNarrowRatio method. Wide bars to Narrow bars ratio. Default value: 3, that is, wide bars are 3 times as wide as narrow bars. Used for ITF, PZN, PharmaCode, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, IATA2of5, VIN, DeutschePost, OPC, Code32, DataLogic2of5, PatchCode, Code39, Code39FullASCII in C++.' type: docs -weight: 1600 +weight: 1400 url: /cpp/aspose.barcode.generation/barcodeparameters/get_widenarrowratio/ --- ## BarcodeParameters::get_WideNarrowRatio method diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/get_xdimension/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/get_xdimension/_index.md index 644577b9d..9ee151c2e 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/get_xdimension/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/get_xdimension/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::get_XDimension method linktitle: get_XDimension second_title: Aspose.BarCode for C++ API Reference -description: ' method. x-dimension is the smallest width of the unit of BarCode bars or spaces. Increase this will increase the whole barcode image width. Ignored if BaseGenerationParameters::AutoSizeMode property is set to AutoSizeMode.Nearest or AutoSizeMode.Interpolation in C++.' +description: 'Aspose::BarCode::Generation::BarcodeParameters::get_XDimension method. x-dimension is the smallest width of the unit of BarCode bars or spaces. Increase this will increase the whole barcode image width. Ignored if BaseGenerationParameters::AutoSizeMode property is set to AutoSizeMode.Nearest or AutoSizeMode.Interpolation in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/barcodeparameters/get_xdimension/ diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/set_barcolor/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/set_barcolor/_index.md index 5c25fdfbf..1d97abe10 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/set_barcolor/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/set_barcolor/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::set_BarColor method linktitle: set_BarColor second_title: Aspose.BarCode for C++ API Reference -description: ' method. Bars color. Default value: Color.Black in C++.' +description: 'Aspose::BarCode::Generation::BarcodeParameters::set_BarColor method. Bars color. Default value: Color.Black in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.generation/barcodeparameters/set_barcolor/ diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/set_barheight/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/set_barheight/_index.md index 9f5fd0e8f..2ad01a236 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/set_barheight/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/set_barheight/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::set_BarHeight method linktitle: set_BarHeight second_title: Aspose.BarCode for C++ API Reference -description: ' method. Height of 1D barcodes'' bars in Unit value. Ignored if BaseGenerationParameters::AutoSizeMode property is set to AutoSizeMode.Nearest or AutoSizeMode.Interpolation in C++.' +description: 'Aspose::BarCode::Generation::BarcodeParameters::set_BarHeight method. Height of 1D barcodes'' bars in Unit value. Ignored if BaseGenerationParameters::AutoSizeMode property is set to AutoSizeMode.Nearest or AutoSizeMode.Interpolation in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.generation/barcodeparameters/set_barheight/ diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/set_barwidthreduction/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/set_barwidthreduction/_index.md index 835af2d07..1a68c3c6a 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/set_barwidthreduction/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/set_barwidthreduction/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::set_BarWidthReduction method linktitle: set_BarWidthReduction second_title: Aspose.BarCode for C++ API Reference -description: ' method. Get or sets bars reduction value that is used to compensate ink spread while printing. Default value: 0 in C++.' +description: 'Aspose::BarCode::Generation::BarcodeParameters::set_BarWidthReduction method. Get or sets bars reduction value that is used to compensate ink spread while printing. Default value: 0 in C++.' type: docs -weight: 2200 +weight: 2000 url: /cpp/aspose.barcode.generation/barcodeparameters/set_barwidthreduction/ --- ## BarcodeParameters::set_BarWidthReduction method diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/set_checksumalwaysshow/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/set_checksumalwaysshow/_index.md index f36926e13..6a6364fd5 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/set_checksumalwaysshow/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/set_checksumalwaysshow/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::set_ChecksumAlwaysShow method linktitle: set_ChecksumAlwaysShow second_title: Aspose.BarCode for C++ API Reference -description: ' method. Always display checksum digit in the human readable text for Code128 and GS1Code128 barcodes in C++.' +description: 'Aspose::BarCode::Generation::BarcodeParameters::set_ChecksumAlwaysShow method. Always display checksum digit in the human readable text for Code128 and GS1Code128 barcodes in C++.' type: docs weight: 900 url: /cpp/aspose.barcode.generation/barcodeparameters/set_checksumalwaysshow/ diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/set_enableescape/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/set_enableescape/_index.md deleted file mode 100644 index 899081738..000000000 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/set_enableescape/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: method -linktitle: set_EnableEscape -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Indicates whether explains the character "\" as an escape character in CodeText property. Used for Pdf417, DataMatrix, Code128 only If the EnableEscape is true, "\" will be explained as a special escape character. Otherwise, "\" acts as normal characters in C++.' -type: docs -weight: 1300 -url: /cpp/aspose.barcode.generation/barcodeparameters/set_enableescape/ ---- -## BarcodeParameters::set_EnableEscape method - - -Indicates whether explains the character "\" as an escape character in CodeText property. Used for Pdf417, DataMatrix, Code128 only If the EnableEscape is true, "\" will be explained as a special escape character. Otherwise, "\" acts as normal characters. - -```cpp -void Aspose::BarCode::Generation::BarcodeParameters::set_EnableEscape(bool value) -``` - -## Remarks - - -[Aspose.BarCode](../../../aspose.barcode/) supports inputing decimal ascii code and mnemonic for ASCII control-code characters. For example, \013 and \CR stands for CR. -## See Also - -* Class [BarcodeParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/set_filledbars/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/set_filledbars/_index.md index 0c7613053..cf81e02f0 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/set_filledbars/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/set_filledbars/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::set_FilledBars method linktitle: set_FilledBars second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets a value indicating whether bars filled. Only for 1D barcodes. Default value: true in C++.' +description: 'Aspose::BarCode::Generation::BarcodeParameters::set_FilledBars method. Sets a value indicating whether bars filled. Only for 1D barcodes. Default value: true in C++.' type: docs -weight: 2000 +weight: 1800 url: /cpp/aspose.barcode.generation/barcodeparameters/set_filledbars/ --- ## BarcodeParameters::set_FilledBars method diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/set_gs1compositebar/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/set_gs1compositebar/_index.md index 970c6e9b1..fc52ff1d7 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/set_gs1compositebar/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/set_gs1compositebar/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::set_GS1CompositeBar method linktitle: set_GS1CompositeBar second_title: Aspose.BarCode for C++ API Reference -description: ' method. GS1 Composite Bar parameters in C++.' +description: 'Aspose::BarCode::Generation::BarcodeParameters::set_GS1CompositeBar method. GS1 Composite Bar parameters in C++.' type: docs -weight: 2800 +weight: 2600 url: /cpp/aspose.barcode.generation/barcodeparameters/set_gs1compositebar/ --- ## BarcodeParameters::set_GS1CompositeBar method diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/set_ischecksumenabled/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/set_ischecksumenabled/_index.md index 4dd926669..34fa10672 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/set_ischecksumenabled/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/set_ischecksumenabled/_index.md @@ -1,5 +1,5 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::set_IsChecksumEnabled method linktitle: set_IsChecksumEnabled second_title: Aspose.BarCode for C++ API Reference description: 'How to use set_IsChecksumEnabled method of Aspose::BarCode::Generation::BarcodeParameters class in C++.' diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/set_throwexceptionwhencodetextincorrect/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/set_throwexceptionwhencodetextincorrect/_index.md index 785619040..a2178b3c8 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/set_throwexceptionwhencodetextincorrect/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/set_throwexceptionwhencodetextincorrect/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::set_ThrowExceptionWhenCodeTextIncorrect method linktitle: set_ThrowExceptionWhenCodeTextIncorrect second_title: Aspose.BarCode for C++ API Reference -description: ' method. Only for 1D barcodes. If codetext is incorrect and value set to true - exception will be thrown. Otherwise codetext will be corrected to match barcode''s specification. Exception always will be thrown for: Databar symbology if codetext is incorrect. Exception always will not be thrown for: AustraliaPost, SingapurePost, Code39FullASCII, Code93, Code16K, Code128 symbology if codetext is incorrect in C++.' +description: 'Aspose::BarCode::Generation::BarcodeParameters::set_ThrowExceptionWhenCodeTextIncorrect method. Only for 1D barcodes. If codetext is incorrect and value set to true - exception will be thrown. Otherwise codetext will be corrected to match barcode''s specification. Exception always will be thrown for: Databar symbology if codetext is incorrect. Exception always will not be thrown for: AustraliaPost, SingapurePost, Code39FullASCII, Code93, Code16K, Code128 symbology if codetext is incorrect in C++.' type: docs -weight: 1500 +weight: 1300 url: /cpp/aspose.barcode.generation/barcodeparameters/set_throwexceptionwhencodetextincorrect/ --- ## BarcodeParameters::set_ThrowExceptionWhenCodeTextIncorrect method diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/set_widenarrowratio/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/set_widenarrowratio/_index.md index 6cbd9b5a7..8c9e046bd 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/set_widenarrowratio/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/set_widenarrowratio/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::set_WideNarrowRatio method linktitle: set_WideNarrowRatio second_title: Aspose.BarCode for C++ API Reference -description: ' method. Wide bars to Narrow bars ratio. Default value: 3, that is, wide bars are 3 times as wide as narrow bars. Used for ITF, PZN, PharmaCode, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, IATA2of5, VIN, DeutschePost, OPC, Code32, DataLogic2of5, PatchCode, Code39, Code39FullASCII in C++.' +description: 'Aspose::BarCode::Generation::BarcodeParameters::set_WideNarrowRatio method. Wide bars to Narrow bars ratio. Default value: 3, that is, wide bars are 3 times as wide as narrow bars. Used for ITF, PZN, PharmaCode, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, IATA2of5, VIN, DeutschePost, OPC, Code32, DataLogic2of5, PatchCode, Code39, Code39FullASCII in C++.' type: docs -weight: 1700 +weight: 1500 url: /cpp/aspose.barcode.generation/barcodeparameters/set_widenarrowratio/ --- ## BarcodeParameters::set_WideNarrowRatio method diff --git a/english/cpp/aspose.barcode.generation/barcodeparameters/set_xdimension/_index.md b/english/cpp/aspose.barcode.generation/barcodeparameters/set_xdimension/_index.md index 0dcdc8078..fab19982b 100644 --- a/english/cpp/aspose.barcode.generation/barcodeparameters/set_xdimension/_index.md +++ b/english/cpp/aspose.barcode.generation/barcodeparameters/set_xdimension/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BarcodeParameters::set_XDimension method linktitle: set_XDimension second_title: Aspose.BarCode for C++ API Reference -description: ' method. x-dimension is the smallest width of the unit of BarCode bars or spaces. Increase this will increase the whole barcode image width. Ignored if BaseGenerationParameters::AutoSizeMode property is set to AutoSizeMode.Nearest or AutoSizeMode.Interpolation in C++.' +description: 'Aspose::BarCode::Generation::BarcodeParameters::set_XDimension method. x-dimension is the smallest width of the unit of BarCode bars or spaces. Increase this will increase the whole barcode image width. Ignored if BaseGenerationParameters::AutoSizeMode property is set to AutoSizeMode.Nearest or AutoSizeMode.Interpolation in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/barcodeparameters/set_xdimension/ diff --git a/english/cpp/aspose.barcode.generation/baseencodetype/equals/_index.md b/english/cpp/aspose.barcode.generation/baseencodetype/equals/_index.md index e7e5c940d..01bb6aaa4 100644 --- a/english/cpp/aspose.barcode.generation/baseencodetype/equals/_index.md +++ b/english/cpp/aspose.barcode.generation/baseencodetype/equals/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BaseEncodeType::Equals method linktitle: Equals second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a value indicating whether this instance is equal to a specified BaseEncodeType value in C++.' +description: 'Aspose::BarCode::Generation::BaseEncodeType::Equals method. Returns a value indicating whether this instance is equal to a specified BaseEncodeType value in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.generation/baseencodetype/equals/ diff --git a/english/cpp/aspose.barcode.generation/baseencodetype/get_classification/_index.md b/english/cpp/aspose.barcode.generation/baseencodetype/get_classification/_index.md index 436751530..d3f4650dd 100644 --- a/english/cpp/aspose.barcode.generation/baseencodetype/get_classification/_index.md +++ b/english/cpp/aspose.barcode.generation/baseencodetype/get_classification/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BaseEncodeType::get_Classification method linktitle: get_Classification second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a classification of this symbology in C++.' +description: 'Aspose::BarCode::Generation::BaseEncodeType::get_Classification method. Gets a classification of this symbology in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.generation/baseencodetype/get_classification/ diff --git a/english/cpp/aspose.barcode.generation/baseencodetype/get_typeindex/_index.md b/english/cpp/aspose.barcode.generation/baseencodetype/get_typeindex/_index.md index 15c5833b4..adfdbdbd6 100644 --- a/english/cpp/aspose.barcode.generation/baseencodetype/get_typeindex/_index.md +++ b/english/cpp/aspose.barcode.generation/baseencodetype/get_typeindex/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BaseEncodeType::get_TypeIndex method linktitle: get_TypeIndex second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets an index of encode type in C++.' +description: 'Aspose::BarCode::Generation::BaseEncodeType::get_TypeIndex method. Gets an index of encode type in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/baseencodetype/get_typeindex/ diff --git a/english/cpp/aspose.barcode.generation/baseencodetype/get_typename/_index.md b/english/cpp/aspose.barcode.generation/baseencodetype/get_typename/_index.md index d9960a4a6..28aab4a07 100644 --- a/english/cpp/aspose.barcode.generation/baseencodetype/get_typename/_index.md +++ b/english/cpp/aspose.barcode.generation/baseencodetype/get_typename/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BaseEncodeType::get_TypeName method linktitle: get_TypeName second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a name of encode type in C++.' +description: 'Aspose::BarCode::Generation::BaseEncodeType::get_TypeName method. Gets a name of encode type in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/baseencodetype/get_typename/ diff --git a/english/cpp/aspose.barcode.generation/baseencodetype/gethashcode/_index.md b/english/cpp/aspose.barcode.generation/baseencodetype/gethashcode/_index.md index 03817b525..bb2e22c2c 100644 --- a/english/cpp/aspose.barcode.generation/baseencodetype/gethashcode/_index.md +++ b/english/cpp/aspose.barcode.generation/baseencodetype/gethashcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BaseEncodeType::GetHashCode method linktitle: GetHashCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns the hash code for this instance in C++.' +description: 'Aspose::BarCode::Generation::BaseEncodeType::GetHashCode method. Returns the hash code for this instance in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.generation/baseencodetype/gethashcode/ diff --git a/english/cpp/aspose.barcode.generation/baseencodetype/getstring/_index.md b/english/cpp/aspose.barcode.generation/baseencodetype/getstring/_index.md index ec1e5456d..d7d447f1a 100644 --- a/english/cpp/aspose.barcode.generation/baseencodetype/getstring/_index.md +++ b/english/cpp/aspose.barcode.generation/baseencodetype/getstring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BaseEncodeType::GetString method linktitle: GetString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Converts the instance of BaseEncodeType to its equivalent string representation. The string format is: "Index:0; Name:Codabar" in C++.' +description: 'Aspose::BarCode::Generation::BaseEncodeType::GetString method. Converts the instance of BaseEncodeType to its equivalent string representation. The string format is: "Index:0; Name:Codabar" in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.generation/baseencodetype/getstring/ diff --git a/english/cpp/aspose.barcode.generation/baseencodetype/parse/_index.md b/english/cpp/aspose.barcode.generation/baseencodetype/parse/_index.md index 902ea9275..4279cacf3 100644 --- a/english/cpp/aspose.barcode.generation/baseencodetype/parse/_index.md +++ b/english/cpp/aspose.barcode.generation/baseencodetype/parse/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BaseEncodeType::Parse method linktitle: Parse second_title: Aspose.BarCode for C++ API Reference -description: ' method. Converts the string representation of the name of a BaseEncodeType to its instance in C++.' +description: 'Aspose::BarCode::Generation::BaseEncodeType::Parse method. Converts the string representation of the name of a BaseEncodeType to its instance in C++.' type: docs weight: 900 url: /cpp/aspose.barcode.generation/baseencodetype/parse/ diff --git a/english/cpp/aspose.barcode.generation/baseencodetype/tostring/_index.md b/english/cpp/aspose.barcode.generation/baseencodetype/tostring/_index.md index 1c2455b46..17de69215 100644 --- a/english/cpp/aspose.barcode.generation/baseencodetype/tostring/_index.md +++ b/english/cpp/aspose.barcode.generation/baseencodetype/tostring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BaseEncodeType::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns the name of the given BaseEncodeType as a string in C++.' +description: 'Aspose::BarCode::Generation::BaseEncodeType::ToString method. Returns the name of the given BaseEncodeType as a string in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.generation/baseencodetype/tostring/ diff --git a/english/cpp/aspose.barcode.generation/baseencodetype/tryparse/_index.md b/english/cpp/aspose.barcode.generation/baseencodetype/tryparse/_index.md index 48050003d..49039a892 100644 --- a/english/cpp/aspose.barcode.generation/baseencodetype/tryparse/_index.md +++ b/english/cpp/aspose.barcode.generation/baseencodetype/tryparse/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BaseEncodeType::TryParse method linktitle: TryParse second_title: Aspose.BarCode for C++ API Reference -description: ' method. Converts the string representation of a BaseEncodeType to its instance. A return value indicates whether the conversion succeeded or failed in C++.' +description: 'Aspose::BarCode::Generation::BaseEncodeType::TryParse method. Converts the string representation of a BaseEncodeType to its instance. A return value indicates whether the conversion succeeded or failed in C++.' type: docs weight: 800 url: /cpp/aspose.barcode.generation/baseencodetype/tryparse/ diff --git a/english/cpp/aspose.barcode.generation/basegenerationparameters/get_autosizemode/_index.md b/english/cpp/aspose.barcode.generation/basegenerationparameters/get_autosizemode/_index.md index d454d291a..48746ab64 100644 --- a/english/cpp/aspose.barcode.generation/basegenerationparameters/get_autosizemode/_index.md +++ b/english/cpp/aspose.barcode.generation/basegenerationparameters/get_autosizemode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BaseGenerationParameters::get_AutoSizeMode method linktitle: get_AutoSizeMode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Specifies the different types of automatic sizing modes. Default value: AutoSizeMode.None in C++.' +description: 'Aspose::BarCode::Generation::BaseGenerationParameters::get_AutoSizeMode method. Specifies the different types of automatic sizing modes. Default value: AutoSizeMode.None in C++.' type: docs weight: 1200 url: /cpp/aspose.barcode.generation/basegenerationparameters/get_autosizemode/ diff --git a/english/cpp/aspose.barcode.generation/basegenerationparameters/get_backcolor/_index.md b/english/cpp/aspose.barcode.generation/basegenerationparameters/get_backcolor/_index.md index 1b12e4812..22178e8e6 100644 --- a/english/cpp/aspose.barcode.generation/basegenerationparameters/get_backcolor/_index.md +++ b/english/cpp/aspose.barcode.generation/basegenerationparameters/get_backcolor/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BaseGenerationParameters::get_BackColor method linktitle: get_BackColor second_title: Aspose.BarCode for C++ API Reference -description: ' method. Background color of the barcode image. Default value: Color.White. See Color in C++.' +description: 'Aspose::BarCode::Generation::BaseGenerationParameters::get_BackColor method. Background color of the barcode image. Default value: Color.White. See Color in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.generation/basegenerationparameters/get_backcolor/ diff --git a/english/cpp/aspose.barcode.generation/basegenerationparameters/get_barcode/_index.md b/english/cpp/aspose.barcode.generation/basegenerationparameters/get_barcode/_index.md index d73edd3ce..841b5c1de 100644 --- a/english/cpp/aspose.barcode.generation/basegenerationparameters/get_barcode/_index.md +++ b/english/cpp/aspose.barcode.generation/basegenerationparameters/get_barcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BaseGenerationParameters::get_Barcode method linktitle: get_Barcode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the BarcodeParameters that contains all barcode properties in C++.' +description: 'Aspose::BarCode::Generation::BaseGenerationParameters::get_Barcode method. Gets the BarcodeParameters that contains all barcode properties in C++.' type: docs weight: 1800 url: /cpp/aspose.barcode.generation/basegenerationparameters/get_barcode/ diff --git a/english/cpp/aspose.barcode.generation/basegenerationparameters/get_border/_index.md b/english/cpp/aspose.barcode.generation/basegenerationparameters/get_border/_index.md index 404b82e45..957085ef0 100644 --- a/english/cpp/aspose.barcode.generation/basegenerationparameters/get_border/_index.md +++ b/english/cpp/aspose.barcode.generation/basegenerationparameters/get_border/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BaseGenerationParameters::get_Border method linktitle: get_Border second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the BorderParameters that contains all configuration properties for barcode border in C++.' +description: 'Aspose::BarCode::Generation::BaseGenerationParameters::get_Border method. Gets the BorderParameters that contains all configuration properties for barcode border in C++.' type: docs weight: 1900 url: /cpp/aspose.barcode.generation/basegenerationparameters/get_border/ diff --git a/english/cpp/aspose.barcode.generation/basegenerationparameters/get_captionabove/_index.md b/english/cpp/aspose.barcode.generation/basegenerationparameters/get_captionabove/_index.md index 20c542c35..7f680c942 100644 --- a/english/cpp/aspose.barcode.generation/basegenerationparameters/get_captionabove/_index.md +++ b/english/cpp/aspose.barcode.generation/basegenerationparameters/get_captionabove/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BaseGenerationParameters::get_CaptionAbove method linktitle: get_CaptionAbove second_title: Aspose.BarCode for C++ API Reference -description: ' method. Caption Above the BarCode image. See CaptionParameters in C++.' +description: 'Aspose::BarCode::Generation::BaseGenerationParameters::get_CaptionAbove method. Caption Above the BarCode image. See CaptionParameters in C++.' type: docs weight: 900 url: /cpp/aspose.barcode.generation/basegenerationparameters/get_captionabove/ diff --git a/english/cpp/aspose.barcode.generation/basegenerationparameters/get_captionbelow/_index.md b/english/cpp/aspose.barcode.generation/basegenerationparameters/get_captionbelow/_index.md index 84fe41b32..085608483 100644 --- a/english/cpp/aspose.barcode.generation/basegenerationparameters/get_captionbelow/_index.md +++ b/english/cpp/aspose.barcode.generation/basegenerationparameters/get_captionbelow/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BaseGenerationParameters::get_CaptionBelow method linktitle: get_CaptionBelow second_title: Aspose.BarCode for C++ API Reference -description: ' method. Caption Below the BarCode image. See CaptionParameters in C++.' +description: 'Aspose::BarCode::Generation::BaseGenerationParameters::get_CaptionBelow method. Caption Below the BarCode image. See CaptionParameters in C++.' type: docs weight: 1000 url: /cpp/aspose.barcode.generation/basegenerationparameters/get_captionbelow/ diff --git a/english/cpp/aspose.barcode.generation/basegenerationparameters/get_image/_index.md b/english/cpp/aspose.barcode.generation/basegenerationparameters/get_image/_index.md index 90cd3a09f..1d1282e90 100644 --- a/english/cpp/aspose.barcode.generation/basegenerationparameters/get_image/_index.md +++ b/english/cpp/aspose.barcode.generation/basegenerationparameters/get_image/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BaseGenerationParameters::get_Image method linktitle: get_Image second_title: Aspose.BarCode for C++ API Reference -description: ' method. Image parameters. See ImageParameters in C++.' +description: 'Aspose::BarCode::Generation::BaseGenerationParameters::get_Image method. Image parameters. See ImageParameters in C++.' type: docs weight: 1100 url: /cpp/aspose.barcode.generation/basegenerationparameters/get_image/ diff --git a/english/cpp/aspose.barcode.generation/basegenerationparameters/get_imageheight/_index.md b/english/cpp/aspose.barcode.generation/basegenerationparameters/get_imageheight/_index.md index 1a06f9760..972d9411f 100644 --- a/english/cpp/aspose.barcode.generation/basegenerationparameters/get_imageheight/_index.md +++ b/english/cpp/aspose.barcode.generation/basegenerationparameters/get_imageheight/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BaseGenerationParameters::get_ImageHeight method linktitle: get_ImageHeight second_title: Aspose.BarCode for C++ API Reference -description: ' method. BarCode image height when AutoSizeMode property is set to AutoSizeMode.Nearest or AutoSizeMode.Interpolation in C++.' +description: 'Aspose::BarCode::Generation::BaseGenerationParameters::get_ImageHeight method. BarCode image height when AutoSizeMode property is set to AutoSizeMode.Nearest or AutoSizeMode.Interpolation in C++.' type: docs weight: 1400 url: /cpp/aspose.barcode.generation/basegenerationparameters/get_imageheight/ diff --git a/english/cpp/aspose.barcode.generation/basegenerationparameters/get_imagewidth/_index.md b/english/cpp/aspose.barcode.generation/basegenerationparameters/get_imagewidth/_index.md index 271cd1f56..07efdc7bb 100644 --- a/english/cpp/aspose.barcode.generation/basegenerationparameters/get_imagewidth/_index.md +++ b/english/cpp/aspose.barcode.generation/basegenerationparameters/get_imagewidth/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BaseGenerationParameters::get_ImageWidth method linktitle: get_ImageWidth second_title: Aspose.BarCode for C++ API Reference -description: ' method. BarCode image width when AutoSizeMode property is set to AutoSizeMode.Nearest or AutoSizeMode.Interpolation in C++.' +description: 'Aspose::BarCode::Generation::BaseGenerationParameters::get_ImageWidth method. BarCode image width when AutoSizeMode property is set to AutoSizeMode.Nearest or AutoSizeMode.Interpolation in C++.' type: docs weight: 1600 url: /cpp/aspose.barcode.generation/basegenerationparameters/get_imagewidth/ diff --git a/english/cpp/aspose.barcode.generation/basegenerationparameters/get_resolution/_index.md b/english/cpp/aspose.barcode.generation/basegenerationparameters/get_resolution/_index.md index 183acd940..531879b13 100644 --- a/english/cpp/aspose.barcode.generation/basegenerationparameters/get_resolution/_index.md +++ b/english/cpp/aspose.barcode.generation/basegenerationparameters/get_resolution/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BaseGenerationParameters::get_Resolution method linktitle: get_Resolution second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi in C++.' +description: 'Aspose::BarCode::Generation::BaseGenerationParameters::get_Resolution method. Gets the resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.generation/basegenerationparameters/get_resolution/ diff --git a/english/cpp/aspose.barcode.generation/basegenerationparameters/get_rotationangle/_index.md b/english/cpp/aspose.barcode.generation/basegenerationparameters/get_rotationangle/_index.md index bf7fd7458..62d4a549e 100644 --- a/english/cpp/aspose.barcode.generation/basegenerationparameters/get_rotationangle/_index.md +++ b/english/cpp/aspose.barcode.generation/basegenerationparameters/get_rotationangle/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BaseGenerationParameters::get_RotationAngle method linktitle: get_RotationAngle second_title: Aspose.BarCode for C++ API Reference -description: ' method. BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. Default value: 0 in C++.' +description: 'Aspose::BarCode::Generation::BaseGenerationParameters::get_RotationAngle method. BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. Default value: 0 in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.generation/basegenerationparameters/get_rotationangle/ diff --git a/english/cpp/aspose.barcode.generation/basegenerationparameters/get_useantialias/_index.md b/english/cpp/aspose.barcode.generation/basegenerationparameters/get_useantialias/_index.md index 6a74abc1c..0f14e12bc 100644 --- a/english/cpp/aspose.barcode.generation/basegenerationparameters/get_useantialias/_index.md +++ b/english/cpp/aspose.barcode.generation/basegenerationparameters/get_useantialias/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BaseGenerationParameters::get_UseAntiAlias method linktitle: get_UseAntiAlias second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a value indicating whether is used anti-aliasing mode to render image in C++.' +description: 'Aspose::BarCode::Generation::BaseGenerationParameters::get_UseAntiAlias method. Gets a value indicating whether is used anti-aliasing mode to render image in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/basegenerationparameters/get_useantialias/ diff --git a/english/cpp/aspose.barcode.generation/basegenerationparameters/set_autosizemode/_index.md b/english/cpp/aspose.barcode.generation/basegenerationparameters/set_autosizemode/_index.md index c5ed4ac61..13b529fa2 100644 --- a/english/cpp/aspose.barcode.generation/basegenerationparameters/set_autosizemode/_index.md +++ b/english/cpp/aspose.barcode.generation/basegenerationparameters/set_autosizemode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BaseGenerationParameters::set_AutoSizeMode method linktitle: set_AutoSizeMode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Specifies the different types of automatic sizing modes. Default value: AutoSizeMode.None in C++.' +description: 'Aspose::BarCode::Generation::BaseGenerationParameters::set_AutoSizeMode method. Specifies the different types of automatic sizing modes. Default value: AutoSizeMode.None in C++.' type: docs weight: 1300 url: /cpp/aspose.barcode.generation/basegenerationparameters/set_autosizemode/ diff --git a/english/cpp/aspose.barcode.generation/basegenerationparameters/set_backcolor/_index.md b/english/cpp/aspose.barcode.generation/basegenerationparameters/set_backcolor/_index.md index 3c31a913f..5958b4b65 100644 --- a/english/cpp/aspose.barcode.generation/basegenerationparameters/set_backcolor/_index.md +++ b/english/cpp/aspose.barcode.generation/basegenerationparameters/set_backcolor/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BaseGenerationParameters::set_BackColor method linktitle: set_BackColor second_title: Aspose.BarCode for C++ API Reference -description: ' method. Background color of the barcode image. Default value: Color.White. See Color in C++.' +description: 'Aspose::BarCode::Generation::BaseGenerationParameters::set_BackColor method. Background color of the barcode image. Default value: Color.White. See Color in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.generation/basegenerationparameters/set_backcolor/ diff --git a/english/cpp/aspose.barcode.generation/basegenerationparameters/set_imageheight/_index.md b/english/cpp/aspose.barcode.generation/basegenerationparameters/set_imageheight/_index.md index 3790df69e..504a14330 100644 --- a/english/cpp/aspose.barcode.generation/basegenerationparameters/set_imageheight/_index.md +++ b/english/cpp/aspose.barcode.generation/basegenerationparameters/set_imageheight/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BaseGenerationParameters::set_ImageHeight method linktitle: set_ImageHeight second_title: Aspose.BarCode for C++ API Reference -description: ' method. BarCode image height when AutoSizeMode property is set to AutoSizeMode.Nearest or AutoSizeMode.Interpolation in C++.' +description: 'Aspose::BarCode::Generation::BaseGenerationParameters::set_ImageHeight method. BarCode image height when AutoSizeMode property is set to AutoSizeMode.Nearest or AutoSizeMode.Interpolation in C++.' type: docs weight: 1500 url: /cpp/aspose.barcode.generation/basegenerationparameters/set_imageheight/ diff --git a/english/cpp/aspose.barcode.generation/basegenerationparameters/set_imagewidth/_index.md b/english/cpp/aspose.barcode.generation/basegenerationparameters/set_imagewidth/_index.md index a8c752751..c23c16ea3 100644 --- a/english/cpp/aspose.barcode.generation/basegenerationparameters/set_imagewidth/_index.md +++ b/english/cpp/aspose.barcode.generation/basegenerationparameters/set_imagewidth/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BaseGenerationParameters::set_ImageWidth method linktitle: set_ImageWidth second_title: Aspose.BarCode for C++ API Reference -description: ' method. BarCode image width when AutoSizeMode property is set to AutoSizeMode.Nearest or AutoSizeMode.Interpolation in C++.' +description: 'Aspose::BarCode::Generation::BaseGenerationParameters::set_ImageWidth method. BarCode image width when AutoSizeMode property is set to AutoSizeMode.Nearest or AutoSizeMode.Interpolation in C++.' type: docs weight: 1700 url: /cpp/aspose.barcode.generation/basegenerationparameters/set_imagewidth/ diff --git a/english/cpp/aspose.barcode.generation/basegenerationparameters/set_resolution/_index.md b/english/cpp/aspose.barcode.generation/basegenerationparameters/set_resolution/_index.md index 71f508965..bad87aead 100644 --- a/english/cpp/aspose.barcode.generation/basegenerationparameters/set_resolution/_index.md +++ b/english/cpp/aspose.barcode.generation/basegenerationparameters/set_resolution/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BaseGenerationParameters::set_Resolution method linktitle: set_Resolution second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets the resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi in C++.' +description: 'Aspose::BarCode::Generation::BaseGenerationParameters::set_Resolution method. Sets the resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.generation/basegenerationparameters/set_resolution/ diff --git a/english/cpp/aspose.barcode.generation/basegenerationparameters/set_rotationangle/_index.md b/english/cpp/aspose.barcode.generation/basegenerationparameters/set_rotationangle/_index.md index cf18038ac..17f8d2f8e 100644 --- a/english/cpp/aspose.barcode.generation/basegenerationparameters/set_rotationangle/_index.md +++ b/english/cpp/aspose.barcode.generation/basegenerationparameters/set_rotationangle/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BaseGenerationParameters::set_RotationAngle method linktitle: set_RotationAngle second_title: Aspose.BarCode for C++ API Reference -description: ' method. BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. Default value: 0 in C++.' +description: 'Aspose::BarCode::Generation::BaseGenerationParameters::set_RotationAngle method. BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. Default value: 0 in C++.' type: docs weight: 800 url: /cpp/aspose.barcode.generation/basegenerationparameters/set_rotationangle/ diff --git a/english/cpp/aspose.barcode.generation/basegenerationparameters/set_useantialias/_index.md b/english/cpp/aspose.barcode.generation/basegenerationparameters/set_useantialias/_index.md index 69d208dc7..b4b0b633d 100644 --- a/english/cpp/aspose.barcode.generation/basegenerationparameters/set_useantialias/_index.md +++ b/english/cpp/aspose.barcode.generation/basegenerationparameters/set_useantialias/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BaseGenerationParameters::set_UseAntiAlias method linktitle: set_UseAntiAlias second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets a value indicating whether is used anti-aliasing mode to render image in C++.' +description: 'Aspose::BarCode::Generation::BaseGenerationParameters::set_UseAntiAlias method. Sets a value indicating whether is used anti-aliasing mode to render image in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/basegenerationparameters/set_useantialias/ diff --git a/english/cpp/aspose.barcode.generation/borderdashstyle/_index.md b/english/cpp/aspose.barcode.generation/borderdashstyle/_index.md index 2523975a5..d28a0883e 100644 --- a/english/cpp/aspose.barcode.generation/borderdashstyle/_index.md +++ b/english/cpp/aspose.barcode.generation/borderdashstyle/_index.md @@ -1,8 +1,8 @@ --- -title: enum +title: Aspose::BarCode::Generation::BorderDashStyle enum linktitle: BorderDashStyle second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Specifies the style of dashed border lines in C++.' +description: 'Aspose::BarCode::Generation::BorderDashStyle enum. Specifies the style of dashed border lines in C++.' type: docs weight: 5100 url: /cpp/aspose.barcode.generation/borderdashstyle/ diff --git a/english/cpp/aspose.barcode.generation/borderparameters/get_color/_index.md b/english/cpp/aspose.barcode.generation/borderparameters/get_color/_index.md index 17d5eb94b..347a242b8 100644 --- a/english/cpp/aspose.barcode.generation/borderparameters/get_color/_index.md +++ b/english/cpp/aspose.barcode.generation/borderparameters/get_color/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BorderParameters::get_Color method linktitle: get_Color second_title: Aspose.BarCode for C++ API Reference -description: ' method. Border color. Default value: Color.Black in C++.' +description: 'Aspose::BarCode::Generation::BorderParameters::get_Color method. Border color. Default value: Color.Black in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.generation/borderparameters/get_color/ diff --git a/english/cpp/aspose.barcode.generation/borderparameters/get_dashstyle/_index.md b/english/cpp/aspose.barcode.generation/borderparameters/get_dashstyle/_index.md index 6593c5fb0..0d27637ce 100644 --- a/english/cpp/aspose.barcode.generation/borderparameters/get_dashstyle/_index.md +++ b/english/cpp/aspose.barcode.generation/borderparameters/get_dashstyle/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BorderParameters::get_DashStyle method linktitle: get_DashStyle second_title: Aspose.BarCode for C++ API Reference -description: ' method. Border dash style. Default value: BorderDashStyle.Solid in C++.' +description: 'Aspose::BarCode::Generation::BorderParameters::get_DashStyle method. Border dash style. Default value: BorderDashStyle.Solid in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.generation/borderparameters/get_dashstyle/ diff --git a/english/cpp/aspose.barcode.generation/borderparameters/get_visible/_index.md b/english/cpp/aspose.barcode.generation/borderparameters/get_visible/_index.md index ce4bc1177..65685ee09 100644 --- a/english/cpp/aspose.barcode.generation/borderparameters/get_visible/_index.md +++ b/english/cpp/aspose.barcode.generation/borderparameters/get_visible/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BorderParameters::get_Visible method linktitle: get_Visible second_title: Aspose.BarCode for C++ API Reference -description: ' method. Border visibility. If false than parameter Width is always ignored (0). Default value: false in C++.' +description: 'Aspose::BarCode::Generation::BorderParameters::get_Visible method. Border visibility. If false than parameter Width is always ignored (0). Default value: false in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/borderparameters/get_visible/ diff --git a/english/cpp/aspose.barcode.generation/borderparameters/get_width/_index.md b/english/cpp/aspose.barcode.generation/borderparameters/get_width/_index.md index 46055cc8a..0a3c43ad9 100644 --- a/english/cpp/aspose.barcode.generation/borderparameters/get_width/_index.md +++ b/english/cpp/aspose.barcode.generation/borderparameters/get_width/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BorderParameters::get_Width method linktitle: get_Width second_title: Aspose.BarCode for C++ API Reference -description: ' method. Border width. Default value: 0. Ignored if Visible is set to false in C++.' +description: 'Aspose::BarCode::Generation::BorderParameters::get_Width method. Border width. Default value: 0. Ignored if Visible is set to false in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.generation/borderparameters/get_width/ diff --git a/english/cpp/aspose.barcode.generation/borderparameters/set_color/_index.md b/english/cpp/aspose.barcode.generation/borderparameters/set_color/_index.md index 4d9f834a4..38755338b 100644 --- a/english/cpp/aspose.barcode.generation/borderparameters/set_color/_index.md +++ b/english/cpp/aspose.barcode.generation/borderparameters/set_color/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BorderParameters::set_Color method linktitle: set_Color second_title: Aspose.BarCode for C++ API Reference -description: ' method. Border color. Default value: Color.Black in C++.' +description: 'Aspose::BarCode::Generation::BorderParameters::set_Color method. Border color. Default value: Color.Black in C++.' type: docs weight: 800 url: /cpp/aspose.barcode.generation/borderparameters/set_color/ diff --git a/english/cpp/aspose.barcode.generation/borderparameters/set_dashstyle/_index.md b/english/cpp/aspose.barcode.generation/borderparameters/set_dashstyle/_index.md index b374af69c..fc788fb3e 100644 --- a/english/cpp/aspose.barcode.generation/borderparameters/set_dashstyle/_index.md +++ b/english/cpp/aspose.barcode.generation/borderparameters/set_dashstyle/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BorderParameters::set_DashStyle method linktitle: set_DashStyle second_title: Aspose.BarCode for C++ API Reference -description: ' method. Border dash style. Default value: BorderDashStyle.Solid in C++.' +description: 'Aspose::BarCode::Generation::BorderParameters::set_DashStyle method. Border dash style. Default value: BorderDashStyle.Solid in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.generation/borderparameters/set_dashstyle/ diff --git a/english/cpp/aspose.barcode.generation/borderparameters/set_visible/_index.md b/english/cpp/aspose.barcode.generation/borderparameters/set_visible/_index.md index 5a00441df..d0b099ca7 100644 --- a/english/cpp/aspose.barcode.generation/borderparameters/set_visible/_index.md +++ b/english/cpp/aspose.barcode.generation/borderparameters/set_visible/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BorderParameters::set_Visible method linktitle: set_Visible second_title: Aspose.BarCode for C++ API Reference -description: ' method. Border visibility. If false than parameter Width is always ignored (0). Default value: false in C++.' +description: 'Aspose::BarCode::Generation::BorderParameters::set_Visible method. Border visibility. If false than parameter Width is always ignored (0). Default value: false in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/borderparameters/set_visible/ diff --git a/english/cpp/aspose.barcode.generation/borderparameters/set_width/_index.md b/english/cpp/aspose.barcode.generation/borderparameters/set_width/_index.md index ea9fa8612..8bb190d8d 100644 --- a/english/cpp/aspose.barcode.generation/borderparameters/set_width/_index.md +++ b/english/cpp/aspose.barcode.generation/borderparameters/set_width/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BorderParameters::set_Width method linktitle: set_Width second_title: Aspose.BarCode for C++ API Reference -description: ' method. Border width. Default value: 0. Ignored if Visible is set to false in C++.' +description: 'Aspose::BarCode::Generation::BorderParameters::set_Width method. Border width. Default value: 0. Ignored if Visible is set to false in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.generation/borderparameters/set_width/ diff --git a/english/cpp/aspose.barcode.generation/borderparameters/tostring/_index.md b/english/cpp/aspose.barcode.generation/borderparameters/tostring/_index.md index e1dfd98fb..eba13fcb4 100644 --- a/english/cpp/aspose.barcode.generation/borderparameters/tostring/_index.md +++ b/english/cpp/aspose.barcode.generation/borderparameters/tostring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::BorderParameters::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this BorderParameters in C++.' +description: 'Aspose::BarCode::Generation::BorderParameters::ToString method. Returns a human-readable string representation of this BorderParameters in C++.' type: docs weight: 900 url: /cpp/aspose.barcode.generation/borderparameters/tostring/ diff --git a/english/cpp/aspose.barcode.generation/captionparameters/_index.md b/english/cpp/aspose.barcode.generation/captionparameters/_index.md index 17c5c6949..12d6b6bbc 100644 --- a/english/cpp/aspose.barcode.generation/captionparameters/_index.md +++ b/english/cpp/aspose.barcode.generation/captionparameters/_index.md @@ -20,14 +20,14 @@ class CaptionParameters : public System::Object | Method | Description | | --- | --- | -| [get_Alignment](./get_alignment/)() const | Caption test horizontal alignment. Default value: [StringAlignment.Center](../textalignment/). | +| [get_Alignment](./get_alignment/)() const | Caption test horizontal alignment. Default value: StringAlignment.Center. | | [get_Font](./get_font/)() const | Caption font. Default value: Arial 8pt regular. | | [get_NoWrap](./get_nowrap/)() const | Specify word wraps (line breaks) within text. Default value: false. | | [get_Padding](./get_padding/)() const | Captions paddings. Default value for CaptionAbove: 5pt 5pt 0 5pt. Default value for CaptionBelow: 0 5pt 5pt 5pt. | | [get_Text](./get_text/)() const | Caption text. Default value: empty string. | | [get_TextColor](./get_textcolor/)() const | Caption text color. Default value: Color.Black. | | [get_Visible](./get_visible/)() const | Caption text visibility. Default value: false. | -| [set_Alignment](./set_alignment/)(TextAlignment) | Caption test horizontal alignment. Default value: [StringAlignment.Center](../textalignment/). | +| [set_Alignment](./set_alignment/)(TextAlignment) | Caption test horizontal alignment. Default value: StringAlignment.Center. | | [set_NoWrap](./set_nowrap/)(bool) | Specify word wraps (line breaks) within text. Default value: false. | | [set_Padding](./set_padding/)(System::SharedPtr\) | Captions paddings. Default value for CaptionAbove: 5pt 5pt 0 5pt. Default value for CaptionBelow: 0 5pt 5pt 5pt. | | [set_Text](./set_text/)(System::String) | Caption text. Default value: empty string. | diff --git a/english/cpp/aspose.barcode.generation/captionparameters/get_alignment/_index.md b/english/cpp/aspose.barcode.generation/captionparameters/get_alignment/_index.md index 1398e19e8..52236d53e 100644 --- a/english/cpp/aspose.barcode.generation/captionparameters/get_alignment/_index.md +++ b/english/cpp/aspose.barcode.generation/captionparameters/get_alignment/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CaptionParameters::get_Alignment method linktitle: get_Alignment second_title: Aspose.BarCode for C++ API Reference -description: ' method. Caption test horizontal alignment. Default value: StringAlignment.Center in C++.' +description: 'Aspose::BarCode::Generation::CaptionParameters::get_Alignment method. Caption test horizontal alignment. Default value: StringAlignment.Center in C++.' type: docs weight: 1000 url: /cpp/aspose.barcode.generation/captionparameters/get_alignment/ @@ -10,7 +10,7 @@ url: /cpp/aspose.barcode.generation/captionparameters/get_alignment/ ## CaptionParameters::get_Alignment method -Caption test horizontal alignment. Default value: [StringAlignment.Center](../../textalignment/). +Caption test horizontal alignment. Default value: StringAlignment.Center. ```cpp TextAlignment Aspose::BarCode::Generation::CaptionParameters::get_Alignment() const diff --git a/english/cpp/aspose.barcode.generation/captionparameters/get_font/_index.md b/english/cpp/aspose.barcode.generation/captionparameters/get_font/_index.md index 16272e01d..11f079797 100644 --- a/english/cpp/aspose.barcode.generation/captionparameters/get_font/_index.md +++ b/english/cpp/aspose.barcode.generation/captionparameters/get_font/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CaptionParameters::get_Font method linktitle: get_Font second_title: Aspose.BarCode for C++ API Reference -description: ' method. Caption font. Default value: Arial 8pt regular in C++.' +description: 'Aspose::BarCode::Generation::CaptionParameters::get_Font method. Caption font. Default value: Arial 8pt regular in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.generation/captionparameters/get_font/ diff --git a/english/cpp/aspose.barcode.generation/captionparameters/get_nowrap/_index.md b/english/cpp/aspose.barcode.generation/captionparameters/get_nowrap/_index.md index c8188ef84..beaaa283d 100644 --- a/english/cpp/aspose.barcode.generation/captionparameters/get_nowrap/_index.md +++ b/english/cpp/aspose.barcode.generation/captionparameters/get_nowrap/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CaptionParameters::get_NoWrap method linktitle: get_NoWrap second_title: Aspose.BarCode for C++ API Reference -description: ' method. Specify word wraps (line breaks) within text. Default value: false in C++.' +description: 'Aspose::BarCode::Generation::CaptionParameters::get_NoWrap method. Specify word wraps (line breaks) within text. Default value: false in C++.' type: docs weight: 1200 url: /cpp/aspose.barcode.generation/captionparameters/get_nowrap/ diff --git a/english/cpp/aspose.barcode.generation/captionparameters/get_padding/_index.md b/english/cpp/aspose.barcode.generation/captionparameters/get_padding/_index.md index 91098f18c..6c89d6c04 100644 --- a/english/cpp/aspose.barcode.generation/captionparameters/get_padding/_index.md +++ b/english/cpp/aspose.barcode.generation/captionparameters/get_padding/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CaptionParameters::get_Padding method linktitle: get_Padding second_title: Aspose.BarCode for C++ API Reference -description: ' method. Captions paddings. Default value for CaptionAbove: 5pt 5pt 0 5pt. Default value for CaptionBelow: 0 5pt 5pt 5pt in C++.' +description: 'Aspose::BarCode::Generation::CaptionParameters::get_Padding method. Captions paddings. Default value for CaptionAbove: 5pt 5pt 0 5pt. Default value for CaptionBelow: 0 5pt 5pt 5pt in C++.' type: docs weight: 800 url: /cpp/aspose.barcode.generation/captionparameters/get_padding/ diff --git a/english/cpp/aspose.barcode.generation/captionparameters/get_text/_index.md b/english/cpp/aspose.barcode.generation/captionparameters/get_text/_index.md index b8d5e0a23..c3e525ea9 100644 --- a/english/cpp/aspose.barcode.generation/captionparameters/get_text/_index.md +++ b/english/cpp/aspose.barcode.generation/captionparameters/get_text/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CaptionParameters::get_Text method linktitle: get_Text second_title: Aspose.BarCode for C++ API Reference -description: ' method. Caption text. Default value: empty string in C++.' +description: 'Aspose::BarCode::Generation::CaptionParameters::get_Text method. Caption text. Default value: empty string in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/captionparameters/get_text/ diff --git a/english/cpp/aspose.barcode.generation/captionparameters/get_textcolor/_index.md b/english/cpp/aspose.barcode.generation/captionparameters/get_textcolor/_index.md index 1b5b8d6b5..0ca03af9b 100644 --- a/english/cpp/aspose.barcode.generation/captionparameters/get_textcolor/_index.md +++ b/english/cpp/aspose.barcode.generation/captionparameters/get_textcolor/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CaptionParameters::get_TextColor method linktitle: get_TextColor second_title: Aspose.BarCode for C++ API Reference -description: ' method. Caption text color. Default value: Color.Black in C++.' +description: 'Aspose::BarCode::Generation::CaptionParameters::get_TextColor method. Caption text color. Default value: Color.Black in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.generation/captionparameters/get_textcolor/ diff --git a/english/cpp/aspose.barcode.generation/captionparameters/get_visible/_index.md b/english/cpp/aspose.barcode.generation/captionparameters/get_visible/_index.md index b171cfecb..96089d326 100644 --- a/english/cpp/aspose.barcode.generation/captionparameters/get_visible/_index.md +++ b/english/cpp/aspose.barcode.generation/captionparameters/get_visible/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CaptionParameters::get_Visible method linktitle: get_Visible second_title: Aspose.BarCode for C++ API Reference -description: ' method. Caption text visibility. Default value: false in C++.' +description: 'Aspose::BarCode::Generation::CaptionParameters::get_Visible method. Caption text visibility. Default value: false in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.generation/captionparameters/get_visible/ diff --git a/english/cpp/aspose.barcode.generation/captionparameters/set_alignment/_index.md b/english/cpp/aspose.barcode.generation/captionparameters/set_alignment/_index.md index 41ff90848..e2e902048 100644 --- a/english/cpp/aspose.barcode.generation/captionparameters/set_alignment/_index.md +++ b/english/cpp/aspose.barcode.generation/captionparameters/set_alignment/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CaptionParameters::set_Alignment method linktitle: set_Alignment second_title: Aspose.BarCode for C++ API Reference -description: ' method. Caption test horizontal alignment. Default value: StringAlignment.Center in C++.' +description: 'Aspose::BarCode::Generation::CaptionParameters::set_Alignment method. Caption test horizontal alignment. Default value: StringAlignment.Center in C++.' type: docs weight: 1100 url: /cpp/aspose.barcode.generation/captionparameters/set_alignment/ @@ -10,7 +10,7 @@ url: /cpp/aspose.barcode.generation/captionparameters/set_alignment/ ## CaptionParameters::set_Alignment method -Caption test horizontal alignment. Default value: [StringAlignment.Center](../../textalignment/). +Caption test horizontal alignment. Default value: StringAlignment.Center. ```cpp void Aspose::BarCode::Generation::CaptionParameters::set_Alignment(TextAlignment value) diff --git a/english/cpp/aspose.barcode.generation/captionparameters/set_nowrap/_index.md b/english/cpp/aspose.barcode.generation/captionparameters/set_nowrap/_index.md index 173c8042a..84aa6b168 100644 --- a/english/cpp/aspose.barcode.generation/captionparameters/set_nowrap/_index.md +++ b/english/cpp/aspose.barcode.generation/captionparameters/set_nowrap/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CaptionParameters::set_NoWrap method linktitle: set_NoWrap second_title: Aspose.BarCode for C++ API Reference -description: ' method. Specify word wraps (line breaks) within text. Default value: false in C++.' +description: 'Aspose::BarCode::Generation::CaptionParameters::set_NoWrap method. Specify word wraps (line breaks) within text. Default value: false in C++.' type: docs weight: 1300 url: /cpp/aspose.barcode.generation/captionparameters/set_nowrap/ diff --git a/english/cpp/aspose.barcode.generation/captionparameters/set_padding/_index.md b/english/cpp/aspose.barcode.generation/captionparameters/set_padding/_index.md index 66e82420a..467bb49b2 100644 --- a/english/cpp/aspose.barcode.generation/captionparameters/set_padding/_index.md +++ b/english/cpp/aspose.barcode.generation/captionparameters/set_padding/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CaptionParameters::set_Padding method linktitle: set_Padding second_title: Aspose.BarCode for C++ API Reference -description: ' method. Captions paddings. Default value for CaptionAbove: 5pt 5pt 0 5pt. Default value for CaptionBelow: 0 5pt 5pt 5pt in C++.' +description: 'Aspose::BarCode::Generation::CaptionParameters::set_Padding method. Captions paddings. Default value for CaptionAbove: 5pt 5pt 0 5pt. Default value for CaptionBelow: 0 5pt 5pt 5pt in C++.' type: docs weight: 900 url: /cpp/aspose.barcode.generation/captionparameters/set_padding/ diff --git a/english/cpp/aspose.barcode.generation/captionparameters/set_text/_index.md b/english/cpp/aspose.barcode.generation/captionparameters/set_text/_index.md index 6e1b4a345..b95b20b45 100644 --- a/english/cpp/aspose.barcode.generation/captionparameters/set_text/_index.md +++ b/english/cpp/aspose.barcode.generation/captionparameters/set_text/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CaptionParameters::set_Text method linktitle: set_Text second_title: Aspose.BarCode for C++ API Reference -description: ' method. Caption text. Default value: empty string in C++.' +description: 'Aspose::BarCode::Generation::CaptionParameters::set_Text method. Caption text. Default value: empty string in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/captionparameters/set_text/ diff --git a/english/cpp/aspose.barcode.generation/captionparameters/set_textcolor/_index.md b/english/cpp/aspose.barcode.generation/captionparameters/set_textcolor/_index.md index 77cf48f86..ab7852267 100644 --- a/english/cpp/aspose.barcode.generation/captionparameters/set_textcolor/_index.md +++ b/english/cpp/aspose.barcode.generation/captionparameters/set_textcolor/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CaptionParameters::set_TextColor method linktitle: set_TextColor second_title: Aspose.BarCode for C++ API Reference -description: ' method. Caption text color. Default value: Color.Black in C++.' +description: 'Aspose::BarCode::Generation::CaptionParameters::set_TextColor method. Caption text color. Default value: Color.Black in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.generation/captionparameters/set_textcolor/ diff --git a/english/cpp/aspose.barcode.generation/captionparameters/set_visible/_index.md b/english/cpp/aspose.barcode.generation/captionparameters/set_visible/_index.md index a2885e75f..e1496ed1f 100644 --- a/english/cpp/aspose.barcode.generation/captionparameters/set_visible/_index.md +++ b/english/cpp/aspose.barcode.generation/captionparameters/set_visible/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CaptionParameters::set_Visible method linktitle: set_Visible second_title: Aspose.BarCode for C++ API Reference -description: ' method. Caption text visibility. Default value: false in C++.' +description: 'Aspose::BarCode::Generation::CaptionParameters::set_Visible method. Caption text visibility. Default value: false in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.generation/captionparameters/set_visible/ diff --git a/english/cpp/aspose.barcode.generation/cmykcolor/cmykcolor/_index.md b/english/cpp/aspose.barcode.generation/cmykcolor/cmykcolor/_index.md index dbc4cb4b7..778b1a750 100644 --- a/english/cpp/aspose.barcode.generation/cmykcolor/cmykcolor/_index.md +++ b/english/cpp/aspose.barcode.generation/cmykcolor/cmykcolor/_index.md @@ -1,8 +1,8 @@ --- -title: constructor +title: Aspose::BarCode::Generation::CMYKColor::CMYKColor constructor linktitle: CMYKColor second_title: Aspose.BarCode for C++ API Reference -description: ' constructor. Initializes a new instance of the CMYKColor class from CMYK values. CMYK values are 0-100 in C++.' +description: 'Aspose::BarCode::Generation::CMYKColor::CMYKColor constructor. Initializes a new instance of the CMYKColor class from CMYK values. CMYK values are 0-100 in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/cmykcolor/cmykcolor/ diff --git a/english/cpp/aspose.barcode.generation/cmykcolor/equals/_index.md b/english/cpp/aspose.barcode.generation/cmykcolor/equals/_index.md index abc9fcd37..d743f150a 100644 --- a/english/cpp/aspose.barcode.generation/cmykcolor/equals/_index.md +++ b/english/cpp/aspose.barcode.generation/cmykcolor/equals/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CMYKColor::Equals method linktitle: Equals second_title: Aspose.BarCode for C++ API Reference -description: ' method. Compares if values of colors are the same in C++.' +description: 'Aspose::BarCode::Generation::CMYKColor::Equals method. Compares if values of colors are the same in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/cmykcolor/equals/ diff --git a/english/cpp/aspose.barcode.generation/cmykcolor/gethashcode/_index.md b/english/cpp/aspose.barcode.generation/cmykcolor/gethashcode/_index.md index a11abf3c7..b105be894 100644 --- a/english/cpp/aspose.barcode.generation/cmykcolor/gethashcode/_index.md +++ b/english/cpp/aspose.barcode.generation/cmykcolor/gethashcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CMYKColor::GetHashCode method linktitle: GetHashCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Hash code of CMYKColor in C++.' +description: 'Aspose::BarCode::Generation::CMYKColor::GetHashCode method. Hash code of CMYKColor in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.generation/cmykcolor/gethashcode/ diff --git a/english/cpp/aspose.barcode.generation/codabarchecksummode/_index.md b/english/cpp/aspose.barcode.generation/codabarchecksummode/_index.md index 9d4a752c2..bf8b9eaad 100644 --- a/english/cpp/aspose.barcode.generation/codabarchecksummode/_index.md +++ b/english/cpp/aspose.barcode.generation/codabarchecksummode/_index.md @@ -1,8 +1,8 @@ --- -title: enum +title: Aspose::BarCode::Generation::CodabarChecksumMode enum linktitle: CodabarChecksumMode second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Specifies the checksum algorithm for Codabar in C++.' +description: 'Aspose::BarCode::Generation::CodabarChecksumMode enum. Specifies the checksum algorithm for Codabar in C++.' type: docs weight: 5200 url: /cpp/aspose.barcode.generation/codabarchecksummode/ diff --git a/english/cpp/aspose.barcode.generation/codabarparameters/_index.md b/english/cpp/aspose.barcode.generation/codabarparameters/_index.md index 103801676..7770b18c7 100644 --- a/english/cpp/aspose.barcode.generation/codabarparameters/_index.md +++ b/english/cpp/aspose.barcode.generation/codabarparameters/_index.md @@ -21,15 +21,9 @@ class CodabarParameters : public System::Object | Method | Description | | --- | --- | | [get_ChecksumMode](./get_checksummode/)() const | Get or set the checksum algorithm for Codabar barcodes. Default value: [CodabarChecksumMode.Mod16](../codabarchecksummode/). To enable checksum calculation set value [EnableChecksum.Yes](../enablechecksum/) to property EnableChecksum. See [ChecksumMode](../). | -| [get_CodabarChecksumMode](./get_codabarchecksummode/)() | Get or set the checksum algorithm for Codabar barcodes. Default value: [CodabarChecksumMode.Mod16](../codabarchecksummode/). To enable checksum calculation set value [EnableChecksum.Yes](../enablechecksum/) to property EnableChecksum. See [ChecksumMode](../). | -| [get_CodabarStartSymbol](./get_codabarstartsymbol/)() | Start symbol (character) of Codabar symbology. Default value: [CodabarSymbol.A](../codabarsymbol/) | -| [get_CodabarStopSymbol](./get_codabarstopsymbol/)() | Stop symbol (character) of Codabar symbology. Default value: [CodabarSymbol.A](../codabarsymbol/) | | [get_StartSymbol](./get_startsymbol/)() const | Start symbol (character) of Codabar symbology. Default value: [CodabarSymbol.A](../codabarsymbol/) | | [get_StopSymbol](./get_stopsymbol/)() const | Stop symbol (character) of Codabar symbology. Default value: [CodabarSymbol.A](../codabarsymbol/) | -| [set_ChecksumMode](./set_checksummode/)(Aspose::BarCode::Generation::CodabarChecksumMode) | Get or set the checksum algorithm for Codabar barcodes. Default value: [CodabarChecksumMode.Mod16](../codabarchecksummode/). To enable checksum calculation set value [EnableChecksum.Yes](../enablechecksum/) to property EnableChecksum. See [ChecksumMode](../). | -| [set_CodabarChecksumMode](./set_codabarchecksummode/)(Aspose::BarCode::Generation::CodabarChecksumMode) | Get or set the checksum algorithm for Codabar barcodes. Default value: [CodabarChecksumMode.Mod16](../codabarchecksummode/). To enable checksum calculation set value [EnableChecksum.Yes](../enablechecksum/) to property EnableChecksum. See [ChecksumMode](../). | -| [set_CodabarStartSymbol](./set_codabarstartsymbol/)(CodabarSymbol) | Start symbol (character) of Codabar symbology. Default value: [CodabarSymbol.A](../codabarsymbol/) | -| [set_CodabarStopSymbol](./set_codabarstopsymbol/)(CodabarSymbol) | Stop symbol (character) of Codabar symbology. Default value: [CodabarSymbol.A](../codabarsymbol/) | +| [set_ChecksumMode](./set_checksummode/)(CodabarChecksumMode) | Get or set the checksum algorithm for Codabar barcodes. Default value: [CodabarChecksumMode.Mod16](../codabarchecksummode/). To enable checksum calculation set value [EnableChecksum.Yes](../enablechecksum/) to property EnableChecksum. See [ChecksumMode](../). | | [set_StartSymbol](./set_startsymbol/)(CodabarSymbol) | Start symbol (character) of Codabar symbology. Default value: [CodabarSymbol.A](../codabarsymbol/) | | [set_StopSymbol](./set_stopsymbol/)(CodabarSymbol) | Stop symbol (character) of Codabar symbology. Default value: [CodabarSymbol.A](../codabarsymbol/) | | [ToString](./tostring/)() const override | Returns a human-readable string representation of this [CodabarParameters](./). | diff --git a/english/cpp/aspose.barcode.generation/codabarparameters/get_checksummode/_index.md b/english/cpp/aspose.barcode.generation/codabarparameters/get_checksummode/_index.md index 453360d69..f8cb85eb8 100644 --- a/english/cpp/aspose.barcode.generation/codabarparameters/get_checksummode/_index.md +++ b/english/cpp/aspose.barcode.generation/codabarparameters/get_checksummode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CodabarParameters::get_ChecksumMode method linktitle: get_ChecksumMode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Get or set the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.Mod16. To enable checksum calculation set value EnableChecksum.Yes to property EnableChecksum. See ChecksumMode in C++.' +description: 'Aspose::BarCode::Generation::CodabarParameters::get_ChecksumMode method. Get or set the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.Mod16. To enable checksum calculation set value EnableChecksum.Yes to property EnableChecksum. See ChecksumMode in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/codabarparameters/get_checksummode/ @@ -13,7 +13,7 @@ url: /cpp/aspose.barcode.generation/codabarparameters/get_checksummode/ Get or set the checksum algorithm for Codabar barcodes. Default value: [CodabarChecksumMode.Mod16](../../codabarchecksummode/). To enable checksum calculation set value [EnableChecksum.Yes](../../enablechecksum/) to property EnableChecksum. See [ChecksumMode](../). ```cpp -Aspose::BarCode::Generation::CodabarChecksumMode Aspose::BarCode::Generation::CodabarParameters::get_ChecksumMode() const +CodabarChecksumMode Aspose::BarCode::Generation::CodabarParameters::get_ChecksumMode() const ``` ## See Also diff --git a/english/cpp/aspose.barcode.generation/codabarparameters/get_codabarchecksummode/_index.md b/english/cpp/aspose.barcode.generation/codabarparameters/get_codabarchecksummode/_index.md deleted file mode 100644 index d39544d9d..000000000 --- a/english/cpp/aspose.barcode.generation/codabarparameters/get_codabarchecksummode/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: get_CodabarChecksumMode -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Get or set the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.Mod16. To enable checksum calculation set value EnableChecksum.Yes to property EnableChecksum. See ChecksumMode in C++.' -type: docs -weight: 300 -url: /cpp/aspose.barcode.generation/codabarparameters/get_codabarchecksummode/ ---- -## CodabarParameters::get_CodabarChecksumMode method - - -Get or set the checksum algorithm for Codabar barcodes. Default value: [CodabarChecksumMode.Mod16](../../codabarchecksummode/). To enable checksum calculation set value [EnableChecksum.Yes](../../enablechecksum/) to property EnableChecksum. See [ChecksumMode](../). - -```cpp -Aspose::BarCode::Generation::CodabarChecksumMode Aspose::BarCode::Generation::CodabarParameters::get_CodabarChecksumMode() -``` - - -## See Also - -* Enum [CodabarChecksumMode](../../codabarchecksummode/) -* Class [CodabarParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/codabarparameters/get_codabarstartsymbol/_index.md b/english/cpp/aspose.barcode.generation/codabarparameters/get_codabarstartsymbol/_index.md deleted file mode 100644 index cb38d67c1..000000000 --- a/english/cpp/aspose.barcode.generation/codabarparameters/get_codabarstartsymbol/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: get_CodabarStartSymbol -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A in C++.' -type: docs -weight: 700 -url: /cpp/aspose.barcode.generation/codabarparameters/get_codabarstartsymbol/ ---- -## CodabarParameters::get_CodabarStartSymbol method - - -Start symbol (character) of Codabar symbology. Default value: [CodabarSymbol.A](../../codabarsymbol/) - -```cpp -CodabarSymbol Aspose::BarCode::Generation::CodabarParameters::get_CodabarStartSymbol() -``` - - -## See Also - -* Enum [CodabarSymbol](../../codabarsymbol/) -* Class [CodabarParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/codabarparameters/get_codabarstopsymbol/_index.md b/english/cpp/aspose.barcode.generation/codabarparameters/get_codabarstopsymbol/_index.md deleted file mode 100644 index ac9f38637..000000000 --- a/english/cpp/aspose.barcode.generation/codabarparameters/get_codabarstopsymbol/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: get_CodabarStopSymbol -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A in C++.' -type: docs -weight: 1100 -url: /cpp/aspose.barcode.generation/codabarparameters/get_codabarstopsymbol/ ---- -## CodabarParameters::get_CodabarStopSymbol method - - -Stop symbol (character) of Codabar symbology. Default value: [CodabarSymbol.A](../../codabarsymbol/) - -```cpp -CodabarSymbol Aspose::BarCode::Generation::CodabarParameters::get_CodabarStopSymbol() -``` - - -## See Also - -* Enum [CodabarSymbol](../../codabarsymbol/) -* Class [CodabarParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/codabarparameters/get_startsymbol/_index.md b/english/cpp/aspose.barcode.generation/codabarparameters/get_startsymbol/_index.md index f9e79e1c4..60149c039 100644 --- a/english/cpp/aspose.barcode.generation/codabarparameters/get_startsymbol/_index.md +++ b/english/cpp/aspose.barcode.generation/codabarparameters/get_startsymbol/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::CodabarParameters::get_StartSymbol method linktitle: get_StartSymbol second_title: Aspose.BarCode for C++ API Reference -description: ' method. Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A in C++.' +description: 'Aspose::BarCode::Generation::CodabarParameters::get_StartSymbol method. Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A in C++.' type: docs -weight: 500 +weight: 300 url: /cpp/aspose.barcode.generation/codabarparameters/get_startsymbol/ --- ## CodabarParameters::get_StartSymbol method diff --git a/english/cpp/aspose.barcode.generation/codabarparameters/get_stopsymbol/_index.md b/english/cpp/aspose.barcode.generation/codabarparameters/get_stopsymbol/_index.md index b602c19e3..b221f786d 100644 --- a/english/cpp/aspose.barcode.generation/codabarparameters/get_stopsymbol/_index.md +++ b/english/cpp/aspose.barcode.generation/codabarparameters/get_stopsymbol/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::CodabarParameters::get_StopSymbol method linktitle: get_StopSymbol second_title: Aspose.BarCode for C++ API Reference -description: ' method. Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A in C++.' +description: 'Aspose::BarCode::Generation::CodabarParameters::get_StopSymbol method. Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A in C++.' type: docs -weight: 900 +weight: 500 url: /cpp/aspose.barcode.generation/codabarparameters/get_stopsymbol/ --- ## CodabarParameters::get_StopSymbol method diff --git a/english/cpp/aspose.barcode.generation/codabarparameters/set_checksummode/_index.md b/english/cpp/aspose.barcode.generation/codabarparameters/set_checksummode/_index.md index c84f63a1c..d369e7e76 100644 --- a/english/cpp/aspose.barcode.generation/codabarparameters/set_checksummode/_index.md +++ b/english/cpp/aspose.barcode.generation/codabarparameters/set_checksummode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CodabarParameters::set_ChecksumMode method linktitle: set_ChecksumMode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Get or set the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.Mod16. To enable checksum calculation set value EnableChecksum.Yes to property EnableChecksum. See ChecksumMode in C++.' +description: 'Aspose::BarCode::Generation::CodabarParameters::set_ChecksumMode method. Get or set the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.Mod16. To enable checksum calculation set value EnableChecksum.Yes to property EnableChecksum. See ChecksumMode in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/codabarparameters/set_checksummode/ @@ -13,7 +13,7 @@ url: /cpp/aspose.barcode.generation/codabarparameters/set_checksummode/ Get or set the checksum algorithm for Codabar barcodes. Default value: [CodabarChecksumMode.Mod16](../../codabarchecksummode/). To enable checksum calculation set value [EnableChecksum.Yes](../../enablechecksum/) to property EnableChecksum. See [ChecksumMode](../). ```cpp -void Aspose::BarCode::Generation::CodabarParameters::set_ChecksumMode(Aspose::BarCode::Generation::CodabarChecksumMode value) +void Aspose::BarCode::Generation::CodabarParameters::set_ChecksumMode(CodabarChecksumMode value) ``` ## See Also diff --git a/english/cpp/aspose.barcode.generation/codabarparameters/set_codabarchecksummode/_index.md b/english/cpp/aspose.barcode.generation/codabarparameters/set_codabarchecksummode/_index.md deleted file mode 100644 index 75699817f..000000000 --- a/english/cpp/aspose.barcode.generation/codabarparameters/set_codabarchecksummode/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: set_CodabarChecksumMode -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Get or set the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.Mod16. To enable checksum calculation set value EnableChecksum.Yes to property EnableChecksum. See ChecksumMode in C++.' -type: docs -weight: 400 -url: /cpp/aspose.barcode.generation/codabarparameters/set_codabarchecksummode/ ---- -## CodabarParameters::set_CodabarChecksumMode method - - -Get or set the checksum algorithm for Codabar barcodes. Default value: [CodabarChecksumMode.Mod16](../../codabarchecksummode/). To enable checksum calculation set value [EnableChecksum.Yes](../../enablechecksum/) to property EnableChecksum. See [ChecksumMode](../). - -```cpp -void Aspose::BarCode::Generation::CodabarParameters::set_CodabarChecksumMode(Aspose::BarCode::Generation::CodabarChecksumMode value) -``` - - -## See Also - -* Enum [CodabarChecksumMode](../../codabarchecksummode/) -* Class [CodabarParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/codabarparameters/set_codabarstartsymbol/_index.md b/english/cpp/aspose.barcode.generation/codabarparameters/set_codabarstartsymbol/_index.md deleted file mode 100644 index 02967289c..000000000 --- a/english/cpp/aspose.barcode.generation/codabarparameters/set_codabarstartsymbol/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: set_CodabarStartSymbol -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A in C++.' -type: docs -weight: 800 -url: /cpp/aspose.barcode.generation/codabarparameters/set_codabarstartsymbol/ ---- -## CodabarParameters::set_CodabarStartSymbol method - - -Start symbol (character) of Codabar symbology. Default value: [CodabarSymbol.A](../../codabarsymbol/) - -```cpp -void Aspose::BarCode::Generation::CodabarParameters::set_CodabarStartSymbol(CodabarSymbol value) -``` - - -## See Also - -* Enum [CodabarSymbol](../../codabarsymbol/) -* Class [CodabarParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/codabarparameters/set_codabarstopsymbol/_index.md b/english/cpp/aspose.barcode.generation/codabarparameters/set_codabarstopsymbol/_index.md deleted file mode 100644 index bf8a92cd3..000000000 --- a/english/cpp/aspose.barcode.generation/codabarparameters/set_codabarstopsymbol/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: set_CodabarStopSymbol -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A in C++.' -type: docs -weight: 1200 -url: /cpp/aspose.barcode.generation/codabarparameters/set_codabarstopsymbol/ ---- -## CodabarParameters::set_CodabarStopSymbol method - - -Stop symbol (character) of Codabar symbology. Default value: [CodabarSymbol.A](../../codabarsymbol/) - -```cpp -void Aspose::BarCode::Generation::CodabarParameters::set_CodabarStopSymbol(CodabarSymbol value) -``` - - -## See Also - -* Enum [CodabarSymbol](../../codabarsymbol/) -* Class [CodabarParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/codabarparameters/set_startsymbol/_index.md b/english/cpp/aspose.barcode.generation/codabarparameters/set_startsymbol/_index.md index 154dd2f73..9781419b2 100644 --- a/english/cpp/aspose.barcode.generation/codabarparameters/set_startsymbol/_index.md +++ b/english/cpp/aspose.barcode.generation/codabarparameters/set_startsymbol/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::CodabarParameters::set_StartSymbol method linktitle: set_StartSymbol second_title: Aspose.BarCode for C++ API Reference -description: ' method. Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A in C++.' +description: 'Aspose::BarCode::Generation::CodabarParameters::set_StartSymbol method. Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A in C++.' type: docs -weight: 600 +weight: 400 url: /cpp/aspose.barcode.generation/codabarparameters/set_startsymbol/ --- ## CodabarParameters::set_StartSymbol method diff --git a/english/cpp/aspose.barcode.generation/codabarparameters/set_stopsymbol/_index.md b/english/cpp/aspose.barcode.generation/codabarparameters/set_stopsymbol/_index.md index 5e93d22d6..e6376958b 100644 --- a/english/cpp/aspose.barcode.generation/codabarparameters/set_stopsymbol/_index.md +++ b/english/cpp/aspose.barcode.generation/codabarparameters/set_stopsymbol/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::CodabarParameters::set_StopSymbol method linktitle: set_StopSymbol second_title: Aspose.BarCode for C++ API Reference -description: ' method. Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A in C++.' +description: 'Aspose::BarCode::Generation::CodabarParameters::set_StopSymbol method. Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A in C++.' type: docs -weight: 1000 +weight: 600 url: /cpp/aspose.barcode.generation/codabarparameters/set_stopsymbol/ --- ## CodabarParameters::set_StopSymbol method diff --git a/english/cpp/aspose.barcode.generation/codabarparameters/tostring/_index.md b/english/cpp/aspose.barcode.generation/codabarparameters/tostring/_index.md index 86c63bd9c..624321c87 100644 --- a/english/cpp/aspose.barcode.generation/codabarparameters/tostring/_index.md +++ b/english/cpp/aspose.barcode.generation/codabarparameters/tostring/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::CodabarParameters::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this CodabarParameters in C++.' +description: 'Aspose::BarCode::Generation::CodabarParameters::ToString method. Returns a human-readable string representation of this CodabarParameters in C++.' type: docs -weight: 1300 +weight: 700 url: /cpp/aspose.barcode.generation/codabarparameters/tostring/ --- ## CodabarParameters::ToString method diff --git a/english/cpp/aspose.barcode.generation/codabarsymbol/_index.md b/english/cpp/aspose.barcode.generation/codabarsymbol/_index.md index 8924c6a28..c56422acd 100644 --- a/english/cpp/aspose.barcode.generation/codabarsymbol/_index.md +++ b/english/cpp/aspose.barcode.generation/codabarsymbol/_index.md @@ -1,8 +1,8 @@ --- -title: enum +title: Aspose::BarCode::Generation::CodabarSymbol enum linktitle: CodabarSymbol second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Specifies the start or stop symbol of the Codabar barcode specification in C++.' +description: 'Aspose::BarCode::Generation::CodabarSymbol enum. Specifies the start or stop symbol of the Codabar barcode specification in C++.' type: docs weight: 5300 url: /cpp/aspose.barcode.generation/codabarsymbol/ diff --git a/english/cpp/aspose.barcode.generation/codablockparameters/get_aspectratio/_index.md b/english/cpp/aspose.barcode.generation/codablockparameters/get_aspectratio/_index.md index 38710dc21..e15b56093 100644 --- a/english/cpp/aspose.barcode.generation/codablockparameters/get_aspectratio/_index.md +++ b/english/cpp/aspose.barcode.generation/codablockparameters/get_aspectratio/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CodablockParameters::get_AspectRatio method linktitle: get_AspectRatio second_title: Aspose.BarCode for C++ API Reference -description: ' method. Height/Width ratio of 2D BarCode module in C++.' +description: 'Aspose::BarCode::Generation::CodablockParameters::get_AspectRatio method. Height/Width ratio of 2D BarCode module in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.generation/codablockparameters/get_aspectratio/ diff --git a/english/cpp/aspose.barcode.generation/codablockparameters/get_columns/_index.md b/english/cpp/aspose.barcode.generation/codablockparameters/get_columns/_index.md index d2848295e..1cce33136 100644 --- a/english/cpp/aspose.barcode.generation/codablockparameters/get_columns/_index.md +++ b/english/cpp/aspose.barcode.generation/codablockparameters/get_columns/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CodablockParameters::get_Columns method linktitle: get_Columns second_title: Aspose.BarCode for C++ API Reference -description: ' method. Columns count in C++.' +description: 'Aspose::BarCode::Generation::CodablockParameters::get_Columns method. Columns count in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/codablockparameters/get_columns/ diff --git a/english/cpp/aspose.barcode.generation/codablockparameters/get_rows/_index.md b/english/cpp/aspose.barcode.generation/codablockparameters/get_rows/_index.md index 77202b2db..fda51b35d 100644 --- a/english/cpp/aspose.barcode.generation/codablockparameters/get_rows/_index.md +++ b/english/cpp/aspose.barcode.generation/codablockparameters/get_rows/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CodablockParameters::get_Rows method linktitle: get_Rows second_title: Aspose.BarCode for C++ API Reference -description: ' method. Rows count in C++.' +description: 'Aspose::BarCode::Generation::CodablockParameters::get_Rows method. Rows count in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.generation/codablockparameters/get_rows/ diff --git a/english/cpp/aspose.barcode.generation/codablockparameters/set_aspectratio/_index.md b/english/cpp/aspose.barcode.generation/codablockparameters/set_aspectratio/_index.md index fc0d1bc91..0bf6e3c76 100644 --- a/english/cpp/aspose.barcode.generation/codablockparameters/set_aspectratio/_index.md +++ b/english/cpp/aspose.barcode.generation/codablockparameters/set_aspectratio/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CodablockParameters::set_AspectRatio method linktitle: set_AspectRatio second_title: Aspose.BarCode for C++ API Reference -description: ' method. Height/Width ratio of 2D BarCode module in C++.' +description: 'Aspose::BarCode::Generation::CodablockParameters::set_AspectRatio method. Height/Width ratio of 2D BarCode module in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.generation/codablockparameters/set_aspectratio/ diff --git a/english/cpp/aspose.barcode.generation/codablockparameters/set_columns/_index.md b/english/cpp/aspose.barcode.generation/codablockparameters/set_columns/_index.md index 669e2ffef..b82483274 100644 --- a/english/cpp/aspose.barcode.generation/codablockparameters/set_columns/_index.md +++ b/english/cpp/aspose.barcode.generation/codablockparameters/set_columns/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CodablockParameters::set_Columns method linktitle: set_Columns second_title: Aspose.BarCode for C++ API Reference -description: ' method. Columns count in C++.' +description: 'Aspose::BarCode::Generation::CodablockParameters::set_Columns method. Columns count in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/codablockparameters/set_columns/ diff --git a/english/cpp/aspose.barcode.generation/codablockparameters/set_rows/_index.md b/english/cpp/aspose.barcode.generation/codablockparameters/set_rows/_index.md index 8bc637d87..804bfd208 100644 --- a/english/cpp/aspose.barcode.generation/codablockparameters/set_rows/_index.md +++ b/english/cpp/aspose.barcode.generation/codablockparameters/set_rows/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CodablockParameters::set_Rows method linktitle: set_Rows second_title: Aspose.BarCode for C++ API Reference -description: ' method. Rows count in C++.' +description: 'Aspose::BarCode::Generation::CodablockParameters::set_Rows method. Rows count in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.generation/codablockparameters/set_rows/ diff --git a/english/cpp/aspose.barcode.generation/codablockparameters/tostring/_index.md b/english/cpp/aspose.barcode.generation/codablockparameters/tostring/_index.md index e7231eb03..4b07ae403 100644 --- a/english/cpp/aspose.barcode.generation/codablockparameters/tostring/_index.md +++ b/english/cpp/aspose.barcode.generation/codablockparameters/tostring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CodablockParameters::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this CodablockParameters in C++.' +description: 'Aspose::BarCode::Generation::CodablockParameters::ToString method. Returns a human-readable string representation of this CodablockParameters in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.generation/codablockparameters/tostring/ diff --git a/english/cpp/aspose.barcode.generation/code128encodemode/_index.md b/english/cpp/aspose.barcode.generation/code128encodemode/_index.md index 1c55fe49d..7f6299662 100644 --- a/english/cpp/aspose.barcode.generation/code128encodemode/_index.md +++ b/english/cpp/aspose.barcode.generation/code128encodemode/_index.md @@ -1,8 +1,8 @@ --- -title: enum +title: Aspose::BarCode::Generation::Code128EncodeMode enum linktitle: Code128EncodeMode second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Encoding mode for Code128 barcodes. Code 128specification in C++.' +description: 'Aspose::BarCode::Generation::Code128EncodeMode enum. Encoding mode for Code128 barcodes. Code 128specification in C++.' type: docs weight: 5400 url: /cpp/aspose.barcode.generation/code128encodemode/ diff --git a/english/cpp/aspose.barcode.generation/code128parameters/_index.md b/english/cpp/aspose.barcode.generation/code128parameters/_index.md index 79df637f7..e2f990c70 100644 --- a/english/cpp/aspose.barcode.generation/code128parameters/_index.md +++ b/english/cpp/aspose.barcode.generation/code128parameters/_index.md @@ -20,10 +20,8 @@ class Code128Parameters : public System::Object | Method | Description | | --- | --- | -| [get_Code128EncodeMode](./get_code128encodemode/)() | Gets a Code128 encode mode. Default value: [Code128EncodeMode.Auto](../aztecencodemode/) | -| [get_EncodeMode](./get_encodemode/)() const | Gets a Code128 encode mode. Default value: [Code128EncodeMode.Auto](../aztecencodemode/) | -| [set_Code128EncodeMode](./set_code128encodemode/)(Aspose::BarCode::Generation::Code128EncodeMode) | Sets a Code128 encode mode. Default value: [Code128EncodeMode.Auto](../aztecencodemode/) | -| [set_EncodeMode](./set_encodemode/)(Aspose::BarCode::Generation::Code128EncodeMode) | Sets a Code128 encode mode. Default value: [Code128EncodeMode.Auto](../aztecencodemode/) | +| [get_EncodeMode](./get_encodemode/)() const | Gets a Code128 encode mode. Default value: [Code128EncodeMode.Auto](../code128encodemode/) | +| [set_EncodeMode](./set_encodemode/)(Code128EncodeMode) | Sets a Code128 encode mode. Default value: [Code128EncodeMode.Auto](../code128encodemode/) | | [ToString](./tostring/)() const override | Returns a human-readable string representation of this [Code128Parameters](./). | ## See Also diff --git a/english/cpp/aspose.barcode.generation/code128parameters/get_code128encodemode/_index.md b/english/cpp/aspose.barcode.generation/code128parameters/get_code128encodemode/_index.md deleted file mode 100644 index f6fe583e9..000000000 --- a/english/cpp/aspose.barcode.generation/code128parameters/get_code128encodemode/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: get_Code128EncodeMode -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a Code128 encode mode. Default value: Code128EncodeMode.Auto in C++.' -type: docs -weight: 300 -url: /cpp/aspose.barcode.generation/code128parameters/get_code128encodemode/ ---- -## Code128Parameters::get_Code128EncodeMode method - - -Gets a Code128 encode mode. Default value: [Code128EncodeMode.Auto](../../aztecencodemode/) - -```cpp -Aspose::BarCode::Generation::Code128EncodeMode Aspose::BarCode::Generation::Code128Parameters::get_Code128EncodeMode() -``` - - -## See Also - -* Enum [Code128EncodeMode](../../code128encodemode/) -* Class [Code128Parameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/code128parameters/get_encodemode/_index.md b/english/cpp/aspose.barcode.generation/code128parameters/get_encodemode/_index.md index 7fb04a8ad..31fb3562a 100644 --- a/english/cpp/aspose.barcode.generation/code128parameters/get_encodemode/_index.md +++ b/english/cpp/aspose.barcode.generation/code128parameters/get_encodemode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::Code128Parameters::get_EncodeMode method linktitle: get_EncodeMode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a Code128 encode mode. Default value: Code128EncodeMode.Auto in C++.' +description: 'Aspose::BarCode::Generation::Code128Parameters::get_EncodeMode method. Gets a Code128 encode mode. Default value: Code128EncodeMode.Auto in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/code128parameters/get_encodemode/ @@ -10,10 +10,10 @@ url: /cpp/aspose.barcode.generation/code128parameters/get_encodemode/ ## Code128Parameters::get_EncodeMode method -Gets a Code128 encode mode. Default value: [Code128EncodeMode.Auto](../../aztecencodemode/) +Gets a Code128 encode mode. Default value: [Code128EncodeMode.Auto](../../code128encodemode/) ```cpp -Aspose::BarCode::Generation::Code128EncodeMode Aspose::BarCode::Generation::Code128Parameters::get_EncodeMode() const +Code128EncodeMode Aspose::BarCode::Generation::Code128Parameters::get_EncodeMode() const ``` ## See Also diff --git a/english/cpp/aspose.barcode.generation/code128parameters/set_code128encodemode/_index.md b/english/cpp/aspose.barcode.generation/code128parameters/set_code128encodemode/_index.md deleted file mode 100644 index e3b191741..000000000 --- a/english/cpp/aspose.barcode.generation/code128parameters/set_code128encodemode/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: set_Code128EncodeMode -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets a Code128 encode mode. Default value: Code128EncodeMode.Auto in C++.' -type: docs -weight: 400 -url: /cpp/aspose.barcode.generation/code128parameters/set_code128encodemode/ ---- -## Code128Parameters::set_Code128EncodeMode method - - -Sets a Code128 encode mode. Default value: [Code128EncodeMode.Auto](../../aztecencodemode/) - -```cpp -void Aspose::BarCode::Generation::Code128Parameters::set_Code128EncodeMode(Aspose::BarCode::Generation::Code128EncodeMode value) -``` - - -## See Also - -* Enum [Code128EncodeMode](../../code128encodemode/) -* Class [Code128Parameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/code128parameters/set_encodemode/_index.md b/english/cpp/aspose.barcode.generation/code128parameters/set_encodemode/_index.md index 7e6181ac3..2f05e6a69 100644 --- a/english/cpp/aspose.barcode.generation/code128parameters/set_encodemode/_index.md +++ b/english/cpp/aspose.barcode.generation/code128parameters/set_encodemode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::Code128Parameters::set_EncodeMode method linktitle: set_EncodeMode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets a Code128 encode mode. Default value: Code128EncodeMode.Auto in C++.' +description: 'Aspose::BarCode::Generation::Code128Parameters::set_EncodeMode method. Sets a Code128 encode mode. Default value: Code128EncodeMode.Auto in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/code128parameters/set_encodemode/ @@ -10,10 +10,10 @@ url: /cpp/aspose.barcode.generation/code128parameters/set_encodemode/ ## Code128Parameters::set_EncodeMode method -Sets a Code128 encode mode. Default value: [Code128EncodeMode.Auto](../../aztecencodemode/) +Sets a Code128 encode mode. Default value: [Code128EncodeMode.Auto](../../code128encodemode/) ```cpp -void Aspose::BarCode::Generation::Code128Parameters::set_EncodeMode(Aspose::BarCode::Generation::Code128EncodeMode value) +void Aspose::BarCode::Generation::Code128Parameters::set_EncodeMode(Code128EncodeMode value) ``` ## See Also diff --git a/english/cpp/aspose.barcode.generation/code128parameters/tostring/_index.md b/english/cpp/aspose.barcode.generation/code128parameters/tostring/_index.md index f5581fd0f..4bf22c791 100644 --- a/english/cpp/aspose.barcode.generation/code128parameters/tostring/_index.md +++ b/english/cpp/aspose.barcode.generation/code128parameters/tostring/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Code128Parameters::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this Code128Parameters in C++.' +description: 'Aspose::BarCode::Generation::Code128Parameters::ToString method. Returns a human-readable string representation of this Code128Parameters in C++.' type: docs -weight: 500 +weight: 300 url: /cpp/aspose.barcode.generation/code128parameters/tostring/ --- ## Code128Parameters::ToString method diff --git a/english/cpp/aspose.barcode.generation/code16kparameters/get_aspectratio/_index.md b/english/cpp/aspose.barcode.generation/code16kparameters/get_aspectratio/_index.md index d12056147..f312871cc 100644 --- a/english/cpp/aspose.barcode.generation/code16kparameters/get_aspectratio/_index.md +++ b/english/cpp/aspose.barcode.generation/code16kparameters/get_aspectratio/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::Code16KParameters::get_AspectRatio method linktitle: get_AspectRatio second_title: Aspose.BarCode for C++ API Reference -description: ' method. Height/Width ratio of 2D BarCode module in C++.' +description: 'Aspose::BarCode::Generation::Code16KParameters::get_AspectRatio method. Height/Width ratio of 2D BarCode module in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/code16kparameters/get_aspectratio/ diff --git a/english/cpp/aspose.barcode.generation/code16kparameters/get_quietzoneleftcoef/_index.md b/english/cpp/aspose.barcode.generation/code16kparameters/get_quietzoneleftcoef/_index.md index 24c2d0ea9..fbf96eecb 100644 --- a/english/cpp/aspose.barcode.generation/code16kparameters/get_quietzoneleftcoef/_index.md +++ b/english/cpp/aspose.barcode.generation/code16kparameters/get_quietzoneleftcoef/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::Code16KParameters::get_QuietZoneLeftCoef method linktitle: get_QuietZoneLeftCoef second_title: Aspose.BarCode for C++ API Reference -description: ' method. Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px than left quiet zone will be 20px in C++.' +description: 'Aspose::BarCode::Generation::Code16KParameters::get_QuietZoneLeftCoef method. Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px than left quiet zone will be 20px in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.generation/code16kparameters/get_quietzoneleftcoef/ diff --git a/english/cpp/aspose.barcode.generation/code16kparameters/get_quietzonerightcoef/_index.md b/english/cpp/aspose.barcode.generation/code16kparameters/get_quietzonerightcoef/_index.md index 21e01410f..2393c6a61 100644 --- a/english/cpp/aspose.barcode.generation/code16kparameters/get_quietzonerightcoef/_index.md +++ b/english/cpp/aspose.barcode.generation/code16kparameters/get_quietzonerightcoef/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::Code16KParameters::get_QuietZoneRightCoef method linktitle: get_QuietZoneRightCoef second_title: Aspose.BarCode for C++ API Reference -description: ' method. Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be 2px in C++.' +description: 'Aspose::BarCode::Generation::Code16KParameters::get_QuietZoneRightCoef method. Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be 2px in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.generation/code16kparameters/get_quietzonerightcoef/ diff --git a/english/cpp/aspose.barcode.generation/code16kparameters/set_aspectratio/_index.md b/english/cpp/aspose.barcode.generation/code16kparameters/set_aspectratio/_index.md index 052222f3a..757536d32 100644 --- a/english/cpp/aspose.barcode.generation/code16kparameters/set_aspectratio/_index.md +++ b/english/cpp/aspose.barcode.generation/code16kparameters/set_aspectratio/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::Code16KParameters::set_AspectRatio method linktitle: set_AspectRatio second_title: Aspose.BarCode for C++ API Reference -description: ' method. Height/Width ratio of 2D BarCode module in C++.' +description: 'Aspose::BarCode::Generation::Code16KParameters::set_AspectRatio method. Height/Width ratio of 2D BarCode module in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/code16kparameters/set_aspectratio/ diff --git a/english/cpp/aspose.barcode.generation/code16kparameters/set_quietzoneleftcoef/_index.md b/english/cpp/aspose.barcode.generation/code16kparameters/set_quietzoneleftcoef/_index.md index bec972b1b..44313b527 100644 --- a/english/cpp/aspose.barcode.generation/code16kparameters/set_quietzoneleftcoef/_index.md +++ b/english/cpp/aspose.barcode.generation/code16kparameters/set_quietzoneleftcoef/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::Code16KParameters::set_QuietZoneLeftCoef method linktitle: set_QuietZoneLeftCoef second_title: Aspose.BarCode for C++ API Reference -description: ' method. Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px than left quiet zone will be 20px in C++.' +description: 'Aspose::BarCode::Generation::Code16KParameters::set_QuietZoneLeftCoef method. Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px than left quiet zone will be 20px in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.generation/code16kparameters/set_quietzoneleftcoef/ diff --git a/english/cpp/aspose.barcode.generation/code16kparameters/set_quietzonerightcoef/_index.md b/english/cpp/aspose.barcode.generation/code16kparameters/set_quietzonerightcoef/_index.md index 0d5a8da32..083f28e37 100644 --- a/english/cpp/aspose.barcode.generation/code16kparameters/set_quietzonerightcoef/_index.md +++ b/english/cpp/aspose.barcode.generation/code16kparameters/set_quietzonerightcoef/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::Code16KParameters::set_QuietZoneRightCoef method linktitle: set_QuietZoneRightCoef second_title: Aspose.BarCode for C++ API Reference -description: ' method. Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be 2px in C++.' +description: 'Aspose::BarCode::Generation::Code16KParameters::set_QuietZoneRightCoef method. Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be 2px in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.generation/code16kparameters/set_quietzonerightcoef/ diff --git a/english/cpp/aspose.barcode.generation/code16kparameters/tostring/_index.md b/english/cpp/aspose.barcode.generation/code16kparameters/tostring/_index.md index 904130350..59c8c4d94 100644 --- a/english/cpp/aspose.barcode.generation/code16kparameters/tostring/_index.md +++ b/english/cpp/aspose.barcode.generation/code16kparameters/tostring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::Code16KParameters::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this Code16KParameters in C++.' +description: 'Aspose::BarCode::Generation::Code16KParameters::ToString method. Returns a human-readable string representation of this Code16KParameters in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.generation/code16kparameters/tostring/ diff --git a/english/cpp/aspose.barcode.generation/codelocation/_index.md b/english/cpp/aspose.barcode.generation/codelocation/_index.md index d1f8388c1..3da82bda9 100644 --- a/english/cpp/aspose.barcode.generation/codelocation/_index.md +++ b/english/cpp/aspose.barcode.generation/codelocation/_index.md @@ -1,8 +1,8 @@ --- -title: enum +title: Aspose::BarCode::Generation::CodeLocation enum linktitle: CodeLocation second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Codetext location in C++.' +description: 'Aspose::BarCode::Generation::CodeLocation enum. Codetext location in C++.' type: docs weight: 5600 url: /cpp/aspose.barcode.generation/codelocation/ diff --git a/english/cpp/aspose.barcode.generation/codetextparameters/_index.md b/english/cpp/aspose.barcode.generation/codetextparameters/_index.md index cea19ae3c..500cf7465 100644 --- a/english/cpp/aspose.barcode.generation/codetextparameters/_index.md +++ b/english/cpp/aspose.barcode.generation/codetextparameters/_index.md @@ -20,17 +20,17 @@ class CodetextParameters : public System::Object | Method | Description | | --- | --- | -| [get_Alignment](./get_alignment/)() const | Gets the alignment of the code text. Default value: [StringAlignment.Center](../textalignment/). | +| [get_Alignment](./get_alignment/)() const | Gets the alignment of the code text. Default value: StringAlignment.Center. | | [get_Color](./get_color/)() const | Specify the displaying CodeText's Color. Default value: Color.Black. | -| [get_Font](./get_font/)() const | Specify the displaying CodeText's font. Default value: Arial 5pt regular. Ignored if FontMode is set to [FontMode.Auto](../aztecencodemode/). | -| [get_FontMode](./get_fontmode/)() const | Specify FontMode. If FontMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use [FontMode.Auto](../aztecencodemode/) especially in [AutoSizeMode.Nearest](../autosizemode/) or [AutoSizeMode.Interpolation](../autosizemode/). Default value: [FontMode.Auto](../aztecencodemode/). | +| [get_Font](./get_font/)() const | Specify the displaying CodeText's font. Default value: Arial 5pt regular. Ignored if FontMode is set to [FontMode.Auto](../fontmode/). | +| [get_FontMode](./get_fontmode/)() const | Specify FontMode. If FontMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use [FontMode.Auto](../fontmode/) especially in [AutoSizeMode.Nearest](../autosizemode/) or [AutoSizeMode.Interpolation](../autosizemode/). Default value: [FontMode.Auto](../fontmode/). | | [get_Location](./get_location/)() const | Specify the displaying CodeText Location, set to [CodeLocation.None](../codelocation/) to hide CodeText. Default value: [CodeLocation.Below](../codelocation/) for 1D barcodes and [CodeLocation.None](../codelocation/) for 2D barcodes. | | [get_NoWrap](./get_nowrap/)() const | Specify word wraps (line breaks) within text. Default value: false. | | [get_Space](./get_space/)() const | Space between the CodeText and the [BarCode](../../aspose.barcode/) in [Unit ](../unit/) value. Default value: 2pt. Ignored for EAN8, EAN13, UPCE, UPCA, ISBN, ISMN, ISSN, UpcaGs1DatabarCoupon. | | [get_TwoDDisplayText](./get_twoddisplaytext/)() const | Text that will be displayed instead of codetext in 2D barcodes. Used for: Aztec, Pdf417, DataMatrix, QR, MaxiCode, DotCode | -| [set_Alignment](./set_alignment/)(TextAlignment) | Sets the alignment of the code text. Default value: [StringAlignment.Center](../textalignment/). | +| [set_Alignment](./set_alignment/)(TextAlignment) | Sets the alignment of the code text. Default value: StringAlignment.Center. | | [set_Color](./set_color/)(System::Drawing::Color) | Specify the displaying CodeText's Color. Default value: Color.Black. | -| [set_FontMode](./set_fontmode/)(Aspose::BarCode::Generation::FontMode) | Specify FontMode. If FontMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use [FontMode.Auto](../aztecencodemode/) especially in [AutoSizeMode.Nearest](../autosizemode/) or [AutoSizeMode.Interpolation](../autosizemode/). Default value: [FontMode.Auto](../aztecencodemode/). | +| [set_FontMode](./set_fontmode/)(Aspose::BarCode::Generation::FontMode) | Specify FontMode. If FontMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use [FontMode.Auto](../fontmode/) especially in [AutoSizeMode.Nearest](../autosizemode/) or [AutoSizeMode.Interpolation](../autosizemode/). Default value: [FontMode.Auto](../fontmode/). | | [set_Location](./set_location/)(CodeLocation) | Specify the displaying CodeText Location, set to [CodeLocation.None](../codelocation/) to hide CodeText. Default value: [CodeLocation.Below](../codelocation/) for 1D barcodes and [CodeLocation.None](../codelocation/) for 2D barcodes. | | [set_NoWrap](./set_nowrap/)(bool) | Specify word wraps (line breaks) within text. Default value: false. | | [set_Space](./set_space/)(System::SharedPtr\) | Space between the CodeText and the [BarCode](../../aspose.barcode/) in [Unit ](../unit/) value. Default value: 2pt. Ignored for EAN8, EAN13, UPCE, UPCA, ISBN, ISMN, ISSN, UpcaGs1DatabarCoupon. | diff --git a/english/cpp/aspose.barcode.generation/codetextparameters/get_alignment/_index.md b/english/cpp/aspose.barcode.generation/codetextparameters/get_alignment/_index.md index f206c1247..2e6556da0 100644 --- a/english/cpp/aspose.barcode.generation/codetextparameters/get_alignment/_index.md +++ b/english/cpp/aspose.barcode.generation/codetextparameters/get_alignment/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CodetextParameters::get_Alignment method linktitle: get_Alignment second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the alignment of the code text. Default value: StringAlignment.Center in C++.' +description: 'Aspose::BarCode::Generation::CodetextParameters::get_Alignment method. Gets the alignment of the code text. Default value: StringAlignment.Center in C++.' type: docs weight: 800 url: /cpp/aspose.barcode.generation/codetextparameters/get_alignment/ @@ -10,7 +10,7 @@ url: /cpp/aspose.barcode.generation/codetextparameters/get_alignment/ ## CodetextParameters::get_Alignment method -Gets the alignment of the code text. Default value: [StringAlignment.Center](../../textalignment/). +Gets the alignment of the code text. Default value: StringAlignment.Center. ```cpp TextAlignment Aspose::BarCode::Generation::CodetextParameters::get_Alignment() const diff --git a/english/cpp/aspose.barcode.generation/codetextparameters/get_color/_index.md b/english/cpp/aspose.barcode.generation/codetextparameters/get_color/_index.md index f2a454747..6c0eecc37 100644 --- a/english/cpp/aspose.barcode.generation/codetextparameters/get_color/_index.md +++ b/english/cpp/aspose.barcode.generation/codetextparameters/get_color/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CodetextParameters::get_Color method linktitle: get_Color second_title: Aspose.BarCode for C++ API Reference -description: ' method. Specify the displaying CodeText''s Color. Default value: Color.Black in C++.' +description: 'Aspose::BarCode::Generation::CodetextParameters::get_Color method. Specify the displaying CodeText''s Color. Default value: Color.Black in C++.' type: docs weight: 1000 url: /cpp/aspose.barcode.generation/codetextparameters/get_color/ diff --git a/english/cpp/aspose.barcode.generation/codetextparameters/get_font/_index.md b/english/cpp/aspose.barcode.generation/codetextparameters/get_font/_index.md index 85d8ba5c7..dba259603 100644 --- a/english/cpp/aspose.barcode.generation/codetextparameters/get_font/_index.md +++ b/english/cpp/aspose.barcode.generation/codetextparameters/get_font/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CodetextParameters::get_Font method linktitle: get_Font second_title: Aspose.BarCode for C++ API Reference -description: ' method. Specify the displaying CodeText''s font. Default value: Arial 5pt regular. Ignored if FontMode is set to FontMode.Auto in C++.' +description: 'Aspose::BarCode::Generation::CodetextParameters::get_Font method. Specify the displaying CodeText''s font. Default value: Arial 5pt regular. Ignored if FontMode is set to FontMode.Auto in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.generation/codetextparameters/get_font/ @@ -10,7 +10,7 @@ url: /cpp/aspose.barcode.generation/codetextparameters/get_font/ ## CodetextParameters::get_Font method -Specify the displaying CodeText's font. Default value: Arial 5pt regular. Ignored if FontMode is set to [FontMode.Auto](../../aztecencodemode/). +Specify the displaying CodeText's font. Default value: Arial 5pt regular. Ignored if FontMode is set to [FontMode.Auto](../../fontmode/). ```cpp System::SharedPtr Aspose::BarCode::Generation::CodetextParameters::get_Font() const diff --git a/english/cpp/aspose.barcode.generation/codetextparameters/get_fontmode/_index.md b/english/cpp/aspose.barcode.generation/codetextparameters/get_fontmode/_index.md index 4d37c744d..bc19b1a31 100644 --- a/english/cpp/aspose.barcode.generation/codetextparameters/get_fontmode/_index.md +++ b/english/cpp/aspose.barcode.generation/codetextparameters/get_fontmode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CodetextParameters::get_FontMode method linktitle: get_FontMode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Specify FontMode. If FontMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use FontMode.Auto especially in AutoSizeMode.Nearest or AutoSizeMode.Interpolation. Default value: FontMode.Auto in C++.' +description: 'Aspose::BarCode::Generation::CodetextParameters::get_FontMode method. Specify FontMode. If FontMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use FontMode.Auto especially in AutoSizeMode.Nearest or AutoSizeMode.Interpolation. Default value: FontMode.Auto in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.generation/codetextparameters/get_fontmode/ @@ -10,7 +10,7 @@ url: /cpp/aspose.barcode.generation/codetextparameters/get_fontmode/ ## CodetextParameters::get_FontMode method -Specify FontMode. If FontMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use [FontMode.Auto](../../aztecencodemode/) especially in [AutoSizeMode.Nearest](../../autosizemode/) or [AutoSizeMode.Interpolation](../../autosizemode/). Default value: [FontMode.Auto](../../aztecencodemode/). +Specify FontMode. If FontMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use [FontMode.Auto](../../fontmode/) especially in [AutoSizeMode.Nearest](../../autosizemode/) or [AutoSizeMode.Interpolation](../../autosizemode/). Default value: [FontMode.Auto](../../fontmode/). ```cpp Aspose::BarCode::Generation::FontMode Aspose::BarCode::Generation::CodetextParameters::get_FontMode() const diff --git a/english/cpp/aspose.barcode.generation/codetextparameters/get_location/_index.md b/english/cpp/aspose.barcode.generation/codetextparameters/get_location/_index.md index d1a8c9375..6df1f201e 100644 --- a/english/cpp/aspose.barcode.generation/codetextparameters/get_location/_index.md +++ b/english/cpp/aspose.barcode.generation/codetextparameters/get_location/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CodetextParameters::get_Location method linktitle: get_Location second_title: Aspose.BarCode for C++ API Reference -description: ' method. Specify the displaying CodeText Location, set to CodeLocation.None to hide CodeText. Default value: CodeLocation.Below for 1D barcodes and CodeLocation.None for 2D barcodes in C++.' +description: 'Aspose::BarCode::Generation::CodetextParameters::get_Location method. Specify the displaying CodeText Location, set to CodeLocation.None to hide CodeText. Default value: CodeLocation.Below for 1D barcodes and CodeLocation.None for 2D barcodes in C++.' type: docs weight: 1200 url: /cpp/aspose.barcode.generation/codetextparameters/get_location/ diff --git a/english/cpp/aspose.barcode.generation/codetextparameters/get_nowrap/_index.md b/english/cpp/aspose.barcode.generation/codetextparameters/get_nowrap/_index.md index c67deb97b..e2e6f7539 100644 --- a/english/cpp/aspose.barcode.generation/codetextparameters/get_nowrap/_index.md +++ b/english/cpp/aspose.barcode.generation/codetextparameters/get_nowrap/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CodetextParameters::get_NoWrap method linktitle: get_NoWrap second_title: Aspose.BarCode for C++ API Reference -description: ' method. Specify word wraps (line breaks) within text. Default value: false in C++.' +description: 'Aspose::BarCode::Generation::CodetextParameters::get_NoWrap method. Specify word wraps (line breaks) within text. Default value: false in C++.' type: docs weight: 1400 url: /cpp/aspose.barcode.generation/codetextparameters/get_nowrap/ diff --git a/english/cpp/aspose.barcode.generation/codetextparameters/get_space/_index.md b/english/cpp/aspose.barcode.generation/codetextparameters/get_space/_index.md index 7535e395a..95ae460dd 100644 --- a/english/cpp/aspose.barcode.generation/codetextparameters/get_space/_index.md +++ b/english/cpp/aspose.barcode.generation/codetextparameters/get_space/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CodetextParameters::get_Space method linktitle: get_Space second_title: Aspose.BarCode for C++ API Reference -description: ' method. Space between the CodeText and the BarCode in Unit value. Default value: 2pt. Ignored for EAN8, EAN13, UPCE, UPCA, ISBN, ISMN, ISSN, UpcaGs1DatabarCoupon in C++.' +description: 'Aspose::BarCode::Generation::CodetextParameters::get_Space method. Space between the CodeText and the BarCode in Unit value. Default value: 2pt. Ignored for EAN8, EAN13, UPCE, UPCA, ISBN, ISMN, ISSN, UpcaGs1DatabarCoupon in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.generation/codetextparameters/get_space/ diff --git a/english/cpp/aspose.barcode.generation/codetextparameters/get_twoddisplaytext/_index.md b/english/cpp/aspose.barcode.generation/codetextparameters/get_twoddisplaytext/_index.md index 11e695aa3..f9e16f4a3 100644 --- a/english/cpp/aspose.barcode.generation/codetextparameters/get_twoddisplaytext/_index.md +++ b/english/cpp/aspose.barcode.generation/codetextparameters/get_twoddisplaytext/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CodetextParameters::get_TwoDDisplayText method linktitle: get_TwoDDisplayText second_title: Aspose.BarCode for C++ API Reference -description: ' method. Text that will be displayed instead of codetext in 2D barcodes. Used for: Aztec, Pdf417, DataMatrix, QR, MaxiCode, DotCode in C++.' +description: 'Aspose::BarCode::Generation::CodetextParameters::get_TwoDDisplayText method. Text that will be displayed instead of codetext in 2D barcodes. Used for: Aztec, Pdf417, DataMatrix, QR, MaxiCode, DotCode in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/codetextparameters/get_twoddisplaytext/ diff --git a/english/cpp/aspose.barcode.generation/codetextparameters/set_alignment/_index.md b/english/cpp/aspose.barcode.generation/codetextparameters/set_alignment/_index.md index a4cd23d29..99e84a18a 100644 --- a/english/cpp/aspose.barcode.generation/codetextparameters/set_alignment/_index.md +++ b/english/cpp/aspose.barcode.generation/codetextparameters/set_alignment/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CodetextParameters::set_Alignment method linktitle: set_Alignment second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets the alignment of the code text. Default value: StringAlignment.Center in C++.' +description: 'Aspose::BarCode::Generation::CodetextParameters::set_Alignment method. Sets the alignment of the code text. Default value: StringAlignment.Center in C++.' type: docs weight: 900 url: /cpp/aspose.barcode.generation/codetextparameters/set_alignment/ @@ -10,7 +10,7 @@ url: /cpp/aspose.barcode.generation/codetextparameters/set_alignment/ ## CodetextParameters::set_Alignment method -Sets the alignment of the code text. Default value: [StringAlignment.Center](../../textalignment/). +Sets the alignment of the code text. Default value: StringAlignment.Center. ```cpp void Aspose::BarCode::Generation::CodetextParameters::set_Alignment(TextAlignment value) diff --git a/english/cpp/aspose.barcode.generation/codetextparameters/set_color/_index.md b/english/cpp/aspose.barcode.generation/codetextparameters/set_color/_index.md index def1778fc..2befc29de 100644 --- a/english/cpp/aspose.barcode.generation/codetextparameters/set_color/_index.md +++ b/english/cpp/aspose.barcode.generation/codetextparameters/set_color/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CodetextParameters::set_Color method linktitle: set_Color second_title: Aspose.BarCode for C++ API Reference -description: ' method. Specify the displaying CodeText''s Color. Default value: Color.Black in C++.' +description: 'Aspose::BarCode::Generation::CodetextParameters::set_Color method. Specify the displaying CodeText''s Color. Default value: Color.Black in C++.' type: docs weight: 1100 url: /cpp/aspose.barcode.generation/codetextparameters/set_color/ diff --git a/english/cpp/aspose.barcode.generation/codetextparameters/set_fontmode/_index.md b/english/cpp/aspose.barcode.generation/codetextparameters/set_fontmode/_index.md index 94452a7ed..a47c01cb2 100644 --- a/english/cpp/aspose.barcode.generation/codetextparameters/set_fontmode/_index.md +++ b/english/cpp/aspose.barcode.generation/codetextparameters/set_fontmode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CodetextParameters::set_FontMode method linktitle: set_FontMode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Specify FontMode. If FontMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use FontMode.Auto especially in AutoSizeMode.Nearest or AutoSizeMode.Interpolation. Default value: FontMode.Auto in C++.' +description: 'Aspose::BarCode::Generation::CodetextParameters::set_FontMode method. Specify FontMode. If FontMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use FontMode.Auto especially in AutoSizeMode.Nearest or AutoSizeMode.Interpolation. Default value: FontMode.Auto in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.generation/codetextparameters/set_fontmode/ @@ -10,7 +10,7 @@ url: /cpp/aspose.barcode.generation/codetextparameters/set_fontmode/ ## CodetextParameters::set_FontMode method -Specify FontMode. If FontMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use [FontMode.Auto](../../aztecencodemode/) especially in [AutoSizeMode.Nearest](../../autosizemode/) or [AutoSizeMode.Interpolation](../../autosizemode/). Default value: [FontMode.Auto](../../aztecencodemode/). +Specify FontMode. If FontMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use [FontMode.Auto](../../fontmode/) especially in [AutoSizeMode.Nearest](../../autosizemode/) or [AutoSizeMode.Interpolation](../../autosizemode/). Default value: [FontMode.Auto](../../fontmode/). ```cpp void Aspose::BarCode::Generation::CodetextParameters::set_FontMode(Aspose::BarCode::Generation::FontMode value) diff --git a/english/cpp/aspose.barcode.generation/codetextparameters/set_location/_index.md b/english/cpp/aspose.barcode.generation/codetextparameters/set_location/_index.md index 62ace74bb..2553c38c0 100644 --- a/english/cpp/aspose.barcode.generation/codetextparameters/set_location/_index.md +++ b/english/cpp/aspose.barcode.generation/codetextparameters/set_location/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CodetextParameters::set_Location method linktitle: set_Location second_title: Aspose.BarCode for C++ API Reference -description: ' method. Specify the displaying CodeText Location, set to CodeLocation.None to hide CodeText. Default value: CodeLocation.Below for 1D barcodes and CodeLocation.None for 2D barcodes in C++.' +description: 'Aspose::BarCode::Generation::CodetextParameters::set_Location method. Specify the displaying CodeText Location, set to CodeLocation.None to hide CodeText. Default value: CodeLocation.Below for 1D barcodes and CodeLocation.None for 2D barcodes in C++.' type: docs weight: 1300 url: /cpp/aspose.barcode.generation/codetextparameters/set_location/ diff --git a/english/cpp/aspose.barcode.generation/codetextparameters/set_nowrap/_index.md b/english/cpp/aspose.barcode.generation/codetextparameters/set_nowrap/_index.md index 9277409f2..2e42f57f7 100644 --- a/english/cpp/aspose.barcode.generation/codetextparameters/set_nowrap/_index.md +++ b/english/cpp/aspose.barcode.generation/codetextparameters/set_nowrap/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CodetextParameters::set_NoWrap method linktitle: set_NoWrap second_title: Aspose.BarCode for C++ API Reference -description: ' method. Specify word wraps (line breaks) within text. Default value: false in C++.' +description: 'Aspose::BarCode::Generation::CodetextParameters::set_NoWrap method. Specify word wraps (line breaks) within text. Default value: false in C++.' type: docs weight: 1500 url: /cpp/aspose.barcode.generation/codetextparameters/set_nowrap/ diff --git a/english/cpp/aspose.barcode.generation/codetextparameters/set_space/_index.md b/english/cpp/aspose.barcode.generation/codetextparameters/set_space/_index.md index db0b5f245..d55d894cb 100644 --- a/english/cpp/aspose.barcode.generation/codetextparameters/set_space/_index.md +++ b/english/cpp/aspose.barcode.generation/codetextparameters/set_space/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CodetextParameters::set_Space method linktitle: set_Space second_title: Aspose.BarCode for C++ API Reference -description: ' method. Space between the CodeText and the BarCode in Unit value. Default value: 2pt. Ignored for EAN8, EAN13, UPCE, UPCA, ISBN, ISMN, ISSN, UpcaGs1DatabarCoupon in C++.' +description: 'Aspose::BarCode::Generation::CodetextParameters::set_Space method. Space between the CodeText and the BarCode in Unit value. Default value: 2pt. Ignored for EAN8, EAN13, UPCE, UPCA, ISBN, ISMN, ISSN, UpcaGs1DatabarCoupon in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.generation/codetextparameters/set_space/ diff --git a/english/cpp/aspose.barcode.generation/codetextparameters/set_twoddisplaytext/_index.md b/english/cpp/aspose.barcode.generation/codetextparameters/set_twoddisplaytext/_index.md index 262025a12..a958e3bec 100644 --- a/english/cpp/aspose.barcode.generation/codetextparameters/set_twoddisplaytext/_index.md +++ b/english/cpp/aspose.barcode.generation/codetextparameters/set_twoddisplaytext/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CodetextParameters::set_TwoDDisplayText method linktitle: set_TwoDDisplayText second_title: Aspose.BarCode for C++ API Reference -description: ' method. Text that will be displayed instead of codetext in 2D barcodes. Used for: Aztec, Pdf417, DataMatrix, QR, MaxiCode, DotCode in C++.' +description: 'Aspose::BarCode::Generation::CodetextParameters::set_TwoDDisplayText method. Text that will be displayed instead of codetext in 2D barcodes. Used for: Aztec, Pdf417, DataMatrix, QR, MaxiCode, DotCode in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/codetextparameters/set_twoddisplaytext/ diff --git a/english/cpp/aspose.barcode.generation/codetextparameters/tostring/_index.md b/english/cpp/aspose.barcode.generation/codetextparameters/tostring/_index.md index 4367ebee0..4c9e955e6 100644 --- a/english/cpp/aspose.barcode.generation/codetextparameters/tostring/_index.md +++ b/english/cpp/aspose.barcode.generation/codetextparameters/tostring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CodetextParameters::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this CodetextParameters in C++.' +description: 'Aspose::BarCode::Generation::CodetextParameters::ToString method. Returns a human-readable string representation of this CodetextParameters in C++.' type: docs weight: 1600 url: /cpp/aspose.barcode.generation/codetextparameters/tostring/ diff --git a/english/cpp/aspose.barcode.generation/couponparameters/get_supplementspace/_index.md b/english/cpp/aspose.barcode.generation/couponparameters/get_supplementspace/_index.md index 605612fa6..4b2d49536 100644 --- a/english/cpp/aspose.barcode.generation/couponparameters/get_supplementspace/_index.md +++ b/english/cpp/aspose.barcode.generation/couponparameters/get_supplementspace/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CouponParameters::get_SupplementSpace method linktitle: get_SupplementSpace second_title: Aspose.BarCode for C++ API Reference -description: ' method. Space between main the BarCode and supplement BarCode in Unit value in C++.' +description: 'Aspose::BarCode::Generation::CouponParameters::get_SupplementSpace method. Space between main the BarCode and supplement BarCode in Unit value in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/couponparameters/get_supplementspace/ diff --git a/english/cpp/aspose.barcode.generation/couponparameters/tostring/_index.md b/english/cpp/aspose.barcode.generation/couponparameters/tostring/_index.md index 3bf3af0cd..22b9a2c99 100644 --- a/english/cpp/aspose.barcode.generation/couponparameters/tostring/_index.md +++ b/english/cpp/aspose.barcode.generation/couponparameters/tostring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::CouponParameters::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this CouponParameters in C++.' +description: 'Aspose::BarCode::Generation::CouponParameters::ToString method. Returns a human-readable string representation of this CouponParameters in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/couponparameters/tostring/ diff --git a/english/cpp/aspose.barcode.generation/databarparameters/_index.md b/english/cpp/aspose.barcode.generation/databarparameters/_index.md index b9ef6cda7..14701bf93 100644 --- a/english/cpp/aspose.barcode.generation/databarparameters/_index.md +++ b/english/cpp/aspose.barcode.generation/databarparameters/_index.md @@ -24,13 +24,11 @@ class DataBarParameters : public System::Object | [get_AspectRatio](./get_aspectratio/)() | Height/Width ratio of 2D [BarCode](../../aspose.barcode/) module. Used for DataBar stacked. | | [get_Columns](./get_columns/)() const | Columns count. | | [get_Is2DCompositeComponent](./get_is2dcompositecomponent/)() const | Enables flag of 2D composite component with DataBar barcode | -| [get_IsAllowOnlyGS1Encoding](./get_isallowonlygs1encoding/)() | If this flag is set, it allows only GS1 encoding standard for Databar barcode types | | [get_Rows](./get_rows/)() const | Rows count. | | [set_AllowOnlyGS1Encoding](./set_allowonlygs1encoding/)(bool) | If this flag is set, it allows only GS1 encoding standard for Databar barcode types | | [set_AspectRatio](./set_aspectratio/)(float) | Height/Width ratio of 2D [BarCode](../../aspose.barcode/) module. Used for DataBar stacked. | | [set_Columns](./set_columns/)(int32_t) | Columns count. | | [set_Is2DCompositeComponent](./set_is2dcompositecomponent/)(bool) | Enables flag of 2D composite component with DataBar barcode | -| [set_IsAllowOnlyGS1Encoding](./set_isallowonlygs1encoding/)(bool) | If this flag is set, it allows only GS1 encoding standard for Databar barcode types | | [set_Rows](./set_rows/)(int32_t) | Rows count. | | [ToString](./tostring/)() const override | Returns a human-readable string representation of this [DataBarParameters](./). | ## See Also diff --git a/english/cpp/aspose.barcode.generation/databarparameters/get_allowonlygs1encoding/_index.md b/english/cpp/aspose.barcode.generation/databarparameters/get_allowonlygs1encoding/_index.md index 8ee5d64d1..ee0bb8798 100644 --- a/english/cpp/aspose.barcode.generation/databarparameters/get_allowonlygs1encoding/_index.md +++ b/english/cpp/aspose.barcode.generation/databarparameters/get_allowonlygs1encoding/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::DataBarParameters::get_AllowOnlyGS1Encoding method linktitle: get_AllowOnlyGS1Encoding second_title: Aspose.BarCode for C++ API Reference -description: ' method. If this flag is set, it allows only GS1 encoding standard for Databar barcode types in C++.' +description: 'Aspose::BarCode::Generation::DataBarParameters::get_AllowOnlyGS1Encoding method. If this flag is set, it allows only GS1 encoding standard for Databar barcode types in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.generation/databarparameters/get_allowonlygs1encoding/ diff --git a/english/cpp/aspose.barcode.generation/databarparameters/get_aspectratio/_index.md b/english/cpp/aspose.barcode.generation/databarparameters/get_aspectratio/_index.md index 5b7a8a0e9..e64493ada 100644 --- a/english/cpp/aspose.barcode.generation/databarparameters/get_aspectratio/_index.md +++ b/english/cpp/aspose.barcode.generation/databarparameters/get_aspectratio/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::DataBarParameters::get_AspectRatio method linktitle: get_AspectRatio second_title: Aspose.BarCode for C++ API Reference -description: ' method. Height/Width ratio of 2D BarCode module. Used for DataBar stacked in C++.' +description: 'Aspose::BarCode::Generation::DataBarParameters::get_AspectRatio method. Height/Width ratio of 2D BarCode module. Used for DataBar stacked in C++.' type: docs -weight: 1100 +weight: 900 url: /cpp/aspose.barcode.generation/databarparameters/get_aspectratio/ --- ## DataBarParameters::get_AspectRatio method diff --git a/english/cpp/aspose.barcode.generation/databarparameters/get_columns/_index.md b/english/cpp/aspose.barcode.generation/databarparameters/get_columns/_index.md index e7487afb9..588d68faa 100644 --- a/english/cpp/aspose.barcode.generation/databarparameters/get_columns/_index.md +++ b/english/cpp/aspose.barcode.generation/databarparameters/get_columns/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::DataBarParameters::get_Columns method linktitle: get_Columns second_title: Aspose.BarCode for C++ API Reference -description: ' method. Columns count in C++.' +description: 'Aspose::BarCode::Generation::DataBarParameters::get_Columns method. Columns count in C++.' type: docs -weight: 700 +weight: 500 url: /cpp/aspose.barcode.generation/databarparameters/get_columns/ --- ## DataBarParameters::get_Columns method diff --git a/english/cpp/aspose.barcode.generation/databarparameters/get_is2dcompositecomponent/_index.md b/english/cpp/aspose.barcode.generation/databarparameters/get_is2dcompositecomponent/_index.md index 21d2eacbf..a1f8d1c64 100644 --- a/english/cpp/aspose.barcode.generation/databarparameters/get_is2dcompositecomponent/_index.md +++ b/english/cpp/aspose.barcode.generation/databarparameters/get_is2dcompositecomponent/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::DataBarParameters::get_Is2DCompositeComponent method linktitle: get_Is2DCompositeComponent second_title: Aspose.BarCode for C++ API Reference -description: ' method. Enables flag of 2D composite component with DataBar barcode in C++.' +description: 'Aspose::BarCode::Generation::DataBarParameters::get_Is2DCompositeComponent method. Enables flag of 2D composite component with DataBar barcode in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/databarparameters/get_is2dcompositecomponent/ diff --git a/english/cpp/aspose.barcode.generation/databarparameters/get_isallowonlygs1encoding/_index.md b/english/cpp/aspose.barcode.generation/databarparameters/get_isallowonlygs1encoding/_index.md deleted file mode 100644 index 14ed8825d..000000000 --- a/english/cpp/aspose.barcode.generation/databarparameters/get_isallowonlygs1encoding/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: get_IsAllowOnlyGS1Encoding -second_title: Aspose.BarCode for C++ API Reference -description: ' method. If this flag is set, it allows only GS1 encoding standard for Databar barcode types in C++.' -type: docs -weight: 500 -url: /cpp/aspose.barcode.generation/databarparameters/get_isallowonlygs1encoding/ ---- -## DataBarParameters::get_IsAllowOnlyGS1Encoding method - - -If this flag is set, it allows only GS1 encoding standard for Databar barcode types - -```cpp -bool Aspose::BarCode::Generation::DataBarParameters::get_IsAllowOnlyGS1Encoding() -``` - - -## See Also - -* Class [DataBarParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/databarparameters/get_rows/_index.md b/english/cpp/aspose.barcode.generation/databarparameters/get_rows/_index.md index 6f3314f48..91c80f695 100644 --- a/english/cpp/aspose.barcode.generation/databarparameters/get_rows/_index.md +++ b/english/cpp/aspose.barcode.generation/databarparameters/get_rows/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::DataBarParameters::get_Rows method linktitle: get_Rows second_title: Aspose.BarCode for C++ API Reference -description: ' method. Rows count in C++.' +description: 'Aspose::BarCode::Generation::DataBarParameters::get_Rows method. Rows count in C++.' type: docs -weight: 900 +weight: 700 url: /cpp/aspose.barcode.generation/databarparameters/get_rows/ --- ## DataBarParameters::get_Rows method diff --git a/english/cpp/aspose.barcode.generation/databarparameters/set_allowonlygs1encoding/_index.md b/english/cpp/aspose.barcode.generation/databarparameters/set_allowonlygs1encoding/_index.md index 9df6a1c9c..9382d6831 100644 --- a/english/cpp/aspose.barcode.generation/databarparameters/set_allowonlygs1encoding/_index.md +++ b/english/cpp/aspose.barcode.generation/databarparameters/set_allowonlygs1encoding/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::DataBarParameters::set_AllowOnlyGS1Encoding method linktitle: set_AllowOnlyGS1Encoding second_title: Aspose.BarCode for C++ API Reference -description: ' method. If this flag is set, it allows only GS1 encoding standard for Databar barcode types in C++.' +description: 'Aspose::BarCode::Generation::DataBarParameters::set_AllowOnlyGS1Encoding method. If this flag is set, it allows only GS1 encoding standard for Databar barcode types in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.generation/databarparameters/set_allowonlygs1encoding/ diff --git a/english/cpp/aspose.barcode.generation/databarparameters/set_aspectratio/_index.md b/english/cpp/aspose.barcode.generation/databarparameters/set_aspectratio/_index.md index 332e02d42..0df2363f0 100644 --- a/english/cpp/aspose.barcode.generation/databarparameters/set_aspectratio/_index.md +++ b/english/cpp/aspose.barcode.generation/databarparameters/set_aspectratio/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::DataBarParameters::set_AspectRatio method linktitle: set_AspectRatio second_title: Aspose.BarCode for C++ API Reference -description: ' method. Height/Width ratio of 2D BarCode module. Used for DataBar stacked in C++.' +description: 'Aspose::BarCode::Generation::DataBarParameters::set_AspectRatio method. Height/Width ratio of 2D BarCode module. Used for DataBar stacked in C++.' type: docs -weight: 1200 +weight: 1000 url: /cpp/aspose.barcode.generation/databarparameters/set_aspectratio/ --- ## DataBarParameters::set_AspectRatio method diff --git a/english/cpp/aspose.barcode.generation/databarparameters/set_columns/_index.md b/english/cpp/aspose.barcode.generation/databarparameters/set_columns/_index.md index 681b1feb8..3e8a65ceb 100644 --- a/english/cpp/aspose.barcode.generation/databarparameters/set_columns/_index.md +++ b/english/cpp/aspose.barcode.generation/databarparameters/set_columns/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::DataBarParameters::set_Columns method linktitle: set_Columns second_title: Aspose.BarCode for C++ API Reference -description: ' method. Columns count in C++.' +description: 'Aspose::BarCode::Generation::DataBarParameters::set_Columns method. Columns count in C++.' type: docs -weight: 800 +weight: 600 url: /cpp/aspose.barcode.generation/databarparameters/set_columns/ --- ## DataBarParameters::set_Columns method diff --git a/english/cpp/aspose.barcode.generation/databarparameters/set_is2dcompositecomponent/_index.md b/english/cpp/aspose.barcode.generation/databarparameters/set_is2dcompositecomponent/_index.md index 036b96f5a..82baae917 100644 --- a/english/cpp/aspose.barcode.generation/databarparameters/set_is2dcompositecomponent/_index.md +++ b/english/cpp/aspose.barcode.generation/databarparameters/set_is2dcompositecomponent/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::DataBarParameters::set_Is2DCompositeComponent method linktitle: set_Is2DCompositeComponent second_title: Aspose.BarCode for C++ API Reference -description: ' method. Enables flag of 2D composite component with DataBar barcode in C++.' +description: 'Aspose::BarCode::Generation::DataBarParameters::set_Is2DCompositeComponent method. Enables flag of 2D composite component with DataBar barcode in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/databarparameters/set_is2dcompositecomponent/ diff --git a/english/cpp/aspose.barcode.generation/databarparameters/set_isallowonlygs1encoding/_index.md b/english/cpp/aspose.barcode.generation/databarparameters/set_isallowonlygs1encoding/_index.md deleted file mode 100644 index 92a8259a3..000000000 --- a/english/cpp/aspose.barcode.generation/databarparameters/set_isallowonlygs1encoding/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: set_IsAllowOnlyGS1Encoding -second_title: Aspose.BarCode for C++ API Reference -description: ' method. If this flag is set, it allows only GS1 encoding standard for Databar barcode types in C++.' -type: docs -weight: 600 -url: /cpp/aspose.barcode.generation/databarparameters/set_isallowonlygs1encoding/ ---- -## DataBarParameters::set_IsAllowOnlyGS1Encoding method - - -If this flag is set, it allows only GS1 encoding standard for Databar barcode types - -```cpp -void Aspose::BarCode::Generation::DataBarParameters::set_IsAllowOnlyGS1Encoding(bool value) -``` - - -## See Also - -* Class [DataBarParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/databarparameters/set_rows/_index.md b/english/cpp/aspose.barcode.generation/databarparameters/set_rows/_index.md index b519adc79..eebedd51f 100644 --- a/english/cpp/aspose.barcode.generation/databarparameters/set_rows/_index.md +++ b/english/cpp/aspose.barcode.generation/databarparameters/set_rows/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::DataBarParameters::set_Rows method linktitle: set_Rows second_title: Aspose.BarCode for C++ API Reference -description: ' method. Rows count in C++.' +description: 'Aspose::BarCode::Generation::DataBarParameters::set_Rows method. Rows count in C++.' type: docs -weight: 1000 +weight: 800 url: /cpp/aspose.barcode.generation/databarparameters/set_rows/ --- ## DataBarParameters::set_Rows method diff --git a/english/cpp/aspose.barcode.generation/databarparameters/tostring/_index.md b/english/cpp/aspose.barcode.generation/databarparameters/tostring/_index.md index eec67b7d6..3c5196823 100644 --- a/english/cpp/aspose.barcode.generation/databarparameters/tostring/_index.md +++ b/english/cpp/aspose.barcode.generation/databarparameters/tostring/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::DataBarParameters::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this DataBarParameters in C++.' +description: 'Aspose::BarCode::Generation::DataBarParameters::ToString method. Returns a human-readable string representation of this DataBarParameters in C++.' type: docs -weight: 1300 +weight: 1100 url: /cpp/aspose.barcode.generation/databarparameters/tostring/ --- ## DataBarParameters::ToString method diff --git a/english/cpp/aspose.barcode.generation/datamatrixecctype/_index.md b/english/cpp/aspose.barcode.generation/datamatrixecctype/_index.md index b3ca9a366..0fb95e61c 100644 --- a/english/cpp/aspose.barcode.generation/datamatrixecctype/_index.md +++ b/english/cpp/aspose.barcode.generation/datamatrixecctype/_index.md @@ -1,8 +1,8 @@ --- -title: enum +title: Aspose::BarCode::Generation::DataMatrixEccType enum linktitle: DataMatrixEccType second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Specify the type of the ECC to encode in C++.' +description: 'Aspose::BarCode::Generation::DataMatrixEccType enum. Specify the type of the ECC to encode in C++.' type: docs weight: 5700 url: /cpp/aspose.barcode.generation/datamatrixecctype/ diff --git a/english/cpp/aspose.barcode.generation/datamatrixencodemode/_index.md b/english/cpp/aspose.barcode.generation/datamatrixencodemode/_index.md index ae234285d..146007ff1 100644 --- a/english/cpp/aspose.barcode.generation/datamatrixencodemode/_index.md +++ b/english/cpp/aspose.barcode.generation/datamatrixencodemode/_index.md @@ -1,8 +1,8 @@ --- -title: enum +title: Aspose::BarCode::Generation::DataMatrixEncodeMode enum linktitle: DataMatrixEncodeMode second_title: Aspose.BarCode for C++ API Reference -description: ' enum. DataMatrix encoder''s encoding mode, default to Auto in C++.' +description: 'Aspose::BarCode::Generation::DataMatrixEncodeMode enum. DataMatrix encoder''s encoding mode, default to Auto in C++.' type: docs weight: 5800 url: /cpp/aspose.barcode.generation/datamatrixencodemode/ @@ -22,12 +22,10 @@ enum class DataMatrixEncodeMode | --- | --- | --- | | Auto | 0 | In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. | | ASCII | 1 | Encodes one alphanumeric or two numeric characters per byte | -| Bytes | 6 | Encode 8 bit values | | C40 | 8 | Uses C40 encoding. Encodes Upper-case alphanumeric, Lower case and special characters | | Text | 9 | Uses Text encoding. Encodes Lower-case alphanumeric, Upper case and special characters | | EDIFACT | 10 | Uses EDIFACT encoding. Uses six bits per character, encodes digits, upper-case letters, and many punctuation marks, but has no support for lower-case letters. | | ANSIX12 | 11 | Uses ANSI X12 encoding. | -| ExtendedCodetext | 12 | | | Extended | 13 | | | Base256 | 14 | Encode 8 bit values | | Binary | 15 | In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. | @@ -66,8 +64,8 @@ codetextBuilder.AddECICodetext(ECIEncodings.UTF8, "犬Right狗"); codetextBuilder.AddCodetextWithEncodeMode(EncodeMode.C40, "ABCDE"); //generate codetext -string codetext = textBuilder.GetExtendedCodetext(); -
+string codetext = textBuilder.GetExtendedCodetext();
+ //generate using(BarcodeGenerator generator = new BarcodeGenerator(EncodeTypes.DataMatrix, codetext)) { diff --git a/english/cpp/aspose.barcode.generation/datamatrixextcodetextbuilder/_index.md b/english/cpp/aspose.barcode.generation/datamatrixextcodetextbuilder/_index.md index 1563de99c..a66356b69 100644 --- a/english/cpp/aspose.barcode.generation/datamatrixextcodetextbuilder/_index.md +++ b/english/cpp/aspose.barcode.generation/datamatrixextcodetextbuilder/_index.md @@ -48,8 +48,8 @@ codetextBuilder.AddECICodetext(ECIEncodings.UTF8, "犬Right狗"); codetextBuilder.AddCodetextWithEncodeMode(EncodeMode.C40, "ABCDE"); //generate codetext -string codetext = textBuilder.GetExtendedCodetext(); -
+string codetext = textBuilder.GetExtendedCodetext();
+ //generate using(BarcodeGenerator generator = new BarcodeGenerator(EncodeTypes.DataMatrix, codetext)) { diff --git a/english/cpp/aspose.barcode.generation/datamatrixextcodetextbuilder/addcodetextwithencodemode/_index.md b/english/cpp/aspose.barcode.generation/datamatrixextcodetextbuilder/addcodetextwithencodemode/_index.md index e2b5021bd..b6ad10e4a 100644 --- a/english/cpp/aspose.barcode.generation/datamatrixextcodetextbuilder/addcodetextwithencodemode/_index.md +++ b/english/cpp/aspose.barcode.generation/datamatrixextcodetextbuilder/addcodetextwithencodemode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::DataMatrixExtCodetextBuilder::AddCodetextWithEncodeMode method linktitle: AddCodetextWithEncodeMode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Adds codetext with defined encode mode to the extended codetext items in C++.' +description: 'Aspose::BarCode::Generation::DataMatrixExtCodetextBuilder::AddCodetextWithEncodeMode method. Adds codetext with defined encode mode to the extended codetext items in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/datamatrixextcodetextbuilder/addcodetextwithencodemode/ diff --git a/english/cpp/aspose.barcode.generation/datamatrixextcodetextbuilder/addecicodetextwithencodemode/_index.md b/english/cpp/aspose.barcode.generation/datamatrixextcodetextbuilder/addecicodetextwithencodemode/_index.md index 8cd863c96..af3b26330 100644 --- a/english/cpp/aspose.barcode.generation/datamatrixextcodetextbuilder/addecicodetextwithencodemode/_index.md +++ b/english/cpp/aspose.barcode.generation/datamatrixextcodetextbuilder/addecicodetextwithencodemode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::DataMatrixExtCodetextBuilder::AddECICodetextWithEncodeMode method linktitle: AddECICodetextWithEncodeMode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Adds codetext with Extended Channel Identifier with defined encode mode in C++.' +description: 'Aspose::BarCode::Generation::DataMatrixExtCodetextBuilder::AddECICodetextWithEncodeMode method. Adds codetext with Extended Channel Identifier with defined encode mode in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/datamatrixextcodetextbuilder/addecicodetextwithencodemode/ diff --git a/english/cpp/aspose.barcode.generation/datamatrixextcodetextbuilder/getextendedcodetext/_index.md b/english/cpp/aspose.barcode.generation/datamatrixextcodetextbuilder/getextendedcodetext/_index.md index 4a9c67c95..ce103f383 100644 --- a/english/cpp/aspose.barcode.generation/datamatrixextcodetextbuilder/getextendedcodetext/_index.md +++ b/english/cpp/aspose.barcode.generation/datamatrixextcodetextbuilder/getextendedcodetext/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::DataMatrixExtCodetextBuilder::GetExtendedCodetext method linktitle: GetExtendedCodetext second_title: Aspose.BarCode for C++ API Reference -description: ' method. Generates Extended codetext from the extended codetext list in C++.' +description: 'Aspose::BarCode::Generation::DataMatrixExtCodetextBuilder::GetExtendedCodetext method. Generates Extended codetext from the extended codetext list in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.generation/datamatrixextcodetextbuilder/getextendedcodetext/ @@ -19,7 +19,7 @@ System::String Aspose::BarCode::Generation::DataMatrixExtCodetextBuilder::GetExt ### ReturnValue -Extended codetext as string +Extended codetext as string. ## See Also diff --git a/english/cpp/aspose.barcode.generation/datamatrixparameters/_index.md b/english/cpp/aspose.barcode.generation/datamatrixparameters/_index.md index b0ea9e7d7..57c663b3b 100644 --- a/english/cpp/aspose.barcode.generation/datamatrixparameters/_index.md +++ b/english/cpp/aspose.barcode.generation/datamatrixparameters/_index.md @@ -21,35 +21,25 @@ class DataMatrixParameters : public System::Object | Method | Description | | --- | --- | | [get_AspectRatio](./get_aspectratio/)() | Height/Width ratio of 2D [BarCode](../../aspose.barcode/) module. | -| [get_Columns](./get_columns/)() const | Columns count. | -| [get_DataMatrixEcc](./get_datamatrixecc/)() | Gets a Datamatrix ECC type. Default value: [DataMatrixEccType.Ecc200](../datamatrixecctype/). | -| [get_DataMatrixEncodeMode](./get_datamatrixencodemode/)() | Encode mode of Datamatrix barcode. Default value: [EncodeMode.Auto](../aztecencodemode/). | -| [get_DataMatrixVersion](./get_datamatrixversion/)() | Gets a Datamatrix symbol size. Default value: [Version.Auto](../aztecencodemode/). | | [get_EccType](./get_ecctype/)() const | Gets a Datamatrix ECC type. Default value: [DataMatrixEccType.Ecc200](../datamatrixecctype/). | | [get_ECIEncoding](./get_eciencoding/)() const | Gets ECI encoding. Used when EncodeMode is Auto. Default value: ISO-8859-1 | -| [get_EncodeMode](./get_encodemode/)() const | Encode mode of Datamatrix barcode. Default value: [EncodeMode.Auto](../aztecencodemode/). | +| [get_EncodeMode](./get_encodemode/)() const | Encode mode of Datamatrix barcode. Default value: EncodeMode.Auto. | | [get_IsReaderProgramming](./get_isreaderprogramming/)() const | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. Default value: false | -| [get_MacroCharacters](./get_macrocharacters/)() const | Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with [DataMatrixEccType.Ecc200](../datamatrixecctype/) or [DataMatrixEccType.EccAuto](../datamatrixecctype/). Cannot be used with [EncodeTypes.GS1DataMatrix](../encodetypes/gs1datamatrix/) Default value: [MacroCharacters.None](../barcodeclassifications/). | -| [get_Rows](./get_rows/)() const | Rows count. | +| [get_MacroCharacters](./get_macrocharacters/)() const | Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with [DataMatrixEccType.Ecc200](../datamatrixecctype/) or [DataMatrixEccType.EccAuto](../datamatrixecctype/). Cannot be used with [EncodeTypes.GS1DataMatrix](../encodetypes/gs1datamatrix/) Default value: MacroCharacters.None. | | [get_StructuredAppendBarcodeId](./get_structuredappendbarcodeid/)() const | Barcode ID for Structured Append mode of Datamatrix barcode. Default value: 0 | | [get_StructuredAppendBarcodesCount](./get_structuredappendbarcodescount/)() const | Barcodes count for Structured Append mode of Datamatrix barcode. Default value: 0 | | [get_StructuredAppendFileId](./get_structuredappendfileid/)() const | File ID for Structured Append mode of Datamatrix barcode. Default value: 0 | -| [get_Version](./get_version/)() const | Gets a Datamatrix symbol size. Default value: [Version.Auto](../aztecencodemode/). | +| [get_Version](./get_version/)() const | Gets a Datamatrix symbol size. Default value: Version.Auto. | | [set_AspectRatio](./set_aspectratio/)(float) | Height/Width ratio of 2D [BarCode](../../aspose.barcode/) module. | -| [set_Columns](./set_columns/)(int32_t) | Columns count. | -| [set_DataMatrixEcc](./set_datamatrixecc/)(DataMatrixEccType) | Sets a Datamatrix ECC type. Default value: [DataMatrixEccType.Ecc200](../datamatrixecctype/). | -| [set_DataMatrixEncodeMode](./set_datamatrixencodemode/)(Aspose::BarCode::Generation::DataMatrixEncodeMode) | Encode mode of Datamatrix barcode. Default value: [EncodeMode.Auto](../aztecencodemode/). | -| [set_DataMatrixVersion](./set_datamatrixversion/)(Aspose::BarCode::Generation::DataMatrixVersion) | Sets a Datamatrix symbol size. Default value: [Version.Auto](../aztecencodemode/). | | [set_EccType](./set_ecctype/)(DataMatrixEccType) | Sets a Datamatrix ECC type. Default value: [DataMatrixEccType.Ecc200](../datamatrixecctype/). | | [set_ECIEncoding](./set_eciencoding/)(ECIEncodings) | Sets ECI encoding. Used when EncodeMode is Auto. Default value: ISO-8859-1 | -| [set_EncodeMode](./set_encodemode/)(Aspose::BarCode::Generation::DataMatrixEncodeMode) | Encode mode of Datamatrix barcode. Default value: [EncodeMode.Auto](../aztecencodemode/). | +| [set_EncodeMode](./set_encodemode/)(DataMatrixEncodeMode) | Encode mode of Datamatrix barcode. Default value: EncodeMode.Auto. | | [set_IsReaderProgramming](./set_isreaderprogramming/)(bool) | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. Default value: false | -| [set_MacroCharacters](./set_macrocharacters/)(MacroCharacter) | Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with [DataMatrixEccType.Ecc200](../datamatrixecctype/) or [DataMatrixEccType.EccAuto](../datamatrixecctype/). Cannot be used with [EncodeTypes.GS1DataMatrix](../encodetypes/gs1datamatrix/) Default value: [MacroCharacters.None](../barcodeclassifications/). | -| [set_Rows](./set_rows/)(int32_t) | Rows count. | +| [set_MacroCharacters](./set_macrocharacters/)(MacroCharacter) | Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with [DataMatrixEccType.Ecc200](../datamatrixecctype/) or [DataMatrixEccType.EccAuto](../datamatrixecctype/). Cannot be used with [EncodeTypes.GS1DataMatrix](../encodetypes/gs1datamatrix/) Default value: MacroCharacters.None. | | [set_StructuredAppendBarcodeId](./set_structuredappendbarcodeid/)(int32_t) | Barcode ID for Structured Append mode of Datamatrix barcode. Default value: 0 | | [set_StructuredAppendBarcodesCount](./set_structuredappendbarcodescount/)(int32_t) | Barcodes count for Structured Append mode of Datamatrix barcode. Default value: 0 | | [set_StructuredAppendFileId](./set_structuredappendfileid/)(int32_t) | File ID for Structured Append mode of Datamatrix barcode. Default value: 0 | -| [set_Version](./set_version/)(Aspose::BarCode::Generation::DataMatrixVersion) | Sets a Datamatrix symbol size. Default value: [Version.Auto](../aztecencodemode/). | +| [set_Version](./set_version/)(DataMatrixVersion) | Sets a Datamatrix symbol size. Default value: Version.Auto. | | [ToString](./tostring/)() const override | Returns a human-readable string representation of this [DataMatrixParameters](./). | ## See Also diff --git a/english/cpp/aspose.barcode.generation/datamatrixparameters/get_aspectratio/_index.md b/english/cpp/aspose.barcode.generation/datamatrixparameters/get_aspectratio/_index.md index eb259594e..dfec71a5e 100644 --- a/english/cpp/aspose.barcode.generation/datamatrixparameters/get_aspectratio/_index.md +++ b/english/cpp/aspose.barcode.generation/datamatrixparameters/get_aspectratio/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::DataMatrixParameters::get_AspectRatio method linktitle: get_AspectRatio second_title: Aspose.BarCode for C++ API Reference -description: ' method. Height/Width ratio of 2D BarCode module in C++.' +description: 'Aspose::BarCode::Generation::DataMatrixParameters::get_AspectRatio method. Height/Width ratio of 2D BarCode module in C++.' type: docs -weight: 2700 +weight: 1700 url: /cpp/aspose.barcode.generation/datamatrixparameters/get_aspectratio/ --- ## DataMatrixParameters::get_AspectRatio method diff --git a/english/cpp/aspose.barcode.generation/datamatrixparameters/get_columns/_index.md b/english/cpp/aspose.barcode.generation/datamatrixparameters/get_columns/_index.md deleted file mode 100644 index 8fb1cadac..000000000 --- a/english/cpp/aspose.barcode.generation/datamatrixparameters/get_columns/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: get_Columns -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Columns count in C++.' -type: docs -weight: 2300 -url: /cpp/aspose.barcode.generation/datamatrixparameters/get_columns/ ---- -## DataMatrixParameters::get_Columns method - - -Columns count. - -```cpp -int32_t Aspose::BarCode::Generation::DataMatrixParameters::get_Columns() const -``` - - -## See Also - -* Class [DataMatrixParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/datamatrixparameters/get_datamatrixecc/_index.md b/english/cpp/aspose.barcode.generation/datamatrixparameters/get_datamatrixecc/_index.md deleted file mode 100644 index 6094e7200..000000000 --- a/english/cpp/aspose.barcode.generation/datamatrixparameters/get_datamatrixecc/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: get_DataMatrixEcc -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a Datamatrix ECC type. Default value: DataMatrixEccType.Ecc200 in C++.' -type: docs -weight: 300 -url: /cpp/aspose.barcode.generation/datamatrixparameters/get_datamatrixecc/ ---- -## DataMatrixParameters::get_DataMatrixEcc method - - -Gets a Datamatrix ECC type. Default value: [DataMatrixEccType.Ecc200](../../datamatrixecctype/). - -```cpp -DataMatrixEccType Aspose::BarCode::Generation::DataMatrixParameters::get_DataMatrixEcc() -``` - - -## See Also - -* Enum [DataMatrixEccType](../../datamatrixecctype/) -* Class [DataMatrixParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/datamatrixparameters/get_datamatrixencodemode/_index.md b/english/cpp/aspose.barcode.generation/datamatrixparameters/get_datamatrixencodemode/_index.md deleted file mode 100644 index 326cbfbc8..000000000 --- a/english/cpp/aspose.barcode.generation/datamatrixparameters/get_datamatrixencodemode/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: get_DataMatrixEncodeMode -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Encode mode of Datamatrix barcode. Default value: EncodeMode.Auto in C++.' -type: docs -weight: 1100 -url: /cpp/aspose.barcode.generation/datamatrixparameters/get_datamatrixencodemode/ ---- -## DataMatrixParameters::get_DataMatrixEncodeMode method - - -Encode mode of Datamatrix barcode. Default value: [EncodeMode.Auto](../../aztecencodemode/). - -```cpp -Aspose::BarCode::Generation::DataMatrixEncodeMode Aspose::BarCode::Generation::DataMatrixParameters::get_DataMatrixEncodeMode() -``` - - -## See Also - -* Enum [DataMatrixEncodeMode](../../datamatrixencodemode/) -* Class [DataMatrixParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/datamatrixparameters/get_datamatrixversion/_index.md b/english/cpp/aspose.barcode.generation/datamatrixparameters/get_datamatrixversion/_index.md deleted file mode 100644 index 11315f1f7..000000000 --- a/english/cpp/aspose.barcode.generation/datamatrixparameters/get_datamatrixversion/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: get_DataMatrixVersion -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a Datamatrix symbol size. Default value: Version.Auto in C++.' -type: docs -weight: 700 -url: /cpp/aspose.barcode.generation/datamatrixparameters/get_datamatrixversion/ ---- -## DataMatrixParameters::get_DataMatrixVersion method - - -Gets a Datamatrix symbol size. Default value: [Version.Auto](../../aztecencodemode/). - -```cpp -Aspose::BarCode::Generation::DataMatrixVersion Aspose::BarCode::Generation::DataMatrixParameters::get_DataMatrixVersion() -``` - - -## See Also - -* Enum [DataMatrixVersion](../../datamatrixversion/) -* Class [DataMatrixParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/datamatrixparameters/get_ecctype/_index.md b/english/cpp/aspose.barcode.generation/datamatrixparameters/get_ecctype/_index.md index 050f44aa1..72cd4c913 100644 --- a/english/cpp/aspose.barcode.generation/datamatrixparameters/get_ecctype/_index.md +++ b/english/cpp/aspose.barcode.generation/datamatrixparameters/get_ecctype/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::DataMatrixParameters::get_EccType method linktitle: get_EccType second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a Datamatrix ECC type. Default value: DataMatrixEccType.Ecc200 in C++.' +description: 'Aspose::BarCode::Generation::DataMatrixParameters::get_EccType method. Gets a Datamatrix ECC type. Default value: DataMatrixEccType.Ecc200 in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/datamatrixparameters/get_ecctype/ diff --git a/english/cpp/aspose.barcode.generation/datamatrixparameters/get_eciencoding/_index.md b/english/cpp/aspose.barcode.generation/datamatrixparameters/get_eciencoding/_index.md index ab06c9889..c9ea80a9c 100644 --- a/english/cpp/aspose.barcode.generation/datamatrixparameters/get_eciencoding/_index.md +++ b/english/cpp/aspose.barcode.generation/datamatrixparameters/get_eciencoding/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::DataMatrixParameters::get_ECIEncoding method linktitle: get_ECIEncoding second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets ECI encoding. Used when EncodeMode is Auto. Default value: ISO-8859-1 in C++.' +description: 'Aspose::BarCode::Generation::DataMatrixParameters::get_ECIEncoding method. Gets ECI encoding. Used when EncodeMode is Auto. Default value: ISO-8859-1 in C++.' type: docs -weight: 2900 +weight: 1900 url: /cpp/aspose.barcode.generation/datamatrixparameters/get_eciencoding/ --- ## DataMatrixParameters::get_ECIEncoding method diff --git a/english/cpp/aspose.barcode.generation/datamatrixparameters/get_encodemode/_index.md b/english/cpp/aspose.barcode.generation/datamatrixparameters/get_encodemode/_index.md index 9f253ca1f..fbd949d18 100644 --- a/english/cpp/aspose.barcode.generation/datamatrixparameters/get_encodemode/_index.md +++ b/english/cpp/aspose.barcode.generation/datamatrixparameters/get_encodemode/_index.md @@ -1,19 +1,19 @@ --- -title: method +title: Aspose::BarCode::Generation::DataMatrixParameters::get_EncodeMode method linktitle: get_EncodeMode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Encode mode of Datamatrix barcode. Default value: EncodeMode.Auto in C++.' +description: 'Aspose::BarCode::Generation::DataMatrixParameters::get_EncodeMode method. Encode mode of Datamatrix barcode. Default value: EncodeMode.Auto in C++.' type: docs -weight: 900 +weight: 500 url: /cpp/aspose.barcode.generation/datamatrixparameters/get_encodemode/ --- ## DataMatrixParameters::get_EncodeMode method -Encode mode of Datamatrix barcode. Default value: [EncodeMode.Auto](../../aztecencodemode/). +Encode mode of Datamatrix barcode. Default value: EncodeMode.Auto. ```cpp -Aspose::BarCode::Generation::DataMatrixEncodeMode Aspose::BarCode::Generation::DataMatrixParameters::get_EncodeMode() const +DataMatrixEncodeMode Aspose::BarCode::Generation::DataMatrixParameters::get_EncodeMode() const ``` ## See Also diff --git a/english/cpp/aspose.barcode.generation/datamatrixparameters/get_isreaderprogramming/_index.md b/english/cpp/aspose.barcode.generation/datamatrixparameters/get_isreaderprogramming/_index.md index 9287f5c5a..c8893cac8 100644 --- a/english/cpp/aspose.barcode.generation/datamatrixparameters/get_isreaderprogramming/_index.md +++ b/english/cpp/aspose.barcode.generation/datamatrixparameters/get_isreaderprogramming/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::DataMatrixParameters::get_IsReaderProgramming method linktitle: get_IsReaderProgramming second_title: Aspose.BarCode for C++ API Reference -description: ' method. Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. Default value: false in C++.' +description: 'Aspose::BarCode::Generation::DataMatrixParameters::get_IsReaderProgramming method. Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. Default value: false in C++.' type: docs -weight: 1900 +weight: 1300 url: /cpp/aspose.barcode.generation/datamatrixparameters/get_isreaderprogramming/ --- ## DataMatrixParameters::get_IsReaderProgramming method diff --git a/english/cpp/aspose.barcode.generation/datamatrixparameters/get_macrocharacters/_index.md b/english/cpp/aspose.barcode.generation/datamatrixparameters/get_macrocharacters/_index.md index 92c3e5c80..95aea0e20 100644 --- a/english/cpp/aspose.barcode.generation/datamatrixparameters/get_macrocharacters/_index.md +++ b/english/cpp/aspose.barcode.generation/datamatrixparameters/get_macrocharacters/_index.md @@ -1,16 +1,16 @@ --- -title: method +title: Aspose::BarCode::Generation::DataMatrixParameters::get_MacroCharacters method linktitle: get_MacroCharacters second_title: Aspose.BarCode for C++ API Reference -description: ' method. Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with DataMatrixEccType.Ecc200 or DataMatrixEccType.EccAuto. Cannot be used with EncodeTypes.GS1DataMatrix Default value: MacroCharacters.None in C++.' +description: 'Aspose::BarCode::Generation::DataMatrixParameters::get_MacroCharacters method. Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with DataMatrixEccType.Ecc200 or DataMatrixEccType.EccAuto. Cannot be used with EncodeTypes.GS1DataMatrix Default value: MacroCharacters.None in C++.' type: docs -weight: 2100 +weight: 1500 url: /cpp/aspose.barcode.generation/datamatrixparameters/get_macrocharacters/ --- ## DataMatrixParameters::get_MacroCharacters method -Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with [DataMatrixEccType.Ecc200](../../datamatrixecctype/) or [DataMatrixEccType.EccAuto](../../datamatrixecctype/). Cannot be used with [EncodeTypes.GS1DataMatrix](../../encodetypes/gs1datamatrix/) Default value: [MacroCharacters.None](../../barcodeclassifications/). +Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with [DataMatrixEccType.Ecc200](../../datamatrixecctype/) or [DataMatrixEccType.EccAuto](../../datamatrixecctype/). Cannot be used with [EncodeTypes.GS1DataMatrix](../../encodetypes/gs1datamatrix/) Default value: MacroCharacters.None. ```cpp MacroCharacter Aspose::BarCode::Generation::DataMatrixParameters::get_MacroCharacters() const diff --git a/english/cpp/aspose.barcode.generation/datamatrixparameters/get_rows/_index.md b/english/cpp/aspose.barcode.generation/datamatrixparameters/get_rows/_index.md deleted file mode 100644 index 13f741eb6..000000000 --- a/english/cpp/aspose.barcode.generation/datamatrixparameters/get_rows/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: get_Rows -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Rows count in C++.' -type: docs -weight: 2500 -url: /cpp/aspose.barcode.generation/datamatrixparameters/get_rows/ ---- -## DataMatrixParameters::get_Rows method - - -Rows count. - -```cpp -int32_t Aspose::BarCode::Generation::DataMatrixParameters::get_Rows() const -``` - - -## See Also - -* Class [DataMatrixParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/datamatrixparameters/get_structuredappendbarcodeid/_index.md b/english/cpp/aspose.barcode.generation/datamatrixparameters/get_structuredappendbarcodeid/_index.md index 04d7f530c..55f96e13b 100644 --- a/english/cpp/aspose.barcode.generation/datamatrixparameters/get_structuredappendbarcodeid/_index.md +++ b/english/cpp/aspose.barcode.generation/datamatrixparameters/get_structuredappendbarcodeid/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::DataMatrixParameters::get_StructuredAppendBarcodeId method linktitle: get_StructuredAppendBarcodeId second_title: Aspose.BarCode for C++ API Reference -description: ' method. Barcode ID for Structured Append mode of Datamatrix barcode. Default value: 0 in C++.' +description: 'Aspose::BarCode::Generation::DataMatrixParameters::get_StructuredAppendBarcodeId method. Barcode ID for Structured Append mode of Datamatrix barcode. Default value: 0 in C++.' type: docs -weight: 1300 +weight: 700 url: /cpp/aspose.barcode.generation/datamatrixparameters/get_structuredappendbarcodeid/ --- ## DataMatrixParameters::get_StructuredAppendBarcodeId method diff --git a/english/cpp/aspose.barcode.generation/datamatrixparameters/get_structuredappendbarcodescount/_index.md b/english/cpp/aspose.barcode.generation/datamatrixparameters/get_structuredappendbarcodescount/_index.md index b9227f085..31d62a9d9 100644 --- a/english/cpp/aspose.barcode.generation/datamatrixparameters/get_structuredappendbarcodescount/_index.md +++ b/english/cpp/aspose.barcode.generation/datamatrixparameters/get_structuredappendbarcodescount/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::DataMatrixParameters::get_StructuredAppendBarcodesCount method linktitle: get_StructuredAppendBarcodesCount second_title: Aspose.BarCode for C++ API Reference -description: ' method. Barcodes count for Structured Append mode of Datamatrix barcode. Default value: 0 in C++.' +description: 'Aspose::BarCode::Generation::DataMatrixParameters::get_StructuredAppendBarcodesCount method. Barcodes count for Structured Append mode of Datamatrix barcode. Default value: 0 in C++.' type: docs -weight: 1500 +weight: 900 url: /cpp/aspose.barcode.generation/datamatrixparameters/get_structuredappendbarcodescount/ --- ## DataMatrixParameters::get_StructuredAppendBarcodesCount method diff --git a/english/cpp/aspose.barcode.generation/datamatrixparameters/get_structuredappendfileid/_index.md b/english/cpp/aspose.barcode.generation/datamatrixparameters/get_structuredappendfileid/_index.md index eab64c82d..bc4497619 100644 --- a/english/cpp/aspose.barcode.generation/datamatrixparameters/get_structuredappendfileid/_index.md +++ b/english/cpp/aspose.barcode.generation/datamatrixparameters/get_structuredappendfileid/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::DataMatrixParameters::get_StructuredAppendFileId method linktitle: get_StructuredAppendFileId second_title: Aspose.BarCode for C++ API Reference -description: ' method. File ID for Structured Append mode of Datamatrix barcode. Default value: 0 in C++.' +description: 'Aspose::BarCode::Generation::DataMatrixParameters::get_StructuredAppendFileId method. File ID for Structured Append mode of Datamatrix barcode. Default value: 0 in C++.' type: docs -weight: 1700 +weight: 1100 url: /cpp/aspose.barcode.generation/datamatrixparameters/get_structuredappendfileid/ --- ## DataMatrixParameters::get_StructuredAppendFileId method diff --git a/english/cpp/aspose.barcode.generation/datamatrixparameters/get_version/_index.md b/english/cpp/aspose.barcode.generation/datamatrixparameters/get_version/_index.md index bac1a123e..e9d9cadf5 100644 --- a/english/cpp/aspose.barcode.generation/datamatrixparameters/get_version/_index.md +++ b/english/cpp/aspose.barcode.generation/datamatrixparameters/get_version/_index.md @@ -1,19 +1,19 @@ --- -title: method +title: Aspose::BarCode::Generation::DataMatrixParameters::get_Version method linktitle: get_Version second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a Datamatrix symbol size. Default value: Version.Auto in C++.' +description: 'Aspose::BarCode::Generation::DataMatrixParameters::get_Version method. Gets a Datamatrix symbol size. Default value: Version.Auto in C++.' type: docs -weight: 500 +weight: 300 url: /cpp/aspose.barcode.generation/datamatrixparameters/get_version/ --- ## DataMatrixParameters::get_Version method -Gets a Datamatrix symbol size. Default value: [Version.Auto](../../aztecencodemode/). +Gets a Datamatrix symbol size. Default value: Version.Auto. ```cpp -Aspose::BarCode::Generation::DataMatrixVersion Aspose::BarCode::Generation::DataMatrixParameters::get_Version() const +DataMatrixVersion Aspose::BarCode::Generation::DataMatrixParameters::get_Version() const ``` ## See Also diff --git a/english/cpp/aspose.barcode.generation/datamatrixparameters/set_aspectratio/_index.md b/english/cpp/aspose.barcode.generation/datamatrixparameters/set_aspectratio/_index.md index 7637fbcde..84f64b794 100644 --- a/english/cpp/aspose.barcode.generation/datamatrixparameters/set_aspectratio/_index.md +++ b/english/cpp/aspose.barcode.generation/datamatrixparameters/set_aspectratio/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::DataMatrixParameters::set_AspectRatio method linktitle: set_AspectRatio second_title: Aspose.BarCode for C++ API Reference -description: ' method. Height/Width ratio of 2D BarCode module in C++.' +description: 'Aspose::BarCode::Generation::DataMatrixParameters::set_AspectRatio method. Height/Width ratio of 2D BarCode module in C++.' type: docs -weight: 2800 +weight: 1800 url: /cpp/aspose.barcode.generation/datamatrixparameters/set_aspectratio/ --- ## DataMatrixParameters::set_AspectRatio method diff --git a/english/cpp/aspose.barcode.generation/datamatrixparameters/set_columns/_index.md b/english/cpp/aspose.barcode.generation/datamatrixparameters/set_columns/_index.md deleted file mode 100644 index ff75c2a57..000000000 --- a/english/cpp/aspose.barcode.generation/datamatrixparameters/set_columns/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: set_Columns -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Columns count in C++.' -type: docs -weight: 2400 -url: /cpp/aspose.barcode.generation/datamatrixparameters/set_columns/ ---- -## DataMatrixParameters::set_Columns method - - -Columns count. - -```cpp -void Aspose::BarCode::Generation::DataMatrixParameters::set_Columns(int32_t value) -``` - - -## See Also - -* Class [DataMatrixParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/datamatrixparameters/set_datamatrixecc/_index.md b/english/cpp/aspose.barcode.generation/datamatrixparameters/set_datamatrixecc/_index.md deleted file mode 100644 index f54a085fa..000000000 --- a/english/cpp/aspose.barcode.generation/datamatrixparameters/set_datamatrixecc/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: set_DataMatrixEcc -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets a Datamatrix ECC type. Default value: DataMatrixEccType.Ecc200 in C++.' -type: docs -weight: 400 -url: /cpp/aspose.barcode.generation/datamatrixparameters/set_datamatrixecc/ ---- -## DataMatrixParameters::set_DataMatrixEcc method - - -Sets a Datamatrix ECC type. Default value: [DataMatrixEccType.Ecc200](../../datamatrixecctype/). - -```cpp -void Aspose::BarCode::Generation::DataMatrixParameters::set_DataMatrixEcc(DataMatrixEccType value) -``` - - -## See Also - -* Enum [DataMatrixEccType](../../datamatrixecctype/) -* Class [DataMatrixParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/datamatrixparameters/set_datamatrixencodemode/_index.md b/english/cpp/aspose.barcode.generation/datamatrixparameters/set_datamatrixencodemode/_index.md deleted file mode 100644 index f4f9490b1..000000000 --- a/english/cpp/aspose.barcode.generation/datamatrixparameters/set_datamatrixencodemode/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: set_DataMatrixEncodeMode -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Encode mode of Datamatrix barcode. Default value: EncodeMode.Auto in C++.' -type: docs -weight: 1200 -url: /cpp/aspose.barcode.generation/datamatrixparameters/set_datamatrixencodemode/ ---- -## DataMatrixParameters::set_DataMatrixEncodeMode method - - -Encode mode of Datamatrix barcode. Default value: [EncodeMode.Auto](../../aztecencodemode/). - -```cpp -void Aspose::BarCode::Generation::DataMatrixParameters::set_DataMatrixEncodeMode(Aspose::BarCode::Generation::DataMatrixEncodeMode value) -``` - - -## See Also - -* Enum [DataMatrixEncodeMode](../../datamatrixencodemode/) -* Class [DataMatrixParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/datamatrixparameters/set_datamatrixversion/_index.md b/english/cpp/aspose.barcode.generation/datamatrixparameters/set_datamatrixversion/_index.md deleted file mode 100644 index 4dcea3bba..000000000 --- a/english/cpp/aspose.barcode.generation/datamatrixparameters/set_datamatrixversion/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: set_DataMatrixVersion -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets a Datamatrix symbol size. Default value: Version.Auto in C++.' -type: docs -weight: 800 -url: /cpp/aspose.barcode.generation/datamatrixparameters/set_datamatrixversion/ ---- -## DataMatrixParameters::set_DataMatrixVersion method - - -Sets a Datamatrix symbol size. Default value: [Version.Auto](../../aztecencodemode/). - -```cpp -void Aspose::BarCode::Generation::DataMatrixParameters::set_DataMatrixVersion(Aspose::BarCode::Generation::DataMatrixVersion value) -``` - - -## See Also - -* Enum [DataMatrixVersion](../../datamatrixversion/) -* Class [DataMatrixParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/datamatrixparameters/set_ecctype/_index.md b/english/cpp/aspose.barcode.generation/datamatrixparameters/set_ecctype/_index.md index 23b821d72..efbedd47e 100644 --- a/english/cpp/aspose.barcode.generation/datamatrixparameters/set_ecctype/_index.md +++ b/english/cpp/aspose.barcode.generation/datamatrixparameters/set_ecctype/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::DataMatrixParameters::set_EccType method linktitle: set_EccType second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets a Datamatrix ECC type. Default value: DataMatrixEccType.Ecc200 in C++.' +description: 'Aspose::BarCode::Generation::DataMatrixParameters::set_EccType method. Sets a Datamatrix ECC type. Default value: DataMatrixEccType.Ecc200 in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/datamatrixparameters/set_ecctype/ diff --git a/english/cpp/aspose.barcode.generation/datamatrixparameters/set_eciencoding/_index.md b/english/cpp/aspose.barcode.generation/datamatrixparameters/set_eciencoding/_index.md index 348d68f81..40e29fb90 100644 --- a/english/cpp/aspose.barcode.generation/datamatrixparameters/set_eciencoding/_index.md +++ b/english/cpp/aspose.barcode.generation/datamatrixparameters/set_eciencoding/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::DataMatrixParameters::set_ECIEncoding method linktitle: set_ECIEncoding second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets ECI encoding. Used when EncodeMode is Auto. Default value: ISO-8859-1 in C++.' +description: 'Aspose::BarCode::Generation::DataMatrixParameters::set_ECIEncoding method. Sets ECI encoding. Used when EncodeMode is Auto. Default value: ISO-8859-1 in C++.' type: docs -weight: 3000 +weight: 2000 url: /cpp/aspose.barcode.generation/datamatrixparameters/set_eciencoding/ --- ## DataMatrixParameters::set_ECIEncoding method diff --git a/english/cpp/aspose.barcode.generation/datamatrixparameters/set_encodemode/_index.md b/english/cpp/aspose.barcode.generation/datamatrixparameters/set_encodemode/_index.md index 413b2da7d..56e645934 100644 --- a/english/cpp/aspose.barcode.generation/datamatrixparameters/set_encodemode/_index.md +++ b/english/cpp/aspose.barcode.generation/datamatrixparameters/set_encodemode/_index.md @@ -1,19 +1,19 @@ --- -title: method +title: Aspose::BarCode::Generation::DataMatrixParameters::set_EncodeMode method linktitle: set_EncodeMode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Encode mode of Datamatrix barcode. Default value: EncodeMode.Auto in C++.' +description: 'Aspose::BarCode::Generation::DataMatrixParameters::set_EncodeMode method. Encode mode of Datamatrix barcode. Default value: EncodeMode.Auto in C++.' type: docs -weight: 1000 +weight: 600 url: /cpp/aspose.barcode.generation/datamatrixparameters/set_encodemode/ --- ## DataMatrixParameters::set_EncodeMode method -Encode mode of Datamatrix barcode. Default value: [EncodeMode.Auto](../../aztecencodemode/). +Encode mode of Datamatrix barcode. Default value: EncodeMode.Auto. ```cpp -void Aspose::BarCode::Generation::DataMatrixParameters::set_EncodeMode(Aspose::BarCode::Generation::DataMatrixEncodeMode value) +void Aspose::BarCode::Generation::DataMatrixParameters::set_EncodeMode(DataMatrixEncodeMode value) ``` ## See Also diff --git a/english/cpp/aspose.barcode.generation/datamatrixparameters/set_isreaderprogramming/_index.md b/english/cpp/aspose.barcode.generation/datamatrixparameters/set_isreaderprogramming/_index.md index 863d7a201..89b06275a 100644 --- a/english/cpp/aspose.barcode.generation/datamatrixparameters/set_isreaderprogramming/_index.md +++ b/english/cpp/aspose.barcode.generation/datamatrixparameters/set_isreaderprogramming/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::DataMatrixParameters::set_IsReaderProgramming method linktitle: set_IsReaderProgramming second_title: Aspose.BarCode for C++ API Reference -description: ' method. Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. Default value: false in C++.' +description: 'Aspose::BarCode::Generation::DataMatrixParameters::set_IsReaderProgramming method. Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. Default value: false in C++.' type: docs -weight: 2000 +weight: 1400 url: /cpp/aspose.barcode.generation/datamatrixparameters/set_isreaderprogramming/ --- ## DataMatrixParameters::set_IsReaderProgramming method diff --git a/english/cpp/aspose.barcode.generation/datamatrixparameters/set_macrocharacters/_index.md b/english/cpp/aspose.barcode.generation/datamatrixparameters/set_macrocharacters/_index.md index 252938ce5..bbf7d6251 100644 --- a/english/cpp/aspose.barcode.generation/datamatrixparameters/set_macrocharacters/_index.md +++ b/english/cpp/aspose.barcode.generation/datamatrixparameters/set_macrocharacters/_index.md @@ -1,16 +1,16 @@ --- -title: method +title: Aspose::BarCode::Generation::DataMatrixParameters::set_MacroCharacters method linktitle: set_MacroCharacters second_title: Aspose.BarCode for C++ API Reference -description: ' method. Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with DataMatrixEccType.Ecc200 or DataMatrixEccType.EccAuto. Cannot be used with EncodeTypes.GS1DataMatrix Default value: MacroCharacters.None in C++.' +description: 'Aspose::BarCode::Generation::DataMatrixParameters::set_MacroCharacters method. Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with DataMatrixEccType.Ecc200 or DataMatrixEccType.EccAuto. Cannot be used with EncodeTypes.GS1DataMatrix Default value: MacroCharacters.None in C++.' type: docs -weight: 2200 +weight: 1600 url: /cpp/aspose.barcode.generation/datamatrixparameters/set_macrocharacters/ --- ## DataMatrixParameters::set_MacroCharacters method -Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with [DataMatrixEccType.Ecc200](../../datamatrixecctype/) or [DataMatrixEccType.EccAuto](../../datamatrixecctype/). Cannot be used with [EncodeTypes.GS1DataMatrix](../../encodetypes/gs1datamatrix/) Default value: [MacroCharacters.None](../../barcodeclassifications/). +Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with [DataMatrixEccType.Ecc200](../../datamatrixecctype/) or [DataMatrixEccType.EccAuto](../../datamatrixecctype/). Cannot be used with [EncodeTypes.GS1DataMatrix](../../encodetypes/gs1datamatrix/) Default value: MacroCharacters.None. ```cpp void Aspose::BarCode::Generation::DataMatrixParameters::set_MacroCharacters(MacroCharacter value) diff --git a/english/cpp/aspose.barcode.generation/datamatrixparameters/set_rows/_index.md b/english/cpp/aspose.barcode.generation/datamatrixparameters/set_rows/_index.md deleted file mode 100644 index 5c9fa5c44..000000000 --- a/english/cpp/aspose.barcode.generation/datamatrixparameters/set_rows/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: set_Rows -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Rows count in C++.' -type: docs -weight: 2600 -url: /cpp/aspose.barcode.generation/datamatrixparameters/set_rows/ ---- -## DataMatrixParameters::set_Rows method - - -Rows count. - -```cpp -void Aspose::BarCode::Generation::DataMatrixParameters::set_Rows(int32_t value) -``` - - -## See Also - -* Class [DataMatrixParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/datamatrixparameters/set_structuredappendbarcodeid/_index.md b/english/cpp/aspose.barcode.generation/datamatrixparameters/set_structuredappendbarcodeid/_index.md index b13cb3447..0c3fabc58 100644 --- a/english/cpp/aspose.barcode.generation/datamatrixparameters/set_structuredappendbarcodeid/_index.md +++ b/english/cpp/aspose.barcode.generation/datamatrixparameters/set_structuredappendbarcodeid/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::DataMatrixParameters::set_StructuredAppendBarcodeId method linktitle: set_StructuredAppendBarcodeId second_title: Aspose.BarCode for C++ API Reference -description: ' method. Barcode ID for Structured Append mode of Datamatrix barcode. Default value: 0 in C++.' +description: 'Aspose::BarCode::Generation::DataMatrixParameters::set_StructuredAppendBarcodeId method. Barcode ID for Structured Append mode of Datamatrix barcode. Default value: 0 in C++.' type: docs -weight: 1400 +weight: 800 url: /cpp/aspose.barcode.generation/datamatrixparameters/set_structuredappendbarcodeid/ --- ## DataMatrixParameters::set_StructuredAppendBarcodeId method diff --git a/english/cpp/aspose.barcode.generation/datamatrixparameters/set_structuredappendbarcodescount/_index.md b/english/cpp/aspose.barcode.generation/datamatrixparameters/set_structuredappendbarcodescount/_index.md index d7308c73f..694b375cf 100644 --- a/english/cpp/aspose.barcode.generation/datamatrixparameters/set_structuredappendbarcodescount/_index.md +++ b/english/cpp/aspose.barcode.generation/datamatrixparameters/set_structuredappendbarcodescount/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::DataMatrixParameters::set_StructuredAppendBarcodesCount method linktitle: set_StructuredAppendBarcodesCount second_title: Aspose.BarCode for C++ API Reference -description: ' method. Barcodes count for Structured Append mode of Datamatrix barcode. Default value: 0 in C++.' +description: 'Aspose::BarCode::Generation::DataMatrixParameters::set_StructuredAppendBarcodesCount method. Barcodes count for Structured Append mode of Datamatrix barcode. Default value: 0 in C++.' type: docs -weight: 1600 +weight: 1000 url: /cpp/aspose.barcode.generation/datamatrixparameters/set_structuredappendbarcodescount/ --- ## DataMatrixParameters::set_StructuredAppendBarcodesCount method diff --git a/english/cpp/aspose.barcode.generation/datamatrixparameters/set_structuredappendfileid/_index.md b/english/cpp/aspose.barcode.generation/datamatrixparameters/set_structuredappendfileid/_index.md index 09934b1a4..5319e0cf0 100644 --- a/english/cpp/aspose.barcode.generation/datamatrixparameters/set_structuredappendfileid/_index.md +++ b/english/cpp/aspose.barcode.generation/datamatrixparameters/set_structuredappendfileid/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::DataMatrixParameters::set_StructuredAppendFileId method linktitle: set_StructuredAppendFileId second_title: Aspose.BarCode for C++ API Reference -description: ' method. File ID for Structured Append mode of Datamatrix barcode. Default value: 0 in C++.' +description: 'Aspose::BarCode::Generation::DataMatrixParameters::set_StructuredAppendFileId method. File ID for Structured Append mode of Datamatrix barcode. Default value: 0 in C++.' type: docs -weight: 1800 +weight: 1200 url: /cpp/aspose.barcode.generation/datamatrixparameters/set_structuredappendfileid/ --- ## DataMatrixParameters::set_StructuredAppendFileId method diff --git a/english/cpp/aspose.barcode.generation/datamatrixparameters/set_version/_index.md b/english/cpp/aspose.barcode.generation/datamatrixparameters/set_version/_index.md index 84349dc12..333589a2d 100644 --- a/english/cpp/aspose.barcode.generation/datamatrixparameters/set_version/_index.md +++ b/english/cpp/aspose.barcode.generation/datamatrixparameters/set_version/_index.md @@ -1,19 +1,19 @@ --- -title: method +title: Aspose::BarCode::Generation::DataMatrixParameters::set_Version method linktitle: set_Version second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets a Datamatrix symbol size. Default value: Version.Auto in C++.' +description: 'Aspose::BarCode::Generation::DataMatrixParameters::set_Version method. Sets a Datamatrix symbol size. Default value: Version.Auto in C++.' type: docs -weight: 600 +weight: 400 url: /cpp/aspose.barcode.generation/datamatrixparameters/set_version/ --- ## DataMatrixParameters::set_Version method -Sets a Datamatrix symbol size. Default value: [Version.Auto](../../aztecencodemode/). +Sets a Datamatrix symbol size. Default value: Version.Auto. ```cpp -void Aspose::BarCode::Generation::DataMatrixParameters::set_Version(Aspose::BarCode::Generation::DataMatrixVersion value) +void Aspose::BarCode::Generation::DataMatrixParameters::set_Version(DataMatrixVersion value) ``` ## See Also diff --git a/english/cpp/aspose.barcode.generation/datamatrixparameters/tostring/_index.md b/english/cpp/aspose.barcode.generation/datamatrixparameters/tostring/_index.md index 9d6c53dd9..b19b90426 100644 --- a/english/cpp/aspose.barcode.generation/datamatrixparameters/tostring/_index.md +++ b/english/cpp/aspose.barcode.generation/datamatrixparameters/tostring/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::DataMatrixParameters::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this DataMatrixParameters in C++.' +description: 'Aspose::BarCode::Generation::DataMatrixParameters::ToString method. Returns a human-readable string representation of this DataMatrixParameters in C++.' type: docs -weight: 3100 +weight: 2100 url: /cpp/aspose.barcode.generation/datamatrixparameters/tostring/ --- ## DataMatrixParameters::ToString method diff --git a/english/cpp/aspose.barcode.generation/datamatrixversion/_index.md b/english/cpp/aspose.barcode.generation/datamatrixversion/_index.md index b12d5a891..84616698c 100644 --- a/english/cpp/aspose.barcode.generation/datamatrixversion/_index.md +++ b/english/cpp/aspose.barcode.generation/datamatrixversion/_index.md @@ -1,8 +1,8 @@ --- -title: enum +title: Aspose::BarCode::Generation::DataMatrixVersion enum linktitle: DataMatrixVersion second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Specify the type of the ECC to encode in C++.' +description: 'Aspose::BarCode::Generation::DataMatrixVersion enum. Specify the type of the ECC to encode in C++.' type: docs weight: 5900 url: /cpp/aspose.barcode.generation/datamatrixversion/ @@ -21,7 +21,6 @@ enum class DataMatrixVersion | Name | Value | Description | | --- | --- | --- | | Auto | 0 | Specifies to automatically pick up the smallest size for DataMatrix. This is default value. | -| RowsColumns | 1 | Instructs to get symbol sizes from Rows And Columns parameters. Note that DataMatrix does not support custom rows and columns numbers. This option is not recommended to use. | | ECC000_9x9 | 2 | Specifies size of 9 x 9 modules for ECC000 type. | | ECC000_050_11x11 | 3 | Specifies size of 11 x 11 modules for ECC000-ECC050 types. | | ECC000_100_13x13 | 4 | Specifies size of 13 x 13 modules for ECC000-ECC100 types. | diff --git a/english/cpp/aspose.barcode.generation/dotcodeencodemode/_index.md b/english/cpp/aspose.barcode.generation/dotcodeencodemode/_index.md index 6df94c13d..4a04eb9fb 100644 --- a/english/cpp/aspose.barcode.generation/dotcodeencodemode/_index.md +++ b/english/cpp/aspose.barcode.generation/dotcodeencodemode/_index.md @@ -1,8 +1,8 @@ --- -title: enum +title: Aspose::BarCode::Generation::DotCodeEncodeMode enum linktitle: DotCodeEncodeMode second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Encoding mode for DotCode barcodes in C++.' +description: 'Aspose::BarCode::Generation::DotCodeEncodeMode enum. Encoding mode for DotCode barcodes in C++.' type: docs weight: 6000 url: /cpp/aspose.barcode.generation/dotcodeencodemode/ @@ -21,8 +21,6 @@ enum class DotCodeEncodeMode | Name | Value | Description | | --- | --- | --- | | Auto | 0 | In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. | -| Bytes | 1 | Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first. | -| ExtendedCodetext | 2 | | | Binary | 3 | In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. | | ECI | 4 | In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. | | Extended | 5 | | @@ -70,8 +68,8 @@ textBuilder.AddECICodetext(ECIEncodings.UTF16BE, "犬Power狗"); textBuilder.AddPlainCodetext("Plain text"); //generate codetext -string codetext = textBuilder.GetExtendedCodetext(); -
+string codetext = textBuilder.GetExtendedCodetext();
+ //generate using(BarcodeGenerator generator = new BarcodeGenerator(EncodeTypes.DotCode, codetext)) { diff --git a/english/cpp/aspose.barcode.generation/dotcodeextcodetextbuilder/_index.md b/english/cpp/aspose.barcode.generation/dotcodeextcodetextbuilder/_index.md index 500afaaa8..764cd2746 100644 --- a/english/cpp/aspose.barcode.generation/dotcodeextcodetextbuilder/_index.md +++ b/english/cpp/aspose.barcode.generation/dotcodeextcodetextbuilder/_index.md @@ -55,8 +55,8 @@ textBuilder.AddFNC3ReaderInitialization(); textBuilder.AddPlainCodetext("Reader initialization info"); //generate codetext -string codetext = textBuilder.GetExtendedCodetext(); -
+string codetext = textBuilder.GetExtendedCodetext();
+ //generate using(BarcodeGenerator generator = new BarcodeGenerator(EncodeTypes.DotCode, codetext)) { diff --git a/english/cpp/aspose.barcode.generation/dotcodeextcodetextbuilder/addfnc1formatidentifier/_index.md b/english/cpp/aspose.barcode.generation/dotcodeextcodetextbuilder/addfnc1formatidentifier/_index.md index 7747b7919..23c82d5d3 100644 --- a/english/cpp/aspose.barcode.generation/dotcodeextcodetextbuilder/addfnc1formatidentifier/_index.md +++ b/english/cpp/aspose.barcode.generation/dotcodeextcodetextbuilder/addfnc1formatidentifier/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::DotCodeExtCodetextBuilder::AddFNC1FormatIdentifier method linktitle: AddFNC1FormatIdentifier second_title: Aspose.BarCode for C++ API Reference -description: ' method. Adds FNC1 format identifier to the extended codetext items in C++.' +description: 'Aspose::BarCode::Generation::DotCodeExtCodetextBuilder::AddFNC1FormatIdentifier method. Adds FNC1 format identifier to the extended codetext items in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/dotcodeextcodetextbuilder/addfnc1formatidentifier/ diff --git a/english/cpp/aspose.barcode.generation/dotcodeextcodetextbuilder/addfnc3readerinitialization/_index.md b/english/cpp/aspose.barcode.generation/dotcodeextcodetextbuilder/addfnc3readerinitialization/_index.md index e12a2c2b2..1206d3197 100644 --- a/english/cpp/aspose.barcode.generation/dotcodeextcodetextbuilder/addfnc3readerinitialization/_index.md +++ b/english/cpp/aspose.barcode.generation/dotcodeextcodetextbuilder/addfnc3readerinitialization/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::DotCodeExtCodetextBuilder::AddFNC3ReaderInitialization method linktitle: AddFNC3ReaderInitialization second_title: Aspose.BarCode for C++ API Reference -description: ' method. Adds FNC3 reader initialization to the extended codetext items in C++.' +description: 'Aspose::BarCode::Generation::DotCodeExtCodetextBuilder::AddFNC3ReaderInitialization method. Adds FNC3 reader initialization to the extended codetext items in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.generation/dotcodeextcodetextbuilder/addfnc3readerinitialization/ diff --git a/english/cpp/aspose.barcode.generation/dotcodeextcodetextbuilder/addfnc3symbolseparator/_index.md b/english/cpp/aspose.barcode.generation/dotcodeextcodetextbuilder/addfnc3symbolseparator/_index.md index 9b052c653..7b0edbc2c 100644 --- a/english/cpp/aspose.barcode.generation/dotcodeextcodetextbuilder/addfnc3symbolseparator/_index.md +++ b/english/cpp/aspose.barcode.generation/dotcodeextcodetextbuilder/addfnc3symbolseparator/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::DotCodeExtCodetextBuilder::AddFNC3SymbolSeparator method linktitle: AddFNC3SymbolSeparator second_title: Aspose.BarCode for C++ API Reference -description: ' method. Adds FNC3 symbol separator to the extended codetext items in C++.' +description: 'Aspose::BarCode::Generation::DotCodeExtCodetextBuilder::AddFNC3SymbolSeparator method. Adds FNC3 symbol separator to the extended codetext items in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/dotcodeextcodetextbuilder/addfnc3symbolseparator/ diff --git a/english/cpp/aspose.barcode.generation/dotcodeextcodetextbuilder/addstructuredappendmode/_index.md b/english/cpp/aspose.barcode.generation/dotcodeextcodetextbuilder/addstructuredappendmode/_index.md index 9905c0a29..66e1cbec7 100644 --- a/english/cpp/aspose.barcode.generation/dotcodeextcodetextbuilder/addstructuredappendmode/_index.md +++ b/english/cpp/aspose.barcode.generation/dotcodeextcodetextbuilder/addstructuredappendmode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::DotCodeExtCodetextBuilder::AddStructuredAppendMode method linktitle: AddStructuredAppendMode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Adds structured append mode to the extended codetext items in C++.' +description: 'Aspose::BarCode::Generation::DotCodeExtCodetextBuilder::AddStructuredAppendMode method. Adds structured append mode to the extended codetext items in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.generation/dotcodeextcodetextbuilder/addstructuredappendmode/ diff --git a/english/cpp/aspose.barcode.generation/dotcodeextcodetextbuilder/getextendedcodetext/_index.md b/english/cpp/aspose.barcode.generation/dotcodeextcodetextbuilder/getextendedcodetext/_index.md index ac70af818..6fd9ef471 100644 --- a/english/cpp/aspose.barcode.generation/dotcodeextcodetextbuilder/getextendedcodetext/_index.md +++ b/english/cpp/aspose.barcode.generation/dotcodeextcodetextbuilder/getextendedcodetext/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::DotCodeExtCodetextBuilder::GetExtendedCodetext method linktitle: GetExtendedCodetext second_title: Aspose.BarCode for C++ API Reference -description: ' method. Generates Extended codetext from the extended codetext list in C++.' +description: 'Aspose::BarCode::Generation::DotCodeExtCodetextBuilder::GetExtendedCodetext method. Generates Extended codetext from the extended codetext list in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.generation/dotcodeextcodetextbuilder/getextendedcodetext/ diff --git a/english/cpp/aspose.barcode.generation/dotcodeparameters/_index.md b/english/cpp/aspose.barcode.generation/dotcodeparameters/_index.md index 629f9f844..a3cec0a6a 100644 --- a/english/cpp/aspose.barcode.generation/dotcodeparameters/_index.md +++ b/english/cpp/aspose.barcode.generation/dotcodeparameters/_index.md @@ -22,9 +22,6 @@ class DotCodeParameters : public System::Object | --- | --- | | [get_AspectRatio](./get_aspectratio/)() | Height/Width ratio of 2D [BarCode](../../aspose.barcode/) module. | | [get_Columns](./get_columns/)() | Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of columns must be at least 5. Default value: -1 | -| [get_DotCodeEncodeMode](./get_dotcodeencodemode/)() | Identifies DotCode encode mode. Default value: Auto. | -| [get_DotCodeStructuredAppendModeBarcodeId](./get_dotcodestructuredappendmodebarcodeid/)() | Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. | -| [get_DotCodeStructuredAppendModeBarcodesCount](./get_dotcodestructuredappendmodebarcodescount/)() | Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. | | [get_ECIEncoding](./get_eciencoding/)() const | Identifies ECI encoding. Used when DotCodeEncodeMode is Auto. Default value: ISO-8859-1 | | [get_EncodeMode](./get_encodemode/)() const | Identifies DotCode encode mode. Default value: Auto. | | [get_IsReaderInitialization](./get_isreaderinitialization/)() const | Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. | @@ -33,11 +30,8 @@ class DotCodeParameters : public System::Object | [get_StructuredAppendModeBarcodesCount](./get_structuredappendmodebarcodescount/)() const | Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. | | [set_AspectRatio](./set_aspectratio/)(float) | Height/Width ratio of 2D [BarCode](../../aspose.barcode/) module. | | [set_Columns](./set_columns/)(int32_t) | Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of columns must be at least 5. Default value: -1 | -| [set_DotCodeEncodeMode](./set_dotcodeencodemode/)(Aspose::BarCode::Generation::DotCodeEncodeMode) | Identifies DotCode encode mode. Default value: Auto. | -| [set_DotCodeStructuredAppendModeBarcodeId](./set_dotcodestructuredappendmodebarcodeid/)(int32_t) | Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. | -| [set_DotCodeStructuredAppendModeBarcodesCount](./set_dotcodestructuredappendmodebarcodescount/)(int32_t) | Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. | | [set_ECIEncoding](./set_eciencoding/)(ECIEncodings) | Identifies ECI encoding. Used when DotCodeEncodeMode is Auto. Default value: ISO-8859-1 | -| [set_EncodeMode](./set_encodemode/)(Aspose::BarCode::Generation::DotCodeEncodeMode) | Identifies DotCode encode mode. Default value: Auto. | +| [set_EncodeMode](./set_encodemode/)(DotCodeEncodeMode) | Identifies DotCode encode mode. Default value: Auto. | | [set_IsReaderInitialization](./set_isreaderinitialization/)(bool) | Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. | | [set_Rows](./set_rows/)(int32_t) | Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of rows must be at least 5. Default value: -1 | | [set_StructuredAppendModeBarcodeId](./set_structuredappendmodebarcodeid/)(int32_t) | Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. | diff --git a/english/cpp/aspose.barcode.generation/dotcodeparameters/get_aspectratio/_index.md b/english/cpp/aspose.barcode.generation/dotcodeparameters/get_aspectratio/_index.md index 7226a59ad..e6c604d16 100644 --- a/english/cpp/aspose.barcode.generation/dotcodeparameters/get_aspectratio/_index.md +++ b/english/cpp/aspose.barcode.generation/dotcodeparameters/get_aspectratio/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::DotCodeParameters::get_AspectRatio method linktitle: get_AspectRatio second_title: Aspose.BarCode for C++ API Reference -description: ' method. Height/Width ratio of 2D BarCode module in C++.' +description: 'Aspose::BarCode::Generation::DotCodeParameters::get_AspectRatio method. Height/Width ratio of 2D BarCode module in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/dotcodeparameters/get_aspectratio/ diff --git a/english/cpp/aspose.barcode.generation/dotcodeparameters/get_columns/_index.md b/english/cpp/aspose.barcode.generation/dotcodeparameters/get_columns/_index.md index 1eb8d45cd..b0f5a43d1 100644 --- a/english/cpp/aspose.barcode.generation/dotcodeparameters/get_columns/_index.md +++ b/english/cpp/aspose.barcode.generation/dotcodeparameters/get_columns/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::DotCodeParameters::get_Columns method linktitle: get_Columns second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of columns must be at least 5. Default value: -1 in C++.' +description: 'Aspose::BarCode::Generation::DotCodeParameters::get_Columns method. Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of columns must be at least 5. Default value: -1 in C++.' type: docs -weight: 2100 +weight: 1500 url: /cpp/aspose.barcode.generation/dotcodeparameters/get_columns/ --- ## DotCodeParameters::get_Columns method diff --git a/english/cpp/aspose.barcode.generation/dotcodeparameters/get_dotcodeencodemode/_index.md b/english/cpp/aspose.barcode.generation/dotcodeparameters/get_dotcodeencodemode/_index.md deleted file mode 100644 index fa20c43da..000000000 --- a/english/cpp/aspose.barcode.generation/dotcodeparameters/get_dotcodeencodemode/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: get_DotCodeEncodeMode -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies DotCode encode mode. Default value: Auto in C++.' -type: docs -weight: 500 -url: /cpp/aspose.barcode.generation/dotcodeparameters/get_dotcodeencodemode/ ---- -## DotCodeParameters::get_DotCodeEncodeMode method - - -Identifies DotCode encode mode. Default value: Auto. - -```cpp -Aspose::BarCode::Generation::DotCodeEncodeMode Aspose::BarCode::Generation::DotCodeParameters::get_DotCodeEncodeMode() -``` - - -## See Also - -* Enum [DotCodeEncodeMode](../../dotcodeencodemode/) -* Class [DotCodeParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/dotcodeparameters/get_dotcodestructuredappendmodebarcodeid/_index.md b/english/cpp/aspose.barcode.generation/dotcodeparameters/get_dotcodestructuredappendmodebarcodeid/_index.md deleted file mode 100644 index 26c0ec511..000000000 --- a/english/cpp/aspose.barcode.generation/dotcodeparameters/get_dotcodestructuredappendmodebarcodeid/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: get_DotCodeStructuredAppendModeBarcodeId -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1 in C++.' -type: docs -weight: 1100 -url: /cpp/aspose.barcode.generation/dotcodeparameters/get_dotcodestructuredappendmodebarcodeid/ ---- -## DotCodeParameters::get_DotCodeStructuredAppendModeBarcodeId method - - -Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. - -```cpp -int32_t Aspose::BarCode::Generation::DotCodeParameters::get_DotCodeStructuredAppendModeBarcodeId() -``` - - -## See Also - -* Class [DotCodeParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/dotcodeparameters/get_dotcodestructuredappendmodebarcodescount/_index.md b/english/cpp/aspose.barcode.generation/dotcodeparameters/get_dotcodestructuredappendmodebarcodescount/_index.md deleted file mode 100644 index 16242576c..000000000 --- a/english/cpp/aspose.barcode.generation/dotcodeparameters/get_dotcodestructuredappendmodebarcodescount/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: get_DotCodeStructuredAppendModeBarcodesCount -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35 in C++.' -type: docs -weight: 1500 -url: /cpp/aspose.barcode.generation/dotcodeparameters/get_dotcodestructuredappendmodebarcodescount/ ---- -## DotCodeParameters::get_DotCodeStructuredAppendModeBarcodesCount method - - -Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. - -```cpp -int32_t Aspose::BarCode::Generation::DotCodeParameters::get_DotCodeStructuredAppendModeBarcodesCount() -``` - - -## See Also - -* Class [DotCodeParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/dotcodeparameters/get_eciencoding/_index.md b/english/cpp/aspose.barcode.generation/dotcodeparameters/get_eciencoding/_index.md index 966c49f74..be5ea86d5 100644 --- a/english/cpp/aspose.barcode.generation/dotcodeparameters/get_eciencoding/_index.md +++ b/english/cpp/aspose.barcode.generation/dotcodeparameters/get_eciencoding/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::DotCodeParameters::get_ECIEncoding method linktitle: get_ECIEncoding second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies ECI encoding. Used when DotCodeEncodeMode is Auto. Default value: ISO-8859-1 in C++.' +description: 'Aspose::BarCode::Generation::DotCodeParameters::get_ECIEncoding method. Identifies ECI encoding. Used when DotCodeEncodeMode is Auto. Default value: ISO-8859-1 in C++.' type: docs -weight: 1700 +weight: 1100 url: /cpp/aspose.barcode.generation/dotcodeparameters/get_eciencoding/ --- ## DotCodeParameters::get_ECIEncoding method diff --git a/english/cpp/aspose.barcode.generation/dotcodeparameters/get_encodemode/_index.md b/english/cpp/aspose.barcode.generation/dotcodeparameters/get_encodemode/_index.md index 008c48b5b..d50e81ad0 100644 --- a/english/cpp/aspose.barcode.generation/dotcodeparameters/get_encodemode/_index.md +++ b/english/cpp/aspose.barcode.generation/dotcodeparameters/get_encodemode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::DotCodeParameters::get_EncodeMode method linktitle: get_EncodeMode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies DotCode encode mode. Default value: Auto in C++.' +description: 'Aspose::BarCode::Generation::DotCodeParameters::get_EncodeMode method. Identifies DotCode encode mode. Default value: Auto in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.generation/dotcodeparameters/get_encodemode/ @@ -13,7 +13,7 @@ url: /cpp/aspose.barcode.generation/dotcodeparameters/get_encodemode/ Identifies DotCode encode mode. Default value: Auto. ```cpp -Aspose::BarCode::Generation::DotCodeEncodeMode Aspose::BarCode::Generation::DotCodeParameters::get_EncodeMode() const +DotCodeEncodeMode Aspose::BarCode::Generation::DotCodeParameters::get_EncodeMode() const ``` ## See Also diff --git a/english/cpp/aspose.barcode.generation/dotcodeparameters/get_isreaderinitialization/_index.md b/english/cpp/aspose.barcode.generation/dotcodeparameters/get_isreaderinitialization/_index.md index 96606290c..57a10baed 100644 --- a/english/cpp/aspose.barcode.generation/dotcodeparameters/get_isreaderinitialization/_index.md +++ b/english/cpp/aspose.barcode.generation/dotcodeparameters/get_isreaderinitialization/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::DotCodeParameters::get_IsReaderInitialization method linktitle: get_IsReaderInitialization second_title: Aspose.BarCode for C++ API Reference -description: ' method. Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false in C++.' +description: 'Aspose::BarCode::Generation::DotCodeParameters::get_IsReaderInitialization method. Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false in C++.' type: docs -weight: 700 +weight: 500 url: /cpp/aspose.barcode.generation/dotcodeparameters/get_isreaderinitialization/ --- ## DotCodeParameters::get_IsReaderInitialization method diff --git a/english/cpp/aspose.barcode.generation/dotcodeparameters/get_rows/_index.md b/english/cpp/aspose.barcode.generation/dotcodeparameters/get_rows/_index.md index f5c938f71..b631a3a73 100644 --- a/english/cpp/aspose.barcode.generation/dotcodeparameters/get_rows/_index.md +++ b/english/cpp/aspose.barcode.generation/dotcodeparameters/get_rows/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::DotCodeParameters::get_Rows method linktitle: get_Rows second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of rows must be at least 5. Default value: -1 in C++.' +description: 'Aspose::BarCode::Generation::DotCodeParameters::get_Rows method. Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of rows must be at least 5. Default value: -1 in C++.' type: docs -weight: 1900 +weight: 1300 url: /cpp/aspose.barcode.generation/dotcodeparameters/get_rows/ --- ## DotCodeParameters::get_Rows method diff --git a/english/cpp/aspose.barcode.generation/dotcodeparameters/get_structuredappendmodebarcodeid/_index.md b/english/cpp/aspose.barcode.generation/dotcodeparameters/get_structuredappendmodebarcodeid/_index.md index ce9b13c23..78a6e4659 100644 --- a/english/cpp/aspose.barcode.generation/dotcodeparameters/get_structuredappendmodebarcodeid/_index.md +++ b/english/cpp/aspose.barcode.generation/dotcodeparameters/get_structuredappendmodebarcodeid/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::DotCodeParameters::get_StructuredAppendModeBarcodeId method linktitle: get_StructuredAppendModeBarcodeId second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1 in C++.' +description: 'Aspose::BarCode::Generation::DotCodeParameters::get_StructuredAppendModeBarcodeId method. Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1 in C++.' type: docs -weight: 900 +weight: 700 url: /cpp/aspose.barcode.generation/dotcodeparameters/get_structuredappendmodebarcodeid/ --- ## DotCodeParameters::get_StructuredAppendModeBarcodeId method diff --git a/english/cpp/aspose.barcode.generation/dotcodeparameters/get_structuredappendmodebarcodescount/_index.md b/english/cpp/aspose.barcode.generation/dotcodeparameters/get_structuredappendmodebarcodescount/_index.md index 4f89deb8a..1b6b3663e 100644 --- a/english/cpp/aspose.barcode.generation/dotcodeparameters/get_structuredappendmodebarcodescount/_index.md +++ b/english/cpp/aspose.barcode.generation/dotcodeparameters/get_structuredappendmodebarcodescount/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::DotCodeParameters::get_StructuredAppendModeBarcodesCount method linktitle: get_StructuredAppendModeBarcodesCount second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35 in C++.' +description: 'Aspose::BarCode::Generation::DotCodeParameters::get_StructuredAppendModeBarcodesCount method. Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35 in C++.' type: docs -weight: 1300 +weight: 900 url: /cpp/aspose.barcode.generation/dotcodeparameters/get_structuredappendmodebarcodescount/ --- ## DotCodeParameters::get_StructuredAppendModeBarcodesCount method diff --git a/english/cpp/aspose.barcode.generation/dotcodeparameters/set_aspectratio/_index.md b/english/cpp/aspose.barcode.generation/dotcodeparameters/set_aspectratio/_index.md index c912e6e06..7a7ef3dc2 100644 --- a/english/cpp/aspose.barcode.generation/dotcodeparameters/set_aspectratio/_index.md +++ b/english/cpp/aspose.barcode.generation/dotcodeparameters/set_aspectratio/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::DotCodeParameters::set_AspectRatio method linktitle: set_AspectRatio second_title: Aspose.BarCode for C++ API Reference -description: ' method. Height/Width ratio of 2D BarCode module in C++.' +description: 'Aspose::BarCode::Generation::DotCodeParameters::set_AspectRatio method. Height/Width ratio of 2D BarCode module in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/dotcodeparameters/set_aspectratio/ diff --git a/english/cpp/aspose.barcode.generation/dotcodeparameters/set_columns/_index.md b/english/cpp/aspose.barcode.generation/dotcodeparameters/set_columns/_index.md index 9169b7213..e72175f1b 100644 --- a/english/cpp/aspose.barcode.generation/dotcodeparameters/set_columns/_index.md +++ b/english/cpp/aspose.barcode.generation/dotcodeparameters/set_columns/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::DotCodeParameters::set_Columns method linktitle: set_Columns second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of columns must be at least 5. Default value: -1 in C++.' +description: 'Aspose::BarCode::Generation::DotCodeParameters::set_Columns method. Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of columns must be at least 5. Default value: -1 in C++.' type: docs -weight: 2200 +weight: 1600 url: /cpp/aspose.barcode.generation/dotcodeparameters/set_columns/ --- ## DotCodeParameters::set_Columns method diff --git a/english/cpp/aspose.barcode.generation/dotcodeparameters/set_dotcodeencodemode/_index.md b/english/cpp/aspose.barcode.generation/dotcodeparameters/set_dotcodeencodemode/_index.md deleted file mode 100644 index b6bf1e8af..000000000 --- a/english/cpp/aspose.barcode.generation/dotcodeparameters/set_dotcodeencodemode/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: set_DotCodeEncodeMode -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies DotCode encode mode. Default value: Auto in C++.' -type: docs -weight: 600 -url: /cpp/aspose.barcode.generation/dotcodeparameters/set_dotcodeencodemode/ ---- -## DotCodeParameters::set_DotCodeEncodeMode method - - -Identifies DotCode encode mode. Default value: Auto. - -```cpp -void Aspose::BarCode::Generation::DotCodeParameters::set_DotCodeEncodeMode(Aspose::BarCode::Generation::DotCodeEncodeMode value) -``` - - -## See Also - -* Enum [DotCodeEncodeMode](../../dotcodeencodemode/) -* Class [DotCodeParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/dotcodeparameters/set_dotcodestructuredappendmodebarcodeid/_index.md b/english/cpp/aspose.barcode.generation/dotcodeparameters/set_dotcodestructuredappendmodebarcodeid/_index.md deleted file mode 100644 index dc8adddf1..000000000 --- a/english/cpp/aspose.barcode.generation/dotcodeparameters/set_dotcodestructuredappendmodebarcodeid/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: set_DotCodeStructuredAppendModeBarcodeId -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1 in C++.' -type: docs -weight: 1200 -url: /cpp/aspose.barcode.generation/dotcodeparameters/set_dotcodestructuredappendmodebarcodeid/ ---- -## DotCodeParameters::set_DotCodeStructuredAppendModeBarcodeId method - - -Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. - -```cpp -void Aspose::BarCode::Generation::DotCodeParameters::set_DotCodeStructuredAppendModeBarcodeId(int32_t value) -``` - - -## See Also - -* Class [DotCodeParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/dotcodeparameters/set_dotcodestructuredappendmodebarcodescount/_index.md b/english/cpp/aspose.barcode.generation/dotcodeparameters/set_dotcodestructuredappendmodebarcodescount/_index.md deleted file mode 100644 index 2821c2125..000000000 --- a/english/cpp/aspose.barcode.generation/dotcodeparameters/set_dotcodestructuredappendmodebarcodescount/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: set_DotCodeStructuredAppendModeBarcodesCount -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35 in C++.' -type: docs -weight: 1600 -url: /cpp/aspose.barcode.generation/dotcodeparameters/set_dotcodestructuredappendmodebarcodescount/ ---- -## DotCodeParameters::set_DotCodeStructuredAppendModeBarcodesCount method - - -Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. - -```cpp -void Aspose::BarCode::Generation::DotCodeParameters::set_DotCodeStructuredAppendModeBarcodesCount(int32_t value) -``` - - -## See Also - -* Class [DotCodeParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/dotcodeparameters/set_eciencoding/_index.md b/english/cpp/aspose.barcode.generation/dotcodeparameters/set_eciencoding/_index.md index 714035699..2a5a2091b 100644 --- a/english/cpp/aspose.barcode.generation/dotcodeparameters/set_eciencoding/_index.md +++ b/english/cpp/aspose.barcode.generation/dotcodeparameters/set_eciencoding/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::DotCodeParameters::set_ECIEncoding method linktitle: set_ECIEncoding second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies ECI encoding. Used when DotCodeEncodeMode is Auto. Default value: ISO-8859-1 in C++.' +description: 'Aspose::BarCode::Generation::DotCodeParameters::set_ECIEncoding method. Identifies ECI encoding. Used when DotCodeEncodeMode is Auto. Default value: ISO-8859-1 in C++.' type: docs -weight: 1800 +weight: 1200 url: /cpp/aspose.barcode.generation/dotcodeparameters/set_eciencoding/ --- ## DotCodeParameters::set_ECIEncoding method diff --git a/english/cpp/aspose.barcode.generation/dotcodeparameters/set_encodemode/_index.md b/english/cpp/aspose.barcode.generation/dotcodeparameters/set_encodemode/_index.md index f7eab9b1d..8e5040507 100644 --- a/english/cpp/aspose.barcode.generation/dotcodeparameters/set_encodemode/_index.md +++ b/english/cpp/aspose.barcode.generation/dotcodeparameters/set_encodemode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::DotCodeParameters::set_EncodeMode method linktitle: set_EncodeMode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies DotCode encode mode. Default value: Auto in C++.' +description: 'Aspose::BarCode::Generation::DotCodeParameters::set_EncodeMode method. Identifies DotCode encode mode. Default value: Auto in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.generation/dotcodeparameters/set_encodemode/ @@ -13,7 +13,7 @@ url: /cpp/aspose.barcode.generation/dotcodeparameters/set_encodemode/ Identifies DotCode encode mode. Default value: Auto. ```cpp -void Aspose::BarCode::Generation::DotCodeParameters::set_EncodeMode(Aspose::BarCode::Generation::DotCodeEncodeMode value) +void Aspose::BarCode::Generation::DotCodeParameters::set_EncodeMode(DotCodeEncodeMode value) ``` ## See Also diff --git a/english/cpp/aspose.barcode.generation/dotcodeparameters/set_isreaderinitialization/_index.md b/english/cpp/aspose.barcode.generation/dotcodeparameters/set_isreaderinitialization/_index.md index ecbfcb444..34eb3b96a 100644 --- a/english/cpp/aspose.barcode.generation/dotcodeparameters/set_isreaderinitialization/_index.md +++ b/english/cpp/aspose.barcode.generation/dotcodeparameters/set_isreaderinitialization/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::DotCodeParameters::set_IsReaderInitialization method linktitle: set_IsReaderInitialization second_title: Aspose.BarCode for C++ API Reference -description: ' method. Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false in C++.' +description: 'Aspose::BarCode::Generation::DotCodeParameters::set_IsReaderInitialization method. Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false in C++.' type: docs -weight: 800 +weight: 600 url: /cpp/aspose.barcode.generation/dotcodeparameters/set_isreaderinitialization/ --- ## DotCodeParameters::set_IsReaderInitialization method diff --git a/english/cpp/aspose.barcode.generation/dotcodeparameters/set_rows/_index.md b/english/cpp/aspose.barcode.generation/dotcodeparameters/set_rows/_index.md index 279383061..3a9a4cdf9 100644 --- a/english/cpp/aspose.barcode.generation/dotcodeparameters/set_rows/_index.md +++ b/english/cpp/aspose.barcode.generation/dotcodeparameters/set_rows/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::DotCodeParameters::set_Rows method linktitle: set_Rows second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of rows must be at least 5. Default value: -1 in C++.' +description: 'Aspose::BarCode::Generation::DotCodeParameters::set_Rows method. Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of rows must be at least 5. Default value: -1 in C++.' type: docs -weight: 2000 +weight: 1400 url: /cpp/aspose.barcode.generation/dotcodeparameters/set_rows/ --- ## DotCodeParameters::set_Rows method diff --git a/english/cpp/aspose.barcode.generation/dotcodeparameters/set_structuredappendmodebarcodeid/_index.md b/english/cpp/aspose.barcode.generation/dotcodeparameters/set_structuredappendmodebarcodeid/_index.md index e7064c1f8..5c89c99b7 100644 --- a/english/cpp/aspose.barcode.generation/dotcodeparameters/set_structuredappendmodebarcodeid/_index.md +++ b/english/cpp/aspose.barcode.generation/dotcodeparameters/set_structuredappendmodebarcodeid/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::DotCodeParameters::set_StructuredAppendModeBarcodeId method linktitle: set_StructuredAppendModeBarcodeId second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1 in C++.' +description: 'Aspose::BarCode::Generation::DotCodeParameters::set_StructuredAppendModeBarcodeId method. Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1 in C++.' type: docs -weight: 1000 +weight: 800 url: /cpp/aspose.barcode.generation/dotcodeparameters/set_structuredappendmodebarcodeid/ --- ## DotCodeParameters::set_StructuredAppendModeBarcodeId method diff --git a/english/cpp/aspose.barcode.generation/dotcodeparameters/set_structuredappendmodebarcodescount/_index.md b/english/cpp/aspose.barcode.generation/dotcodeparameters/set_structuredappendmodebarcodescount/_index.md index e73746d32..b567de5b8 100644 --- a/english/cpp/aspose.barcode.generation/dotcodeparameters/set_structuredappendmodebarcodescount/_index.md +++ b/english/cpp/aspose.barcode.generation/dotcodeparameters/set_structuredappendmodebarcodescount/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::DotCodeParameters::set_StructuredAppendModeBarcodesCount method linktitle: set_StructuredAppendModeBarcodesCount second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35 in C++.' +description: 'Aspose::BarCode::Generation::DotCodeParameters::set_StructuredAppendModeBarcodesCount method. Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35 in C++.' type: docs -weight: 1400 +weight: 1000 url: /cpp/aspose.barcode.generation/dotcodeparameters/set_structuredappendmodebarcodescount/ --- ## DotCodeParameters::set_StructuredAppendModeBarcodesCount method diff --git a/english/cpp/aspose.barcode.generation/dotcodeparameters/tostring/_index.md b/english/cpp/aspose.barcode.generation/dotcodeparameters/tostring/_index.md index f21747c4c..815b861c7 100644 --- a/english/cpp/aspose.barcode.generation/dotcodeparameters/tostring/_index.md +++ b/english/cpp/aspose.barcode.generation/dotcodeparameters/tostring/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::DotCodeParameters::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this DotCodeParameters in C++.' +description: 'Aspose::BarCode::Generation::DotCodeParameters::ToString method. Returns a human-readable string representation of this DotCodeParameters in C++.' type: docs -weight: 2300 +weight: 1700 url: /cpp/aspose.barcode.generation/dotcodeparameters/tostring/ --- ## DotCodeParameters::ToString method diff --git a/english/cpp/aspose.barcode.generation/eciencodings/_index.md b/english/cpp/aspose.barcode.generation/eciencodings/_index.md index 7db3ed1ef..15a07d90b 100644 --- a/english/cpp/aspose.barcode.generation/eciencodings/_index.md +++ b/english/cpp/aspose.barcode.generation/eciencodings/_index.md @@ -1,8 +1,8 @@ --- -title: enum +title: Aspose::BarCode::Generation::ECIEncodings enum linktitle: ECIEncodings second_title: Aspose.BarCode for C++ API Reference -description: 'How to use enum in C++.' +description: 'How to use Aspose::BarCode::Generation::ECIEncodings enum in C++.' type: docs weight: 6100 url: /cpp/aspose.barcode.generation/eciencodings/ @@ -67,18 +67,21 @@ using (Aspose.BarCode.Generation.BarcodeGenerator generator = new Aspose.BarCode { generator.CodeText = "12345TEXT"; generator.Parameters.Barcode.QR.EncodeMode = QREncodeMode.ECIEncoding; - generator.Parameters.Barcode.QR.QrECIEncoding = ECIEncodings.UTF8; + generator.Parameters.Barcode.QR.ECIEncoding = ECIEncodings.UTF8; generator.Save("test.png"); } [VB.NET] Using generator As New Aspose.BarCode.Generation.BarcodeGenerator(EncodeTypes.QR) generator.CodeText = "12345TEXT" generator.Parameters.Barcode.QR.EncodeMode = QREncodeMode.ECIEncoding - generator.Parameters.Barcode.QR.QrECIEncoding = ECIEncodings.UTF8 + generator.Parameters.Barcode.QR.ECIEncoding = ECIEncodings.UTF8 generator.Save("test.png") End Using ``` + + + ## See Also * Namespace [Aspose::BarCode::Generation](../) diff --git a/english/cpp/aspose.barcode.generation/enablechecksum/_index.md b/english/cpp/aspose.barcode.generation/enablechecksum/_index.md index 4c7cfdc77..ac37cd4bd 100644 --- a/english/cpp/aspose.barcode.generation/enablechecksum/_index.md +++ b/english/cpp/aspose.barcode.generation/enablechecksum/_index.md @@ -1,8 +1,8 @@ --- -title: enum +title: Aspose::BarCode::Generation::EnableChecksum enum linktitle: EnableChecksum second_title: Aspose.BarCode for C++ API Reference -description: 'How to use enum in C++.' +description: 'How to use Aspose::BarCode::Generation::EnableChecksum enum in C++.' type: docs weight: 6200 url: /cpp/aspose.barcode.generation/enablechecksum/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/australianposteparcel/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/australianposteparcel/_index.md index ecfe8a2cc..714118d30 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/australianposteparcel/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/australianposteparcel/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::AustralianPosteParcel field linktitle: AustralianPosteParcel second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with Australian Post Domestic eParcel Barcode barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::AustralianPosteParcel field. Specifies that the data should be encoded with Australian Post Domestic eParcel Barcode barcode specification in C++.' type: docs weight: 6900 url: /cpp/aspose.barcode.generation/encodetypes/australianposteparcel/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/australiapost/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/australiapost/_index.md index 549a25b49..444e4f935 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/australiapost/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/australiapost/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::AustraliaPost field linktitle: AustraliaPost second_title: Aspose.BarCode for C++ API Reference -description: ' field. Represents Australia Post Customer BarCode in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::AustraliaPost field. Represents Australia Post Customer BarCode in C++.' type: docs weight: 5500 url: /cpp/aspose.barcode.generation/encodetypes/australiapost/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/aztec/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/aztec/_index.md index 0b5da2c9d..76eadae35 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/aztec/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/aztec/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::Aztec field linktitle: Aztec second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with Aztec barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::Aztec field. Specifies that the data should be encoded with Aztec barcode specification in C++.' type: docs weight: 4100 url: /cpp/aspose.barcode.generation/encodetypes/aztec/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/codabar/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/codabar/_index.md index 4c514f7ed..0acd8fef7 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/codabar/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/codabar/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::Codabar field linktitle: Codabar second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with CODABAR barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::Codabar field. Specifies that the data should be encoded with CODABAR barcode specification in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.generation/encodetypes/codabar/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/codablockf/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/codablockf/_index.md index f7e5eb640..ae7379eb1 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/codablockf/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/codablockf/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::CodablockF field linktitle: CodablockF second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with Codablock-F barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::CodablockF field. Specifies that the data should be encoded with Codablock-F barcode specification in C++.' type: docs weight: 7700 url: /cpp/aspose.barcode.generation/encodetypes/codablockf/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/code11/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/code11/_index.md index 5da833a22..3b66c7559 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/code11/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/code11/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::Code11 field linktitle: Code11 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with CODE 11 barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::Code11 field. Specifies that the data should be encoded with CODE 11 barcode specification in C++.' type: docs weight: 800 url: /cpp/aspose.barcode.generation/encodetypes/code11/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/code128/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/code128/_index.md index a051e08ae..f5cc5198e 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/code128/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/code128/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::Code128 field linktitle: Code128 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with CODE 128 barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::Code128 field. Specifies that the data should be encoded with CODE 128 barcode specification in C++.' type: docs weight: 1200 url: /cpp/aspose.barcode.generation/encodetypes/code128/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/code16k/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/code16k/_index.md index 10550ae7c..56e05947f 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/code16k/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/code16k/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::Code16K field linktitle: Code16K second_title: Aspose.BarCode for C++ API Reference -description: ' field. Represents Code 16K barcode in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::Code16K field. Represents Code 16K barcode in C++.' type: docs weight: 3700 url: /cpp/aspose.barcode.generation/encodetypes/code16k/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/code32/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/code32/_index.md index 591d2d951..f75e8d35b 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/code32/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/code32/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::Code32 field linktitle: Code32 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with Code32 barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::Code32 field. Specifies that the data should be encoded with Code32 barcode specification in C++.' type: docs weight: 7200 url: /cpp/aspose.barcode.generation/encodetypes/code32/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/code39/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/code39/_index.md index 28f80779b..091759e7c 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/code39/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/code39/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::Code39 field linktitle: Code39 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with Code 39 basic charset barcode specification: ISO/IEC 16388 in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::Code39 field. Specifies that the data should be encoded with Code 39 basic charset barcode specification: ISO/IEC 16388 in C++.' type: docs weight: 900 url: /cpp/aspose.barcode.generation/encodetypes/code39/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/code39fullascii/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/code39fullascii/_index.md index 10d5b79a4..316e6d092 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/code39fullascii/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/code39fullascii/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::Code39FullASCII field linktitle: Code39FullASCII second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with Code 39 full ASCII charset barcode specification: ISO/IEC 16388 in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::Code39FullASCII field. Specifies that the data should be encoded with Code 39 full ASCII charset barcode specification: ISO/IEC 16388 in C++.' type: docs weight: 1000 url: /cpp/aspose.barcode.generation/encodetypes/code39fullascii/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/code93/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/code93/_index.md index 75a9bf80f..d17352e9f 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/code93/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/code93/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::Code93 field linktitle: Code93 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with CODE 93 barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::Code93 field. Specifies that the data should be encoded with CODE 93 barcode specification in C++.' type: docs weight: 1100 url: /cpp/aspose.barcode.generation/encodetypes/code93/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/databarexpanded/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/databarexpanded/_index.md index 42500d2b4..df78d8171 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/databarexpanded/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/databarexpanded/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::DatabarExpanded field linktitle: DatabarExpanded second_title: Aspose.BarCode for C++ API Reference -description: ' field. Represents GS1 Databar expanded barcode in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::DatabarExpanded field. Represents GS1 Databar expanded barcode in C++.' type: docs weight: 6400 url: /cpp/aspose.barcode.generation/encodetypes/databarexpanded/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/databarexpandedstacked/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/databarexpandedstacked/_index.md index 947e96ef2..0188a3ad4 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/databarexpandedstacked/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/databarexpandedstacked/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::DatabarExpandedStacked field linktitle: DatabarExpandedStacked second_title: Aspose.BarCode for C++ API Reference -description: ' field. Represents GS1 Databar expanded stacked barcode in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::DatabarExpandedStacked field. Represents GS1 Databar expanded stacked barcode in C++.' type: docs weight: 6500 url: /cpp/aspose.barcode.generation/encodetypes/databarexpandedstacked/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/databarlimited/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/databarlimited/_index.md index c9e45157f..c1b39e9d2 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/databarlimited/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/databarlimited/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::DatabarLimited field linktitle: DatabarLimited second_title: Aspose.BarCode for C++ API Reference -description: ' field. Represents GS1 Databar limited barcode in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::DatabarLimited field. Represents GS1 Databar limited barcode in C++.' type: docs weight: 6300 url: /cpp/aspose.barcode.generation/encodetypes/databarlimited/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/databaromnidirectional/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/databaromnidirectional/_index.md index 7b2d43558..335c15ee8 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/databaromnidirectional/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/databaromnidirectional/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::DatabarOmniDirectional field linktitle: DatabarOmniDirectional second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with GS1 Databar omni-directional barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::DatabarOmniDirectional field. Specifies that the data should be encoded with GS1 Databar omni-directional barcode specification in C++.' type: docs weight: 6100 url: /cpp/aspose.barcode.generation/encodetypes/databaromnidirectional/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/databarstacked/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/databarstacked/_index.md index 1e1c1c918..3bd48305a 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/databarstacked/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/databarstacked/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::DatabarStacked field linktitle: DatabarStacked second_title: Aspose.BarCode for C++ API Reference -description: ' field. Represents GS1 Databar stacked barcode in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::DatabarStacked field. Represents GS1 Databar stacked barcode in C++.' type: docs weight: 6600 url: /cpp/aspose.barcode.generation/encodetypes/databarstacked/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/databarstackedomnidirectional/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/databarstackedomnidirectional/_index.md index b103e0499..99987f09e 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/databarstackedomnidirectional/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/databarstackedomnidirectional/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::DatabarStackedOmniDirectional field linktitle: DatabarStackedOmniDirectional second_title: Aspose.BarCode for C++ API Reference -description: ' field. Represents GS1 Databar stacked omni-directional barcode in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::DatabarStackedOmniDirectional field. Represents GS1 Databar stacked omni-directional barcode in C++.' type: docs weight: 6700 url: /cpp/aspose.barcode.generation/encodetypes/databarstackedomnidirectional/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/databartruncated/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/databartruncated/_index.md index bb0f1491f..dc3258aa5 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/databartruncated/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/databartruncated/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::DatabarTruncated field linktitle: DatabarTruncated second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with GS1 Databar truncated barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::DatabarTruncated field. Specifies that the data should be encoded with GS1 Databar truncated barcode specification in C++.' type: docs weight: 6200 url: /cpp/aspose.barcode.generation/encodetypes/databartruncated/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/datalogic2of5/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/datalogic2of5/_index.md index f89aa9f35..0368847ff 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/datalogic2of5/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/datalogic2of5/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::DataLogic2of5 field linktitle: DataLogic2of5 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with DataLogic 2 of 5 barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::DataLogic2of5 field. Specifies that the data should be encoded with DataLogic 2 of 5 barcode specification in C++.' type: docs weight: 7300 url: /cpp/aspose.barcode.generation/encodetypes/datalogic2of5/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/datamatrix/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/datamatrix/_index.md index e5d784201..73de56fbd 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/datamatrix/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/datamatrix/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::DataMatrix field linktitle: DataMatrix second_title: Aspose.BarCode for C++ API Reference -description: ' field. 2D barcode symbology DataMatrix in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::DataMatrix field. 2D barcode symbology DataMatrix in C++.' type: docs weight: 3900 url: /cpp/aspose.barcode.generation/encodetypes/datamatrix/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/deutschepostidentcode/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/deutschepostidentcode/_index.md index 1fddf0520..2db0ec97d 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/deutschepostidentcode/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/deutschepostidentcode/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::DeutschePostIdentcode field linktitle: DeutschePostIdentcode second_title: Aspose.BarCode for C++ API Reference -description: ' field. Represents Deutsch Post barcode, This Symbology is also known as Identcode,CodeIdentcode,German Postal 2 of 5 Identcode, Deutsch Post AG Identcode, Deutsch Frachtpost Identcode, Deutsch Post AG (DHL) in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::DeutschePostIdentcode field. Represents Deutsch Post barcode, This Symbology is also known as Identcode,CodeIdentcode,German Postal 2 of 5 Identcode, Deutsch Post AG Identcode, Deutsch Frachtpost Identcode, Deutsch Post AG (DHL) in C++.' type: docs weight: 3300 url: /cpp/aspose.barcode.generation/encodetypes/deutschepostidentcode/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/deutschepostleitcode/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/deutschepostleitcode/_index.md index d95ee5456..80aad0975 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/deutschepostleitcode/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/deutschepostleitcode/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::DeutschePostLeitcode field linktitle: DeutschePostLeitcode second_title: Aspose.BarCode for C++ API Reference -description: ' field. Represents Deutsch Post Leitcode Barcode,also known as German Postal 2 of 5 Leitcode, CodeLeitcode, Leitcode, Deutsch Post AG (DHL) in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::DeutschePostLeitcode field. Represents Deutsch Post Leitcode Barcode,also known as German Postal 2 of 5 Leitcode, CodeLeitcode, Leitcode, Deutsch Post AG (DHL) in C++.' type: docs weight: 3400 url: /cpp/aspose.barcode.generation/encodetypes/deutschepostleitcode/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/dotcode/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/dotcode/_index.md index d2c460330..88de95c37 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/dotcode/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/dotcode/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::DotCode field linktitle: DotCode second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with DotCode barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::DotCode field. Specifies that the data should be encoded with DotCode barcode specification in C++.' type: docs weight: 5000 url: /cpp/aspose.barcode.generation/encodetypes/dotcode/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/dutchkix/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/dutchkix/_index.md index 79b8a88ab..1b1134579 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/dutchkix/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/dutchkix/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::DutchKIX field linktitle: DutchKIX second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with Dutch KIX barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::DutchKIX field. Specifies that the data should be encoded with Dutch KIX barcode specification in C++.' type: docs weight: 7400 url: /cpp/aspose.barcode.generation/encodetypes/dutchkix/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/ean13/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/ean13/_index.md index 5bf108c08..3e8f92c88 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/ean13/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/ean13/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::EAN13 field linktitle: EAN13 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with EAN-13 barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::EAN13 field. Specifies that the data should be encoded with EAN-13 barcode specification in C++.' type: docs weight: 1500 url: /cpp/aspose.barcode.generation/encodetypes/ean13/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/ean14/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/ean14/_index.md index 6d999237e..445b113f9 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/ean14/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/ean14/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::EAN14 field linktitle: EAN14 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with EAN14 barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::EAN14 field. Specifies that the data should be encoded with EAN14 barcode specification in C++.' type: docs weight: 1600 url: /cpp/aspose.barcode.generation/encodetypes/ean14/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/ean8/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/ean8/_index.md index c19bf18a6..1d903ee19 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/ean8/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/ean8/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::EAN8 field linktitle: EAN8 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with EAN-8 barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::EAN8 field. Specifies that the data should be encoded with EAN-8 barcode specification in C++.' type: docs weight: 1400 url: /cpp/aspose.barcode.generation/encodetypes/ean8/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/encodetypes/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/encodetypes/_index.md index c4bdfe280..545b60f73 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/encodetypes/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/encodetypes/_index.md @@ -1,5 +1,5 @@ --- -title: constructor +title: Aspose::BarCode::Generation::EncodeTypes::EncodeTypes constructor linktitle: EncodeTypes second_title: Aspose.BarCode for C++ API Reference description: 'How to use EncodeTypes constructor of Aspose::BarCode::Generation::EncodeTypes class in C++.' diff --git a/english/cpp/aspose.barcode.generation/encodetypes/get_allencodetypes/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/get_allencodetypes/_index.md index 2c505f2f9..1ee48de78 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/get_allencodetypes/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/get_allencodetypes/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::EncodeTypes::get_AllEncodeTypes method linktitle: get_AllEncodeTypes second_title: Aspose.BarCode for C++ API Reference -description: ' method. Specifies that data will be checked with all available symbologies in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::get_AllEncodeTypes method. Specifies that data will be checked with all available symbologies in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/encodetypes/get_allencodetypes/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/getnames/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/getnames/_index.md index 14c0d1d02..e42cc94d7 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/getnames/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/getnames/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::EncodeTypes::GetNames method linktitle: GetNames second_title: Aspose.BarCode for C++ API Reference -description: ' method. Retrieves an array of the names of the encode types in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::GetNames method. Retrieves an array of the names of the encode types in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/encodetypes/getnames/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/gs1aztec/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/gs1aztec/_index.md index 35f9db785..5774a2c85 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/gs1aztec/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/gs1aztec/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::GS1Aztec field linktitle: GS1Aztec second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with GS1 Aztec barcode specification. The codetext must contains parentheses for AI in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::GS1Aztec field. Specifies that the data should be encoded with GS1 Aztec barcode specification. The codetext must contains parentheses for AI in C++.' type: docs weight: 4200 url: /cpp/aspose.barcode.generation/encodetypes/gs1aztec/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/gs1codablockf/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/gs1codablockf/_index.md index 253200771..53ce0e810 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/gs1codablockf/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/gs1codablockf/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::GS1CodablockF field linktitle: GS1CodablockF second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with GS1 Codablock-F barcode specification. The codetext must contains parentheses for AI in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::GS1CodablockF field. Specifies that the data should be encoded with GS1 Codablock-F barcode specification. The codetext must contains parentheses for AI in C++.' type: docs weight: 7800 url: /cpp/aspose.barcode.generation/encodetypes/gs1codablockf/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/gs1code128/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/gs1code128/_index.md index 230ba188f..c4fa72d71 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/gs1code128/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/gs1code128/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::GS1Code128 field linktitle: GS1Code128 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with GS1 Code 128 barcode specification. The codetext must contains parentheses for AI in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::GS1Code128 field. Specifies that the data should be encoded with GS1 Code 128 barcode specification. The codetext must contains parentheses for AI in C++.' type: docs weight: 1300 url: /cpp/aspose.barcode.generation/encodetypes/gs1code128/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/gs1compositebar/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/gs1compositebar/_index.md index 900679a2e..2c9362993 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/gs1compositebar/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/gs1compositebar/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::GS1CompositeBar field linktitle: GS1CompositeBar second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with GS1 Composite Bar barcode specification. The codetext must contains parentheses for AI. 1D codetext and 2D codetext must be separated with symbol ''/'' in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::GS1CompositeBar field. Specifies that the data should be encoded with GS1 Composite Bar barcode specification. The codetext must contains parentheses for AI. 1D codetext and 2D codetext must be separated with symbol ''/'' in C++.' type: docs weight: 7900 url: /cpp/aspose.barcode.generation/encodetypes/gs1compositebar/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/gs1datamatrix/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/gs1datamatrix/_index.md index 3b826e50d..b347e13c6 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/gs1datamatrix/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/gs1datamatrix/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::GS1DataMatrix field linktitle: GS1DataMatrix second_title: Aspose.BarCode for C++ API Reference -description: ' field. 2D barcode symbology DataMatrix with GS1 string format in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::GS1DataMatrix field. 2D barcode symbology DataMatrix with GS1 string format in C++.' type: docs weight: 4500 url: /cpp/aspose.barcode.generation/encodetypes/gs1datamatrix/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/gs1dotcode/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/gs1dotcode/_index.md index 57e4c0920..b90906875 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/gs1dotcode/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/gs1dotcode/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::GS1DotCode field linktitle: GS1DotCode second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with GS1 DotCode barcode specification. The codetext must contains parentheses for AI in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::GS1DotCode field. Specifies that the data should be encoded with GS1 DotCode barcode specification. The codetext must contains parentheses for AI in C++.' type: docs weight: 9000 url: /cpp/aspose.barcode.generation/encodetypes/gs1dotcode/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/gs1hanxin/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/gs1hanxin/_index.md index 47e642594..650d8b310 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/gs1hanxin/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/gs1hanxin/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::GS1HanXin field linktitle: GS1HanXin second_title: Aspose.BarCode for C++ API Reference -description: ' field. 2D barcode symbology HanXin with GS1 string format in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::GS1HanXin field. 2D barcode symbology HanXin with GS1 string format in C++.' type: docs weight: 5200 url: /cpp/aspose.barcode.generation/encodetypes/gs1hanxin/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/gs1micropdf417/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/gs1micropdf417/_index.md index bdfdd1ea1..1b8b07985 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/gs1micropdf417/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/gs1micropdf417/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::GS1MicroPdf417 field linktitle: GS1MicroPdf417 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with GS1MicroPdf417 barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::GS1MicroPdf417 field. Specifies that the data should be encoded with GS1MicroPdf417 barcode specification in C++.' type: docs weight: 4700 url: /cpp/aspose.barcode.generation/encodetypes/gs1micropdf417/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/gs1qr/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/gs1qr/_index.md index a2d532329..28f9ccff3 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/gs1qr/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/gs1qr/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::GS1QR field linktitle: GS1QR second_title: Aspose.BarCode for C++ API Reference -description: ' field. 2D barcode symbology QR with GS1 string format in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::GS1QR field. 2D barcode symbology QR with GS1 string format in C++.' type: docs weight: 4800 url: /cpp/aspose.barcode.generation/encodetypes/gs1qr/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/hanxin/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/hanxin/_index.md index 1982aba44..a8004e11b 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/hanxin/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/hanxin/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::HanXin field linktitle: HanXin second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with Han Xin barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::HanXin field. Specifies that the data should be encoded with Han Xin barcode specification in C++.' type: docs weight: 5100 url: /cpp/aspose.barcode.generation/encodetypes/hanxin/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/hibcazteclic/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/hibcazteclic/_index.md index 2e39fbeb7..d6e6ab960 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/hibcazteclic/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/hibcazteclic/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::HIBCAztecLIC field linktitle: HIBCAztecLIC second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with HIBC LIC Aztec barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::HIBCAztecLIC field. Specifies that the data should be encoded with HIBC LIC Aztec barcode specification in C++.' type: docs weight: 8200 url: /cpp/aspose.barcode.generation/encodetypes/hibcazteclic/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/hibcaztecpas/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/hibcaztecpas/_index.md index aaaa18b97..d25567738 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/hibcaztecpas/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/hibcaztecpas/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::HIBCAztecPAS field linktitle: HIBCAztecPAS second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with HIBC PAS Aztec barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::HIBCAztecPAS field. Specifies that the data should be encoded with HIBC PAS Aztec barcode specification in C++.' type: docs weight: 8700 url: /cpp/aspose.barcode.generation/encodetypes/hibcaztecpas/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/hibccode128lic/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/hibccode128lic/_index.md index 90bcf5313..a53394c6a 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/hibccode128lic/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/hibccode128lic/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::HIBCCode128LIC field linktitle: HIBCCode128LIC second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with HIBC LIC Code128 barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::HIBCCode128LIC field. Specifies that the data should be encoded with HIBC LIC Code128 barcode specification in C++.' type: docs weight: 8100 url: /cpp/aspose.barcode.generation/encodetypes/hibccode128lic/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/hibccode128pas/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/hibccode128pas/_index.md index d79386647..5db080e8d 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/hibccode128pas/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/hibccode128pas/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::HIBCCode128PAS field linktitle: HIBCCode128PAS second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with HIBC PAS Code128 barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::HIBCCode128PAS field. Specifies that the data should be encoded with HIBC PAS Code128 barcode specification in C++.' type: docs weight: 8600 url: /cpp/aspose.barcode.generation/encodetypes/hibccode128pas/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/hibccode39lic/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/hibccode39lic/_index.md index 68d6408f7..1672620f8 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/hibccode39lic/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/hibccode39lic/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::HIBCCode39LIC field linktitle: HIBCCode39LIC second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with HIBC LIC Code39 barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::HIBCCode39LIC field. Specifies that the data should be encoded with HIBC LIC Code39 barcode specification in C++.' type: docs weight: 8000 url: /cpp/aspose.barcode.generation/encodetypes/hibccode39lic/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/hibccode39pas/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/hibccode39pas/_index.md index 76c2168ec..691f1790e 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/hibccode39pas/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/hibccode39pas/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::HIBCCode39PAS field linktitle: HIBCCode39PAS second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with HIBC PAS Code39 barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::HIBCCode39PAS field. Specifies that the data should be encoded with HIBC PAS Code39 barcode specification in C++.' type: docs weight: 8500 url: /cpp/aspose.barcode.generation/encodetypes/hibccode39pas/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/hibcdatamatrixlic/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/hibcdatamatrixlic/_index.md index 4465bdf03..eff244db0 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/hibcdatamatrixlic/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/hibcdatamatrixlic/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::HIBCDataMatrixLIC field linktitle: HIBCDataMatrixLIC second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with HIBC LIC DataMatrix barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::HIBCDataMatrixLIC field. Specifies that the data should be encoded with HIBC LIC DataMatrix barcode specification in C++.' type: docs weight: 8300 url: /cpp/aspose.barcode.generation/encodetypes/hibcdatamatrixlic/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/hibcdatamatrixpas/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/hibcdatamatrixpas/_index.md index e44b720cc..91ba3fa5e 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/hibcdatamatrixpas/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/hibcdatamatrixpas/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::HIBCDataMatrixPAS field linktitle: HIBCDataMatrixPAS second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with HIBC PAS DataMatrix barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::HIBCDataMatrixPAS field. Specifies that the data should be encoded with HIBC PAS DataMatrix barcode specification in C++.' type: docs weight: 8800 url: /cpp/aspose.barcode.generation/encodetypes/hibcdatamatrixpas/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/hibcqrlic/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/hibcqrlic/_index.md index e277bb23f..25ca7aa3f 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/hibcqrlic/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/hibcqrlic/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::HIBCQRLIC field linktitle: HIBCQRLIC second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with HIBC LIC QR barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::HIBCQRLIC field. Specifies that the data should be encoded with HIBC LIC QR barcode specification in C++.' type: docs weight: 8400 url: /cpp/aspose.barcode.generation/encodetypes/hibcqrlic/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/hibcqrpas/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/hibcqrpas/_index.md index 56bdc0106..f46635b0b 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/hibcqrpas/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/hibcqrpas/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::HIBCQRPAS field linktitle: HIBCQRPAS second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with HIBC PAS QR barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::HIBCQRPAS field. Specifies that the data should be encoded with HIBC PAS QR barcode specification in C++.' type: docs weight: 8900 url: /cpp/aspose.barcode.generation/encodetypes/hibcqrpas/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/iata2of5/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/iata2of5/_index.md index 62b28abfe..a185e1f42 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/iata2of5/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/iata2of5/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::IATA2of5 field linktitle: IATA2of5 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Represents IATA 2 of 5 barcode.IATA (International Air Transport Assosiation) uses this barcode for the management of air cargo in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::IATA2of5 field. Represents IATA 2 of 5 barcode.IATA (International Air Transport Assosiation) uses this barcode for the management of air cargo in C++.' type: docs weight: 2800 url: /cpp/aspose.barcode.generation/encodetypes/iata2of5/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/interleaved2of5/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/interleaved2of5/_index.md index aa0d7cc20..a316c03ca 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/interleaved2of5/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/interleaved2of5/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::Interleaved2of5 field linktitle: Interleaved2of5 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with INTERLEAVED 2 of 5 barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::Interleaved2of5 field. Specifies that the data should be encoded with INTERLEAVED 2 of 5 barcode specification in C++.' type: docs weight: 2500 url: /cpp/aspose.barcode.generation/encodetypes/interleaved2of5/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/isbn/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/isbn/_index.md index eea3f3231..f1ed4c9da 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/isbn/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/isbn/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::ISBN field linktitle: ISBN second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with ISBN barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::ISBN field. Specifies that the data should be encoded with ISBN barcode specification in C++.' type: docs weight: 2100 url: /cpp/aspose.barcode.generation/encodetypes/isbn/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/ismn/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/ismn/_index.md index 2b6b73db3..136ecd233 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/ismn/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/ismn/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::ISMN field linktitle: ISMN second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with ISMN barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::ISMN field. Specifies that the data should be encoded with ISMN barcode specification in C++.' type: docs weight: 2300 url: /cpp/aspose.barcode.generation/encodetypes/ismn/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/issn/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/issn/_index.md index 737880a95..bfb4bd394 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/issn/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/issn/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::ISSN field linktitle: ISSN second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with ISSN barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::ISSN field. Specifies that the data should be encoded with ISSN barcode specification in C++.' type: docs weight: 2200 url: /cpp/aspose.barcode.generation/encodetypes/issn/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/italianpost25/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/italianpost25/_index.md index 79066ba85..656c5ce12 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/italianpost25/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/italianpost25/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::ItalianPost25 field linktitle: ItalianPost25 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Represents Italian Post 25 barcode in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::ItalianPost25 field. Represents Italian Post 25 barcode in C++.' type: docs weight: 2700 url: /cpp/aspose.barcode.generation/encodetypes/italianpost25/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/itf14/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/itf14/_index.md index 772f467cd..0d2ca7b95 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/itf14/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/itf14/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::ITF14 field linktitle: ITF14 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with ITF14 barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::ITF14 field. Specifies that the data should be encoded with ITF14 barcode specification in C++.' type: docs weight: 2900 url: /cpp/aspose.barcode.generation/encodetypes/itf14/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/itf6/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/itf6/_index.md index 1d2339658..d04672db5 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/itf6/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/itf6/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::ITF6 field linktitle: ITF6 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Represents ITF-6 Barcode in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::ITF6 field. Represents ITF-6 Barcode in C++.' type: docs weight: 3000 url: /cpp/aspose.barcode.generation/encodetypes/itf6/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/macropdf417/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/macropdf417/_index.md index 87b69f161..76b5dad9e 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/macropdf417/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/macropdf417/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::MacroPdf417 field linktitle: MacroPdf417 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with MacroPdf417 barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::MacroPdf417 field. Specifies that the data should be encoded with MacroPdf417 barcode specification in C++.' type: docs weight: 4400 url: /cpp/aspose.barcode.generation/encodetypes/macropdf417/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/mailmark/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/mailmark/_index.md index 8af615b25..60ba1e9ec 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/mailmark/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/mailmark/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::Mailmark field linktitle: Mailmark second_title: Aspose.BarCode for C++ API Reference -description: ' field. Represents Royal Mail Mailmark barcode in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::Mailmark field. Represents Royal Mail Mailmark barcode in C++.' type: docs weight: 6000 url: /cpp/aspose.barcode.generation/encodetypes/mailmark/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/matrix2of5/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/matrix2of5/_index.md index c8f133df3..7201efec7 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/matrix2of5/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/matrix2of5/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::Matrix2of5 field linktitle: Matrix2of5 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Represents Matrix 2 of 5 BarCode in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::Matrix2of5 field. Represents Matrix 2 of 5 BarCode in C++.' type: docs weight: 2600 url: /cpp/aspose.barcode.generation/encodetypes/matrix2of5/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/maxicode/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/maxicode/_index.md index 5b9717b54..8668e6b48 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/maxicode/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/maxicode/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::MaxiCode field linktitle: MaxiCode second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with MaxiCode barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::MaxiCode field. Specifies that the data should be encoded with MaxiCode barcode specification in C++.' type: docs weight: 4900 url: /cpp/aspose.barcode.generation/encodetypes/maxicode/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/micropdf417/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/micropdf417/_index.md index d68c3bb2e..9e3f4b4a4 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/micropdf417/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/micropdf417/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::MicroPdf417 field linktitle: MicroPdf417 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with MicroPdf417 barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::MicroPdf417 field. Specifies that the data should be encoded with MicroPdf417 barcode specification in C++.' type: docs weight: 4600 url: /cpp/aspose.barcode.generation/encodetypes/micropdf417/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/microqr/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/microqr/_index.md index 355569197..e49f6c712 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/microqr/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/microqr/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::MicroQR field linktitle: MicroQR second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with MicroQR Code barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::MicroQR field. Specifies that the data should be encoded with MicroQR Code barcode specification in C++.' type: docs weight: 5300 url: /cpp/aspose.barcode.generation/encodetypes/microqr/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/msi/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/msi/_index.md index 6f493b82d..20f724d48 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/msi/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/msi/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::MSI field linktitle: MSI second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with MSI Plessey barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::MSI field. Specifies that the data should be encoded with MSI Plessey barcode specification in C++.' type: docs weight: 3100 url: /cpp/aspose.barcode.generation/encodetypes/msi/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/none/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/none/_index.md index 2df7749d6..09340ca29 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/none/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/none/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::None field linktitle: None second_title: Aspose.BarCode for C++ API Reference -description: ' field. Unspecified encode type in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::None field. Unspecified encode type in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.generation/encodetypes/none/ @@ -16,6 +16,9 @@ Unspecified encode type. static System::SharedPtr Aspose::BarCode::Generation::EncodeTypes::None ``` + + + ## See Also * Class [EncodeTypes](../) diff --git a/english/cpp/aspose.barcode.generation/encodetypes/onecode/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/onecode/_index.md index 308476f2c..100441f60 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/onecode/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/onecode/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::OneCode field linktitle: OneCode second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with USPS OneCode barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::OneCode field. Specifies that the data should be encoded with USPS OneCode barcode specification in C++.' type: docs weight: 5800 url: /cpp/aspose.barcode.generation/encodetypes/onecode/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/opc/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/opc/_index.md index 3519e3b55..7e50cc218 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/opc/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/opc/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::OPC field linktitle: OPC second_title: Aspose.BarCode for C++ API Reference -description: ' field. Represents OPC(Optical Product Code) Barcode,also known as , VCA Barcode VCA OPC, Vision Council of America OPC Barcode in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::OPC field. Represents OPC(Optical Product Code) Barcode,also known as , VCA Barcode VCA OPC, Vision Council of America OPC Barcode in C++.' type: docs weight: 3500 url: /cpp/aspose.barcode.generation/encodetypes/opc/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/parse/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/parse/_index.md index b28f24861..a0080789c 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/parse/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/parse/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::EncodeTypes::Parse method linktitle: Parse second_title: Aspose.BarCode for C++ API Reference -description: ' method. Converts the string representation of a BaseEncodeType to its instance. A return value indicates whether the conversion succeeded or failed in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::Parse method. Converts the string representation of a BaseEncodeType to its instance. A return value indicates whether the conversion succeeded or failed in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.generation/encodetypes/parse/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/patchcode/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/patchcode/_index.md index d6722e27c..325fe0903 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/patchcode/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/patchcode/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::PatchCode field linktitle: PatchCode second_title: Aspose.BarCode for C++ API Reference -description: ' field. Represents Patch code barcode in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::PatchCode field. Represents Patch code barcode in C++.' type: docs weight: 7100 url: /cpp/aspose.barcode.generation/encodetypes/patchcode/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/pdf417/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/pdf417/_index.md index 6bdda7f02..f96c17e7b 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/pdf417/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/pdf417/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::Pdf417 field linktitle: Pdf417 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with Pdf417 barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::Pdf417 field. Specifies that the data should be encoded with Pdf417 barcode specification in C++.' type: docs weight: 4300 url: /cpp/aspose.barcode.generation/encodetypes/pdf417/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/pharmacode/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/pharmacode/_index.md index 97ee551d2..e1a946952 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/pharmacode/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/pharmacode/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::Pharmacode field linktitle: Pharmacode second_title: Aspose.BarCode for C++ API Reference -description: ' field. Represents Pharmacode barcode in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::Pharmacode field. Represents Pharmacode barcode in C++.' type: docs weight: 3800 url: /cpp/aspose.barcode.generation/encodetypes/pharmacode/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/planet/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/planet/_index.md index f087fba1f..310500ede 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/planet/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/planet/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::Planet field linktitle: Planet second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with Planet barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::Planet field. Specifies that the data should be encoded with Planet barcode specification in C++.' type: docs weight: 5700 url: /cpp/aspose.barcode.generation/encodetypes/planet/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/postnet/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/postnet/_index.md index a0fa13efe..3699fe427 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/postnet/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/postnet/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::Postnet field linktitle: Postnet second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with Postnet barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::Postnet field. Specifies that the data should be encoded with Postnet barcode specification in C++.' type: docs weight: 5600 url: /cpp/aspose.barcode.generation/encodetypes/postnet/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/pzn/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/pzn/_index.md index d7d4e7ad3..c50004021 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/pzn/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/pzn/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::PZN field linktitle: PZN second_title: Aspose.BarCode for C++ API Reference -description: ' field. Represents PZN barcode.This Symbology is also known as Pharmacy central number, Pharmazentralnummer. PZN7 and PZN8 are supported. PZN7 is generated from 6 or less digits, like "123456". PZN8 is generated from 7 or more digits, like "1234567". Provided last checksum digit is ignored and generated by the barcode engine in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::PZN field. Represents PZN barcode.This Symbology is also known as Pharmacy central number, Pharmazentralnummer. PZN7 and PZN8 are supported. PZN7 is generated from 6 or less digits, like "123456". PZN8 is generated from 7 or more digits, like "1234567". Provided last checksum digit is ignored and generated by the barcode engine in C++.' type: docs weight: 3600 url: /cpp/aspose.barcode.generation/encodetypes/pzn/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/qr/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/qr/_index.md index b4a3e1724..12921da1a 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/qr/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/qr/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::QR field linktitle: QR second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with QR Code barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::QR field. Specifies that the data should be encoded with QR Code barcode specification in C++.' type: docs weight: 4000 url: /cpp/aspose.barcode.generation/encodetypes/qr/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/rectmicroqr/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/rectmicroqr/_index.md index 13beefafd..4a8158395 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/rectmicroqr/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/rectmicroqr/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::RectMicroQR field linktitle: RectMicroQR second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with RectMicroQR (rMQR) Code barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::RectMicroQR field. Specifies that the data should be encoded with RectMicroQR (rMQR) Code barcode specification in C++.' type: docs weight: 5400 url: /cpp/aspose.barcode.generation/encodetypes/rectmicroqr/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/rm4scc/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/rm4scc/_index.md index 9afb465c1..9688d9936 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/rm4scc/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/rm4scc/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::RM4SCC field linktitle: RM4SCC second_title: Aspose.BarCode for C++ API Reference -description: ' field. Represents RM4SCC barcode. RM4SCC (Royal Mail 4-state Customer Code) is used for automated mail sort process in UK in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::RM4SCC field. Represents RM4SCC barcode. RM4SCC (Royal Mail 4-state Customer Code) is used for automated mail sort process in UK in C++.' type: docs weight: 5900 url: /cpp/aspose.barcode.generation/encodetypes/rm4scc/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/scc14/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/scc14/_index.md index ba5eb4fd6..5aeca1ce4 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/scc14/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/scc14/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::SCC14 field linktitle: SCC14 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with SCC14 barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::SCC14 field. Specifies that the data should be encoded with SCC14 barcode specification in C++.' type: docs weight: 1700 url: /cpp/aspose.barcode.generation/encodetypes/scc14/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/singaporepost/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/singaporepost/_index.md index aa6e3f7fa..741ec3189 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/singaporepost/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/singaporepost/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::SingaporePost field linktitle: SingaporePost second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with Singapore Post Barcode barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::SingaporePost field. Specifies that the data should be encoded with Singapore Post Barcode barcode specification in C++.' type: docs weight: 6800 url: /cpp/aspose.barcode.generation/encodetypes/singaporepost/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/sscc18/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/sscc18/_index.md index a4f5b9795..4d138fe68 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/sscc18/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/sscc18/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::SSCC18 field linktitle: SSCC18 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with SSCC18 barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::SSCC18 field. Specifies that the data should be encoded with SSCC18 barcode specification in C++.' type: docs weight: 1800 url: /cpp/aspose.barcode.generation/encodetypes/sscc18/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/standard2of5/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/standard2of5/_index.md index db635651c..3166bd972 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/standard2of5/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/standard2of5/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::Standard2of5 field linktitle: Standard2of5 second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with Standard 2 of 5 barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::Standard2of5 field. Specifies that the data should be encoded with Standard 2 of 5 barcode specification in C++.' type: docs weight: 2400 url: /cpp/aspose.barcode.generation/encodetypes/standard2of5/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/swisspostparcel/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/swisspostparcel/_index.md index 29f4eb1fd..02a71d2cf 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/swisspostparcel/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/swisspostparcel/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::SwissPostParcel field linktitle: SwissPostParcel second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with Swiss Post Parcel Barcode barcode specification. Supported types: Domestic Mail, International Mail, Additional Services (new) in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::SwissPostParcel field. Specifies that the data should be encoded with Swiss Post Parcel Barcode barcode specification. Supported types: Domestic Mail, International Mail, Additional Services (new) in C++.' type: docs weight: 7000 url: /cpp/aspose.barcode.generation/encodetypes/swisspostparcel/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/tryparse/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/tryparse/_index.md index d29de02bd..38b719861 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/tryparse/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/tryparse/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::EncodeTypes::TryParse method linktitle: TryParse second_title: Aspose.BarCode for C++ API Reference -description: ' method. Converts the string representation of a BaseEncodeType to its instance. A return value indicates whether the conversion succeeded or failed in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::TryParse method. Converts the string representation of a BaseEncodeType to its instance. A return value indicates whether the conversion succeeded or failed in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.generation/encodetypes/tryparse/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/upca/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/upca/_index.md index aac834d10..09609ae6a 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/upca/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/upca/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::UPCA field linktitle: UPCA second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with UPC-A barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::UPCA field. Specifies that the data should be encoded with UPC-A barcode specification in C++.' type: docs weight: 1900 url: /cpp/aspose.barcode.generation/encodetypes/upca/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/upcags1code128coupon/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/upcags1code128coupon/_index.md index 8691caeba..05d366618 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/upcags1code128coupon/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/upcags1code128coupon/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::UpcaGs1Code128Coupon field linktitle: UpcaGs1Code128Coupon second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with UPC coupon with GS1-128 Extended Code barcode specification. An example of the input string: BarcodeGenerator.Codetext = "514141100906(8102)03", where UPCA part is "514141100906", GS1Code128 part is (8102)03 in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::UpcaGs1Code128Coupon field. Specifies that the data should be encoded with UPC coupon with GS1-128 Extended Code barcode specification. An example of the input string: BarcodeGenerator.Codetext = "514141100906(8102)03", where UPCA part is "514141100906", GS1Code128 part is (8102)03 in C++.' type: docs weight: 7500 url: /cpp/aspose.barcode.generation/encodetypes/upcags1code128coupon/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/upcags1databarcoupon/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/upcags1databarcoupon/_index.md index 8990cedb0..456c33ba0 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/upcags1databarcoupon/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/upcags1databarcoupon/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::UpcaGs1DatabarCoupon field linktitle: UpcaGs1DatabarCoupon second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with UPC coupon with GS1 DataBar addition barcode specification. An example of the input string: BarcodeGenerator.Codetext = "514141100906(8110)106141416543213500110000310123196000", where UPCA part is "514141100906", Databar part is "(8110)106141416543213500110000310123196000". To change the caption, use Parameters.CaptionAbove.Text = "company prefix + offer code"; in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::UpcaGs1DatabarCoupon field. Specifies that the data should be encoded with UPC coupon with GS1 DataBar addition barcode specification. An example of the input string: BarcodeGenerator.Codetext = "514141100906(8110)106141416543213500110000310123196000", where UPCA part is "514141100906", Databar part is "(8110)106141416543213500110000310123196000". To change the caption, use Parameters.CaptionAbove.Text = "company prefix + offer code"; in C++.' type: docs weight: 7600 url: /cpp/aspose.barcode.generation/encodetypes/upcags1databarcoupon/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/upce/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/upce/_index.md index a81b7b291..55038b1fe 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/upce/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/upce/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::UPCE field linktitle: UPCE second_title: Aspose.BarCode for C++ API Reference -description: ' field. Specifies that the data should be encoded with UPC-E barcode specification in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::UPCE field. Specifies that the data should be encoded with UPC-E barcode specification in C++.' type: docs weight: 2000 url: /cpp/aspose.barcode.generation/encodetypes/upce/ diff --git a/english/cpp/aspose.barcode.generation/encodetypes/vin/_index.md b/english/cpp/aspose.barcode.generation/encodetypes/vin/_index.md index a471505f6..a00365a86 100644 --- a/english/cpp/aspose.barcode.generation/encodetypes/vin/_index.md +++ b/english/cpp/aspose.barcode.generation/encodetypes/vin/_index.md @@ -1,8 +1,8 @@ --- -title: field +title: Aspose::BarCode::Generation::EncodeTypes::VIN field linktitle: VIN second_title: Aspose.BarCode for C++ API Reference -description: ' field. Represents VIN (Vehicle Identification Number) Barcode in C++.' +description: 'Aspose::BarCode::Generation::EncodeTypes::VIN field. Represents VIN (Vehicle Identification Number) Barcode in C++.' type: docs weight: 3200 url: /cpp/aspose.barcode.generation/encodetypes/vin/ diff --git a/english/cpp/aspose.barcode.generation/extcodetextbuilder/_index.md b/english/cpp/aspose.barcode.generation/extcodetextbuilder/_index.md index fc6dac2b6..f64b2c224 100644 --- a/english/cpp/aspose.barcode.generation/extcodetextbuilder/_index.md +++ b/english/cpp/aspose.barcode.generation/extcodetextbuilder/_index.md @@ -25,6 +25,9 @@ class ExtCodetextBuilder : public System::Object | virtual [Clear](./clear/)() | Clears extended codetext items | | [ExtCodetextBuilder](./extcodetextbuilder/)() | | | virtual [GetExtendedCodetext](./getextendedcodetext/)() | Generate extended codetext from generation items list | + + + ## See Also * Namespace [Aspose::BarCode::Generation](../) diff --git a/english/cpp/aspose.barcode.generation/extcodetextbuilder/addecicodetext/_index.md b/english/cpp/aspose.barcode.generation/extcodetextbuilder/addecicodetext/_index.md index 5a8d7137f..ea5d73c4f 100644 --- a/english/cpp/aspose.barcode.generation/extcodetextbuilder/addecicodetext/_index.md +++ b/english/cpp/aspose.barcode.generation/extcodetextbuilder/addecicodetext/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::ExtCodetextBuilder::AddECICodetext method linktitle: AddECICodetext second_title: Aspose.BarCode for C++ API Reference -description: ' method. Adds codetext with Extended Channel Identifier in C++.' +description: 'Aspose::BarCode::Generation::ExtCodetextBuilder::AddECICodetext method. Adds codetext with Extended Channel Identifier in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.generation/extcodetextbuilder/addecicodetext/ diff --git a/english/cpp/aspose.barcode.generation/extcodetextbuilder/addplaincodetext/_index.md b/english/cpp/aspose.barcode.generation/extcodetextbuilder/addplaincodetext/_index.md index c57a24774..abc3bf043 100644 --- a/english/cpp/aspose.barcode.generation/extcodetextbuilder/addplaincodetext/_index.md +++ b/english/cpp/aspose.barcode.generation/extcodetextbuilder/addplaincodetext/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::ExtCodetextBuilder::AddPlainCodetext method linktitle: AddPlainCodetext second_title: Aspose.BarCode for C++ API Reference -description: ' method. Adds plain codetext to the extended codetext items in C++.' +description: 'Aspose::BarCode::Generation::ExtCodetextBuilder::AddPlainCodetext method. Adds plain codetext to the extended codetext items in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/extcodetextbuilder/addplaincodetext/ diff --git a/english/cpp/aspose.barcode.generation/extcodetextbuilder/clear/_index.md b/english/cpp/aspose.barcode.generation/extcodetextbuilder/clear/_index.md index 1e6024363..9445a8b32 100644 --- a/english/cpp/aspose.barcode.generation/extcodetextbuilder/clear/_index.md +++ b/english/cpp/aspose.barcode.generation/extcodetextbuilder/clear/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::ExtCodetextBuilder::Clear method linktitle: Clear second_title: Aspose.BarCode for C++ API Reference -description: ' method. Clears extended codetext items in C++.' +description: 'Aspose::BarCode::Generation::ExtCodetextBuilder::Clear method. Clears extended codetext items in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/extcodetextbuilder/clear/ diff --git a/english/cpp/aspose.barcode.generation/extcodetextbuilder/extcodetextbuilder/_index.md b/english/cpp/aspose.barcode.generation/extcodetextbuilder/extcodetextbuilder/_index.md index 3e29eccf0..d3dfef6b9 100644 --- a/english/cpp/aspose.barcode.generation/extcodetextbuilder/extcodetextbuilder/_index.md +++ b/english/cpp/aspose.barcode.generation/extcodetextbuilder/extcodetextbuilder/_index.md @@ -1,5 +1,5 @@ --- -title: constructor +title: Aspose::BarCode::Generation::ExtCodetextBuilder::ExtCodetextBuilder constructor linktitle: ExtCodetextBuilder second_title: Aspose.BarCode for C++ API Reference description: 'How to use ExtCodetextBuilder constructor of Aspose::BarCode::Generation::ExtCodetextBuilder class in C++.' diff --git a/english/cpp/aspose.barcode.generation/extcodetextbuilder/getextendedcodetext/_index.md b/english/cpp/aspose.barcode.generation/extcodetextbuilder/getextendedcodetext/_index.md index 2ab321794..252b11d33 100644 --- a/english/cpp/aspose.barcode.generation/extcodetextbuilder/getextendedcodetext/_index.md +++ b/english/cpp/aspose.barcode.generation/extcodetextbuilder/getextendedcodetext/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::ExtCodetextBuilder::GetExtendedCodetext method linktitle: GetExtendedCodetext second_title: Aspose.BarCode for C++ API Reference -description: ' method. Generate extended codetext from generation items list in C++.' +description: 'Aspose::BarCode::Generation::ExtCodetextBuilder::GetExtendedCodetext method. Generate extended codetext from generation items list in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.generation/extcodetextbuilder/getextendedcodetext/ diff --git a/english/cpp/aspose.barcode.generation/fontmode/_index.md b/english/cpp/aspose.barcode.generation/fontmode/_index.md index 53ee02aa1..6792cf73d 100644 --- a/english/cpp/aspose.barcode.generation/fontmode/_index.md +++ b/english/cpp/aspose.barcode.generation/fontmode/_index.md @@ -1,8 +1,8 @@ --- -title: enum +title: Aspose::BarCode::Generation::FontMode enum linktitle: FontMode second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Font size mode in C++.' +description: 'Aspose::BarCode::Generation::FontMode enum. Font size mode in C++.' type: docs weight: 5500 url: /cpp/aspose.barcode.generation/fontmode/ diff --git a/english/cpp/aspose.barcode.generation/fontunit/get_familyname/_index.md b/english/cpp/aspose.barcode.generation/fontunit/get_familyname/_index.md index 7aaddc88d..b7c7bb9a4 100644 --- a/english/cpp/aspose.barcode.generation/fontunit/get_familyname/_index.md +++ b/english/cpp/aspose.barcode.generation/fontunit/get_familyname/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::FontUnit::get_FamilyName method linktitle: get_FamilyName second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the face name of this Font in C++.' +description: 'Aspose::BarCode::Generation::FontUnit::get_FamilyName method. Gets the face name of this Font in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/fontunit/get_familyname/ diff --git a/english/cpp/aspose.barcode.generation/fontunit/get_size/_index.md b/english/cpp/aspose.barcode.generation/fontunit/get_size/_index.md index 976ce073b..53cbccb63 100644 --- a/english/cpp/aspose.barcode.generation/fontunit/get_size/_index.md +++ b/english/cpp/aspose.barcode.generation/fontunit/get_size/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::FontUnit::get_Size method linktitle: get_Size second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets size of this FontUnit in Unit value in C++.' +description: 'Aspose::BarCode::Generation::FontUnit::get_Size method. Gets size of this FontUnit in Unit value in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.generation/fontunit/get_size/ diff --git a/english/cpp/aspose.barcode.generation/fontunit/get_style/_index.md b/english/cpp/aspose.barcode.generation/fontunit/get_style/_index.md index b6b440147..47e259d5c 100644 --- a/english/cpp/aspose.barcode.generation/fontunit/get_style/_index.md +++ b/english/cpp/aspose.barcode.generation/fontunit/get_style/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::FontUnit::get_Style method linktitle: get_Style second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets style information for this FontUnit in C++.' +description: 'Aspose::BarCode::Generation::FontUnit::get_Style method. Gets style information for this FontUnit in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.generation/fontunit/get_style/ diff --git a/english/cpp/aspose.barcode.generation/fontunit/set_familyname/_index.md b/english/cpp/aspose.barcode.generation/fontunit/set_familyname/_index.md index 5b08848c2..2340c79e9 100644 --- a/english/cpp/aspose.barcode.generation/fontunit/set_familyname/_index.md +++ b/english/cpp/aspose.barcode.generation/fontunit/set_familyname/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::FontUnit::set_FamilyName method linktitle: set_FamilyName second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets the face name of this Font in C++.' +description: 'Aspose::BarCode::Generation::FontUnit::set_FamilyName method. Sets the face name of this Font in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/fontunit/set_familyname/ diff --git a/english/cpp/aspose.barcode.generation/fontunit/set_style/_index.md b/english/cpp/aspose.barcode.generation/fontunit/set_style/_index.md index cfc63ea1e..376f86319 100644 --- a/english/cpp/aspose.barcode.generation/fontunit/set_style/_index.md +++ b/english/cpp/aspose.barcode.generation/fontunit/set_style/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::FontUnit::set_Style method linktitle: set_Style second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets style information for this FontUnit in C++.' +description: 'Aspose::BarCode::Generation::FontUnit::set_Style method. Sets style information for this FontUnit in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.generation/fontunit/set_style/ diff --git a/english/cpp/aspose.barcode.generation/gs1compositebarparameters/_index.md b/english/cpp/aspose.barcode.generation/gs1compositebarparameters/_index.md index 889a11e77..bf9698292 100644 --- a/english/cpp/aspose.barcode.generation/gs1compositebarparameters/_index.md +++ b/english/cpp/aspose.barcode.generation/gs1compositebarparameters/_index.md @@ -21,11 +21,9 @@ class GS1CompositeBarParameters : public System::Object | Method | Description | | --- | --- | | [get_AllowOnlyGS1Encoding](./get_allowonlygs1encoding/)() const | If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component | -| [get_IsAllowOnlyGS1Encoding](./get_isallowonlygs1encoding/)() | If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component | | [get_LinearComponentType](./get_linearcomponenttype/)() const | Linear component type: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked | | [get_TwoDComponentType](./get_twodcomponenttype/)() const | 2D component type | | [set_AllowOnlyGS1Encoding](./set_allowonlygs1encoding/)(bool) | If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component | -| [set_IsAllowOnlyGS1Encoding](./set_isallowonlygs1encoding/)(bool) | If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component | | [set_LinearComponentType](./set_linearcomponenttype/)(System::SharedPtr\) | Linear component type: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked | | [set_TwoDComponentType](./set_twodcomponenttype/)(Aspose::BarCode::Generation::TwoDComponentType) | 2D component type | | [ToString](./tostring/)() const override | Returns a human-readable string representation of this [DataBarParameters](../databarparameters/). | diff --git a/english/cpp/aspose.barcode.generation/gs1compositebarparameters/get_allowonlygs1encoding/_index.md b/english/cpp/aspose.barcode.generation/gs1compositebarparameters/get_allowonlygs1encoding/_index.md index 6aa85fe6b..9a7042beb 100644 --- a/english/cpp/aspose.barcode.generation/gs1compositebarparameters/get_allowonlygs1encoding/_index.md +++ b/english/cpp/aspose.barcode.generation/gs1compositebarparameters/get_allowonlygs1encoding/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::GS1CompositeBarParameters::get_AllowOnlyGS1Encoding method linktitle: get_AllowOnlyGS1Encoding second_title: Aspose.BarCode for C++ API Reference -description: ' method. If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component in C++.' +description: 'Aspose::BarCode::Generation::GS1CompositeBarParameters::get_AllowOnlyGS1Encoding method. If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.generation/gs1compositebarparameters/get_allowonlygs1encoding/ diff --git a/english/cpp/aspose.barcode.generation/gs1compositebarparameters/get_isallowonlygs1encoding/_index.md b/english/cpp/aspose.barcode.generation/gs1compositebarparameters/get_isallowonlygs1encoding/_index.md deleted file mode 100644 index ef2bac4c5..000000000 --- a/english/cpp/aspose.barcode.generation/gs1compositebarparameters/get_isallowonlygs1encoding/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: get_IsAllowOnlyGS1Encoding -second_title: Aspose.BarCode for C++ API Reference -description: ' method. If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component in C++.' -type: docs -weight: 700 -url: /cpp/aspose.barcode.generation/gs1compositebarparameters/get_isallowonlygs1encoding/ ---- -## GS1CompositeBarParameters::get_IsAllowOnlyGS1Encoding method - - -If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component - -```cpp -bool Aspose::BarCode::Generation::GS1CompositeBarParameters::get_IsAllowOnlyGS1Encoding() -``` - - -## See Also - -* Class [GS1CompositeBarParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/gs1compositebarparameters/get_linearcomponenttype/_index.md b/english/cpp/aspose.barcode.generation/gs1compositebarparameters/get_linearcomponenttype/_index.md index be4487ed8..8779b24f6 100644 --- a/english/cpp/aspose.barcode.generation/gs1compositebarparameters/get_linearcomponenttype/_index.md +++ b/english/cpp/aspose.barcode.generation/gs1compositebarparameters/get_linearcomponenttype/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::GS1CompositeBarParameters::get_LinearComponentType method linktitle: get_LinearComponentType second_title: Aspose.BarCode for C++ API Reference -description: ' method. Linear component type: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked in C++.' +description: 'Aspose::BarCode::Generation::GS1CompositeBarParameters::get_LinearComponentType method. Linear component type: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/gs1compositebarparameters/get_linearcomponenttype/ diff --git a/english/cpp/aspose.barcode.generation/gs1compositebarparameters/get_twodcomponenttype/_index.md b/english/cpp/aspose.barcode.generation/gs1compositebarparameters/get_twodcomponenttype/_index.md index 3ee03afce..2c1ac6f2e 100644 --- a/english/cpp/aspose.barcode.generation/gs1compositebarparameters/get_twodcomponenttype/_index.md +++ b/english/cpp/aspose.barcode.generation/gs1compositebarparameters/get_twodcomponenttype/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::GS1CompositeBarParameters::get_TwoDComponentType method linktitle: get_TwoDComponentType second_title: Aspose.BarCode for C++ API Reference -description: ' method. 2D component type in C++.' +description: 'Aspose::BarCode::Generation::GS1CompositeBarParameters::get_TwoDComponentType method. 2D component type in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.generation/gs1compositebarparameters/get_twodcomponenttype/ diff --git a/english/cpp/aspose.barcode.generation/gs1compositebarparameters/set_allowonlygs1encoding/_index.md b/english/cpp/aspose.barcode.generation/gs1compositebarparameters/set_allowonlygs1encoding/_index.md index 7e2d32b2d..1043400a5 100644 --- a/english/cpp/aspose.barcode.generation/gs1compositebarparameters/set_allowonlygs1encoding/_index.md +++ b/english/cpp/aspose.barcode.generation/gs1compositebarparameters/set_allowonlygs1encoding/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::GS1CompositeBarParameters::set_AllowOnlyGS1Encoding method linktitle: set_AllowOnlyGS1Encoding second_title: Aspose.BarCode for C++ API Reference -description: ' method. If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component in C++.' +description: 'Aspose::BarCode::Generation::GS1CompositeBarParameters::set_AllowOnlyGS1Encoding method. If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.generation/gs1compositebarparameters/set_allowonlygs1encoding/ diff --git a/english/cpp/aspose.barcode.generation/gs1compositebarparameters/set_isallowonlygs1encoding/_index.md b/english/cpp/aspose.barcode.generation/gs1compositebarparameters/set_isallowonlygs1encoding/_index.md deleted file mode 100644 index 4d764d24b..000000000 --- a/english/cpp/aspose.barcode.generation/gs1compositebarparameters/set_isallowonlygs1encoding/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: set_IsAllowOnlyGS1Encoding -second_title: Aspose.BarCode for C++ API Reference -description: ' method. If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component in C++.' -type: docs -weight: 800 -url: /cpp/aspose.barcode.generation/gs1compositebarparameters/set_isallowonlygs1encoding/ ---- -## GS1CompositeBarParameters::set_IsAllowOnlyGS1Encoding method - - -If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component - -```cpp -void Aspose::BarCode::Generation::GS1CompositeBarParameters::set_IsAllowOnlyGS1Encoding(bool value) -``` - - -## See Also - -* Class [GS1CompositeBarParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/gs1compositebarparameters/set_linearcomponenttype/_index.md b/english/cpp/aspose.barcode.generation/gs1compositebarparameters/set_linearcomponenttype/_index.md index ba7521499..419635098 100644 --- a/english/cpp/aspose.barcode.generation/gs1compositebarparameters/set_linearcomponenttype/_index.md +++ b/english/cpp/aspose.barcode.generation/gs1compositebarparameters/set_linearcomponenttype/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::GS1CompositeBarParameters::set_LinearComponentType method linktitle: set_LinearComponentType second_title: Aspose.BarCode for C++ API Reference -description: ' method. Linear component type: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked in C++.' +description: 'Aspose::BarCode::Generation::GS1CompositeBarParameters::set_LinearComponentType method. Linear component type: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/gs1compositebarparameters/set_linearcomponenttype/ diff --git a/english/cpp/aspose.barcode.generation/gs1compositebarparameters/set_twodcomponenttype/_index.md b/english/cpp/aspose.barcode.generation/gs1compositebarparameters/set_twodcomponenttype/_index.md index 16a6fb572..4a6908199 100644 --- a/english/cpp/aspose.barcode.generation/gs1compositebarparameters/set_twodcomponenttype/_index.md +++ b/english/cpp/aspose.barcode.generation/gs1compositebarparameters/set_twodcomponenttype/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::GS1CompositeBarParameters::set_TwoDComponentType method linktitle: set_TwoDComponentType second_title: Aspose.BarCode for C++ API Reference -description: ' method. 2D component type in C++.' +description: 'Aspose::BarCode::Generation::GS1CompositeBarParameters::set_TwoDComponentType method. 2D component type in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.generation/gs1compositebarparameters/set_twodcomponenttype/ diff --git a/english/cpp/aspose.barcode.generation/gs1compositebarparameters/tostring/_index.md b/english/cpp/aspose.barcode.generation/gs1compositebarparameters/tostring/_index.md index 53db9dbb7..c680095a2 100644 --- a/english/cpp/aspose.barcode.generation/gs1compositebarparameters/tostring/_index.md +++ b/english/cpp/aspose.barcode.generation/gs1compositebarparameters/tostring/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::GS1CompositeBarParameters::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this DataBarParameters in C++.' +description: 'Aspose::BarCode::Generation::GS1CompositeBarParameters::ToString method. Returns a human-readable string representation of this DataBarParameters in C++.' type: docs -weight: 900 +weight: 700 url: /cpp/aspose.barcode.generation/gs1compositebarparameters/tostring/ --- ## GS1CompositeBarParameters::ToString method diff --git a/english/cpp/aspose.barcode.generation/hanxinencodemode/_index.md b/english/cpp/aspose.barcode.generation/hanxinencodemode/_index.md index e86597c35..39390e239 100644 --- a/english/cpp/aspose.barcode.generation/hanxinencodemode/_index.md +++ b/english/cpp/aspose.barcode.generation/hanxinencodemode/_index.md @@ -1,8 +1,8 @@ --- -title: enum +title: Aspose::BarCode::Generation::HanXinEncodeMode enum linktitle: HanXinEncodeMode second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Han Xin Code encoding mode. It is recommended to use Auto with ASCII / Chinese characters or Unicode for Unicode characters in C++.' +description: 'Aspose::BarCode::Generation::HanXinEncodeMode enum. Han Xin Code encoding mode. It is recommended to use Auto with ASCII / Chinese characters or Unicode for Unicode characters in C++.' type: docs weight: 6300 url: /cpp/aspose.barcode.generation/hanxinencodemode/ @@ -25,7 +25,7 @@ enum class HanXinEncodeMode | ECI | 2 | In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. | | Unicode | 3 | Unicode mode designs a way to represent any text data reference to UTF8 encoding/charset in Han Xin Code. | | URI | 4 | URI mode indicates the data represented in Han Xin Code is Uniform Resource Identifier (URI) reference to RFC 3986. | -| Extended | 5 | Extended mode allow combinations of internal modes: Auto, Binary, Text, Numeric, URI, Unicode, ECI, [Common](../../aspose.barcode.common/) Chinese Region One, [Common](../../aspose.barcode.common/) Chinese Region Two, GB18030 Two Byte, GB18030 Four Byte. Codetext can be built manually with prefixes and doubled backslashes, e.g.: ":abc\000009:ΑΒΓΔΕ:ab\c" or using the [HanXinExtCodetextBuilder](../hanxinextcodetextbuilder/). If the codetext contains an ECI fragment, then only the following modes can be in that codetext after ECI fragment: Auto, Binary, Text, Numeric, URI, ECI. | +| Extended | 5 | Extended mode allow combinations of internal modes: Auto, Binary, Text, Numeric, URI, Unicode, ECI, [Common](../../aspose.barcode.common/) Chinese Region One, [Common](../../aspose.barcode.common/) Chinese Region Two, GB18030 Two Byte, GB18030 Four Byte. Codetext can be built manually with prefixes and doubled backslashes, e.g.: "\auto:abc\000009:ΑΒΓΔΕ\auto:ab\c" or using the [HanXinExtCodetextBuilder](../hanxinextcodetextbuilder/). If the codetext contains an ECI fragment, then only the following modes can be in that codetext after ECI fragment: Auto, Binary, Text, Numeric, URI, ECI. | ## Remarks diff --git a/english/cpp/aspose.barcode.generation/hanxinerrorlevel/_index.md b/english/cpp/aspose.barcode.generation/hanxinerrorlevel/_index.md index 35bd26828..070c859e7 100644 --- a/english/cpp/aspose.barcode.generation/hanxinerrorlevel/_index.md +++ b/english/cpp/aspose.barcode.generation/hanxinerrorlevel/_index.md @@ -1,8 +1,8 @@ --- -title: enum +title: Aspose::BarCode::Generation::HanXinErrorLevel enum linktitle: HanXinErrorLevel second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Level of Reed-Solomon error correction. From low to high: L1, L2, L3, L4 in C++.' +description: 'Aspose::BarCode::Generation::HanXinErrorLevel enum. Level of Reed-Solomon error correction. From low to high: L1, L2, L3, L4 in C++.' type: docs weight: 6400 url: /cpp/aspose.barcode.generation/hanxinerrorlevel/ diff --git a/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addauto/_index.md b/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addauto/_index.md index 946b3149f..0659c3ec1 100644 --- a/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addauto/_index.md +++ b/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addauto/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::HanXinExtCodetextBuilder::AddAuto method linktitle: AddAuto second_title: Aspose.BarCode for C++ API Reference -description: ' method. Adds codetext fragment in Auto mode in C++.' +description: 'Aspose::BarCode::Generation::HanXinExtCodetextBuilder::AddAuto method. Adds codetext fragment in Auto mode in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addauto/ diff --git a/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addbinary/_index.md b/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addbinary/_index.md index 6c0e79709..2ae99242f 100644 --- a/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addbinary/_index.md +++ b/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addbinary/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::HanXinExtCodetextBuilder::AddBinary method linktitle: AddBinary second_title: Aspose.BarCode for C++ API Reference -description: ' method. Adds codetext fragment in Binary mode in C++.' +description: 'Aspose::BarCode::Generation::HanXinExtCodetextBuilder::AddBinary method. Adds codetext fragment in Binary mode in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addbinary/ diff --git a/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addcommonchineseregionone/_index.md b/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addcommonchineseregionone/_index.md index 61d322209..f864d4562 100644 --- a/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addcommonchineseregionone/_index.md +++ b/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addcommonchineseregionone/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::HanXinExtCodetextBuilder::AddCommonChineseRegionOne method linktitle: AddCommonChineseRegionOne second_title: Aspose.BarCode for C++ API Reference -description: ' method. Adds codetext fragment in Common Chinese Region One mode in C++.' +description: 'Aspose::BarCode::Generation::HanXinExtCodetextBuilder::AddCommonChineseRegionOne method. Adds codetext fragment in Common Chinese Region One mode in C++.' type: docs weight: 900 url: /cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addcommonchineseregionone/ diff --git a/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addcommonchineseregiontwo/_index.md b/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addcommonchineseregiontwo/_index.md index e07b45866..89599b75e 100644 --- a/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addcommonchineseregiontwo/_index.md +++ b/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addcommonchineseregiontwo/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::HanXinExtCodetextBuilder::AddCommonChineseRegionTwo method linktitle: AddCommonChineseRegionTwo second_title: Aspose.BarCode for C++ API Reference -description: ' method. Adds codetext fragment in Common Chinese Region Two mode in C++.' +description: 'Aspose::BarCode::Generation::HanXinExtCodetextBuilder::AddCommonChineseRegionTwo method. Adds codetext fragment in Common Chinese Region Two mode in C++.' type: docs weight: 1000 url: /cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addcommonchineseregiontwo/ diff --git a/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addeci/_index.md b/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addeci/_index.md index 3f2458c91..427f42387 100644 --- a/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addeci/_index.md +++ b/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addeci/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::HanXinExtCodetextBuilder::AddECI method linktitle: AddECI second_title: Aspose.BarCode for C++ API Reference -description: ' method. Adds codetext fragment in ECI mode in C++.' +description: 'Aspose::BarCode::Generation::HanXinExtCodetextBuilder::AddECI method. Adds codetext fragment in ECI mode in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addeci/ diff --git a/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addgb18030fourbyte/_index.md b/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addgb18030fourbyte/_index.md index f7d2cc7a2..0d50feb3a 100644 --- a/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addgb18030fourbyte/_index.md +++ b/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addgb18030fourbyte/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::HanXinExtCodetextBuilder::AddGB18030FourByte method linktitle: AddGB18030FourByte second_title: Aspose.BarCode for C++ API Reference -description: ' method. Adds codetext fragment in GB18030 Four Byte mode in C++.' +description: 'Aspose::BarCode::Generation::HanXinExtCodetextBuilder::AddGB18030FourByte method. Adds codetext fragment in GB18030 Four Byte mode in C++.' type: docs weight: 1200 url: /cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addgb18030fourbyte/ diff --git a/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addgb18030twobyte/_index.md b/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addgb18030twobyte/_index.md index 1f6ac5a41..fc1ed2d17 100644 --- a/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addgb18030twobyte/_index.md +++ b/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addgb18030twobyte/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::HanXinExtCodetextBuilder::AddGB18030TwoByte method linktitle: AddGB18030TwoByte second_title: Aspose.BarCode for C++ API Reference -description: ' method. Adds codetext fragment in GB18030 Two Byte mode in C++.' +description: 'Aspose::BarCode::Generation::HanXinExtCodetextBuilder::AddGB18030TwoByte method. Adds codetext fragment in GB18030 Two Byte mode in C++.' type: docs weight: 1100 url: /cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addgb18030twobyte/ diff --git a/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addgs1/_index.md b/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addgs1/_index.md index 12fa42314..bf75bc6c1 100644 --- a/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addgs1/_index.md +++ b/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addgs1/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::HanXinExtCodetextBuilder::AddGS1 method linktitle: AddGS1 second_title: Aspose.BarCode for C++ API Reference -description: ' method. Adds codetext fragment in GS1 mode in C++.' +description: 'Aspose::BarCode::Generation::HanXinExtCodetextBuilder::AddGS1 method. Adds codetext fragment in GS1 mode in C++.' type: docs weight: 1300 url: /cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addgs1/ diff --git a/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addnumeric/_index.md b/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addnumeric/_index.md index 350f274d6..9a016b83c 100644 --- a/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addnumeric/_index.md +++ b/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addnumeric/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::HanXinExtCodetextBuilder::AddNumeric method linktitle: AddNumeric second_title: Aspose.BarCode for C++ API Reference -description: ' method. Adds codetext fragment in Numeric mode in C++.' +description: 'Aspose::BarCode::Generation::HanXinExtCodetextBuilder::AddNumeric method. Adds codetext fragment in Numeric mode in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addnumeric/ diff --git a/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addtext/_index.md b/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addtext/_index.md index fe796c6b5..c110b49b1 100644 --- a/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addtext/_index.md +++ b/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addtext/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::HanXinExtCodetextBuilder::AddText method linktitle: AddText second_title: Aspose.BarCode for C++ API Reference -description: ' method. Adds codetext fragment in Text mode in C++.' +description: 'Aspose::BarCode::Generation::HanXinExtCodetextBuilder::AddText method. Adds codetext fragment in Text mode in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addtext/ diff --git a/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addunicode/_index.md b/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addunicode/_index.md index 07db3cd43..b2c3a56e1 100644 --- a/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addunicode/_index.md +++ b/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addunicode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::HanXinExtCodetextBuilder::AddUnicode method linktitle: AddUnicode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Adds codetext fragment in Unicode mode in C++.' +description: 'Aspose::BarCode::Generation::HanXinExtCodetextBuilder::AddUnicode method. Adds codetext fragment in Unicode mode in C++.' type: docs weight: 800 url: /cpp/aspose.barcode.generation/hanxinextcodetextbuilder/addunicode/ diff --git a/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/adduri/_index.md b/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/adduri/_index.md index c27a7d76a..68273a3a0 100644 --- a/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/adduri/_index.md +++ b/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/adduri/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::HanXinExtCodetextBuilder::AddURI method linktitle: AddURI second_title: Aspose.BarCode for C++ API Reference -description: ' method. Adds codetext fragment in URI mode in C++.' +description: 'Aspose::BarCode::Generation::HanXinExtCodetextBuilder::AddURI method. Adds codetext fragment in URI mode in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.generation/hanxinextcodetextbuilder/adduri/ diff --git a/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/getextendedcodetext/_index.md b/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/getextendedcodetext/_index.md index 66fd2d771..3e1740d9e 100644 --- a/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/getextendedcodetext/_index.md +++ b/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/getextendedcodetext/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::HanXinExtCodetextBuilder::GetExtendedCodetext method linktitle: GetExtendedCodetext second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns codetext from Extended mode codetext builder in C++.' +description: 'Aspose::BarCode::Generation::HanXinExtCodetextBuilder::GetExtendedCodetext method. Returns codetext from Extended mode codetext builder in C++.' type: docs weight: 1400 url: /cpp/aspose.barcode.generation/hanxinextcodetextbuilder/getextendedcodetext/ diff --git a/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/hanxinextcodetextbuilder/_index.md b/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/hanxinextcodetextbuilder/_index.md index 8e6965101..1e47584f6 100644 --- a/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/hanxinextcodetextbuilder/_index.md +++ b/english/cpp/aspose.barcode.generation/hanxinextcodetextbuilder/hanxinextcodetextbuilder/_index.md @@ -1,5 +1,5 @@ --- -title: constructor +title: Aspose::BarCode::Generation::HanXinExtCodetextBuilder::HanXinExtCodetextBuilder constructor linktitle: HanXinExtCodetextBuilder second_title: Aspose.BarCode for C++ API Reference description: 'How to use HanXinExtCodetextBuilder constructor of Aspose::BarCode::Generation::HanXinExtCodetextBuilder class in C++.' diff --git a/english/cpp/aspose.barcode.generation/hanxinparameters/_index.md b/english/cpp/aspose.barcode.generation/hanxinparameters/_index.md index 8ffe58418..698bf64ee 100644 --- a/english/cpp/aspose.barcode.generation/hanxinparameters/_index.md +++ b/english/cpp/aspose.barcode.generation/hanxinparameters/_index.md @@ -23,15 +23,11 @@ class HanXinParameters : public System::Object | [get_ECIEncoding](./get_eciencoding/)() const | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation contains all well known charset encodings. | | [get_EncodeMode](./get_encodemode/)() const | HanXin encoding mode. Default value: EncodeMode.Mixed. | | [get_ErrorLevel](./get_errorlevel/)() const | Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel. | -| [get_HanXinECIEncoding](./get_hanxineciencoding/)() | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation contains all well known charset encodings. | -| [get_HanXinEncodeMode](./get_hanxinencodemode/)() | HanXin encoding mode. Default value: EncodeMode.Mixed. | -| [get_HanXinErrorLevel](./get_hanxinerrorlevel/)() | Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel. | -| [get_HanXinVersion](./get_hanxinversion/)() | Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is [Version.Auto](../aztecencodemode/). | -| [get_Version](./get_version/)() const | Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is [Version.Auto](../aztecencodemode/). | +| [get_Version](./get_version/)() const | Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto. | | [set_ECIEncoding](./set_eciencoding/)(ECIEncodings) | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation contains all well known charset encodings. | -| [set_EncodeMode](./set_encodemode/)(Aspose::BarCode::Generation::HanXinEncodeMode) | HanXin encoding mode. Default value: EncodeMode.Mixed. | -| [set_ErrorLevel](./set_errorlevel/)(Aspose::BarCode::Generation::HanXinErrorLevel) | Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel. | -| [set_Version](./set_version/)(Aspose::BarCode::Generation::HanXinVersion) | Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is [Version.Auto](../aztecencodemode/). | +| [set_EncodeMode](./set_encodemode/)(HanXinEncodeMode) | HanXin encoding mode. Default value: EncodeMode.Mixed. | +| [set_ErrorLevel](./set_errorlevel/)(HanXinErrorLevel) | Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel. | +| [set_Version](./set_version/)(HanXinVersion) | Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto. | | [ToString](./tostring/)() const override | Returns a human-readable string representation of this [HanXinParameters](./). | ## See Also diff --git a/english/cpp/aspose.barcode.generation/hanxinparameters/get_eciencoding/_index.md b/english/cpp/aspose.barcode.generation/hanxinparameters/get_eciencoding/_index.md index 27cdd2e5f..8f036a9d4 100644 --- a/english/cpp/aspose.barcode.generation/hanxinparameters/get_eciencoding/_index.md +++ b/english/cpp/aspose.barcode.generation/hanxinparameters/get_eciencoding/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::HanXinParameters::get_ECIEncoding method linktitle: get_ECIEncoding second_title: Aspose.BarCode for C++ API Reference -description: ' method. Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation contains all well known charset encodings in C++.' +description: 'Aspose::BarCode::Generation::HanXinParameters::get_ECIEncoding method. Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation contains all well known charset encodings in C++.' type: docs -weight: 1000 +weight: 700 url: /cpp/aspose.barcode.generation/hanxinparameters/get_eciencoding/ --- ## HanXinParameters::get_ECIEncoding method diff --git a/english/cpp/aspose.barcode.generation/hanxinparameters/get_encodemode/_index.md b/english/cpp/aspose.barcode.generation/hanxinparameters/get_encodemode/_index.md index a9bc4d285..1186a5129 100644 --- a/english/cpp/aspose.barcode.generation/hanxinparameters/get_encodemode/_index.md +++ b/english/cpp/aspose.barcode.generation/hanxinparameters/get_encodemode/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::HanXinParameters::get_EncodeMode method linktitle: get_EncodeMode second_title: Aspose.BarCode for C++ API Reference -description: ' method. HanXin encoding mode. Default value: EncodeMode.Mixed in C++.' +description: 'Aspose::BarCode::Generation::HanXinParameters::get_EncodeMode method. HanXin encoding mode. Default value: EncodeMode.Mixed in C++.' type: docs -weight: 700 +weight: 500 url: /cpp/aspose.barcode.generation/hanxinparameters/get_encodemode/ --- ## HanXinParameters::get_EncodeMode method @@ -13,7 +13,7 @@ url: /cpp/aspose.barcode.generation/hanxinparameters/get_encodemode/ HanXin encoding mode. Default value: EncodeMode.Mixed. ```cpp -Aspose::BarCode::Generation::HanXinEncodeMode Aspose::BarCode::Generation::HanXinParameters::get_EncodeMode() const +HanXinEncodeMode Aspose::BarCode::Generation::HanXinParameters::get_EncodeMode() const ``` ## See Also diff --git a/english/cpp/aspose.barcode.generation/hanxinparameters/get_errorlevel/_index.md b/english/cpp/aspose.barcode.generation/hanxinparameters/get_errorlevel/_index.md index aa187ff6a..9e9ca968a 100644 --- a/english/cpp/aspose.barcode.generation/hanxinparameters/get_errorlevel/_index.md +++ b/english/cpp/aspose.barcode.generation/hanxinparameters/get_errorlevel/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::HanXinParameters::get_ErrorLevel method linktitle: get_ErrorLevel second_title: Aspose.BarCode for C++ API Reference -description: ' method. Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel in C++.' +description: 'Aspose::BarCode::Generation::HanXinParameters::get_ErrorLevel method. Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel in C++.' type: docs -weight: 400 +weight: 300 url: /cpp/aspose.barcode.generation/hanxinparameters/get_errorlevel/ --- ## HanXinParameters::get_ErrorLevel method @@ -13,7 +13,7 @@ url: /cpp/aspose.barcode.generation/hanxinparameters/get_errorlevel/ Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel. ```cpp -Aspose::BarCode::Generation::HanXinErrorLevel Aspose::BarCode::Generation::HanXinParameters::get_ErrorLevel() const +HanXinErrorLevel Aspose::BarCode::Generation::HanXinParameters::get_ErrorLevel() const ``` ## See Also diff --git a/english/cpp/aspose.barcode.generation/hanxinparameters/get_hanxineciencoding/_index.md b/english/cpp/aspose.barcode.generation/hanxinparameters/get_hanxineciencoding/_index.md deleted file mode 100644 index 23ee380ec..000000000 --- a/english/cpp/aspose.barcode.generation/hanxinparameters/get_hanxineciencoding/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: get_HanXinECIEncoding -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation contains all well known charset encodings in C++.' -type: docs -weight: 1200 -url: /cpp/aspose.barcode.generation/hanxinparameters/get_hanxineciencoding/ ---- -## HanXinParameters::get_HanXinECIEncoding method - - -Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation contains all well known charset encodings. - -```cpp -ECIEncodings Aspose::BarCode::Generation::HanXinParameters::get_HanXinECIEncoding() -``` - - -## See Also - -* Enum [ECIEncodings](../../eciencodings/) -* Class [HanXinParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/hanxinparameters/get_hanxinencodemode/_index.md b/english/cpp/aspose.barcode.generation/hanxinparameters/get_hanxinencodemode/_index.md deleted file mode 100644 index a84efb6e3..000000000 --- a/english/cpp/aspose.barcode.generation/hanxinparameters/get_hanxinencodemode/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: get_HanXinEncodeMode -second_title: Aspose.BarCode for C++ API Reference -description: ' method. HanXin encoding mode. Default value: EncodeMode.Mixed in C++.' -type: docs -weight: 900 -url: /cpp/aspose.barcode.generation/hanxinparameters/get_hanxinencodemode/ ---- -## HanXinParameters::get_HanXinEncodeMode method - - -HanXin encoding mode. Default value: EncodeMode.Mixed. - -```cpp -Aspose::BarCode::Generation::HanXinEncodeMode Aspose::BarCode::Generation::HanXinParameters::get_HanXinEncodeMode() -``` - - -## See Also - -* Enum [HanXinEncodeMode](../../hanxinencodemode/) -* Class [HanXinParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/hanxinparameters/get_hanxinerrorlevel/_index.md b/english/cpp/aspose.barcode.generation/hanxinparameters/get_hanxinerrorlevel/_index.md deleted file mode 100644 index 7ebf3c8d5..000000000 --- a/english/cpp/aspose.barcode.generation/hanxinparameters/get_hanxinerrorlevel/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: get_HanXinErrorLevel -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel in C++.' -type: docs -weight: 600 -url: /cpp/aspose.barcode.generation/hanxinparameters/get_hanxinerrorlevel/ ---- -## HanXinParameters::get_HanXinErrorLevel method - - -Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel. - -```cpp -Aspose::BarCode::Generation::HanXinErrorLevel Aspose::BarCode::Generation::HanXinParameters::get_HanXinErrorLevel() -``` - - -## See Also - -* Enum [HanXinErrorLevel](../../hanxinerrorlevel/) -* Class [HanXinParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/hanxinparameters/get_hanxinversion/_index.md b/english/cpp/aspose.barcode.generation/hanxinparameters/get_hanxinversion/_index.md deleted file mode 100644 index ae2d7d1c9..000000000 --- a/english/cpp/aspose.barcode.generation/hanxinparameters/get_hanxinversion/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: get_HanXinVersion -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto in C++.' -type: docs -weight: 300 -url: /cpp/aspose.barcode.generation/hanxinparameters/get_hanxinversion/ ---- -## HanXinParameters::get_HanXinVersion method - - -Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is [Version.Auto](../../aztecencodemode/). - -```cpp -Aspose::BarCode::Generation::HanXinVersion Aspose::BarCode::Generation::HanXinParameters::get_HanXinVersion() -``` - - -## See Also - -* Enum [HanXinVersion](../../hanxinversion/) -* Class [HanXinParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/hanxinparameters/get_version/_index.md b/english/cpp/aspose.barcode.generation/hanxinparameters/get_version/_index.md index 199941682..94616238a 100644 --- a/english/cpp/aspose.barcode.generation/hanxinparameters/get_version/_index.md +++ b/english/cpp/aspose.barcode.generation/hanxinparameters/get_version/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::HanXinParameters::get_Version method linktitle: get_Version second_title: Aspose.BarCode for C++ API Reference -description: ' method. Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto in C++.' +description: 'Aspose::BarCode::Generation::HanXinParameters::get_Version method. Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/hanxinparameters/get_version/ @@ -10,10 +10,10 @@ url: /cpp/aspose.barcode.generation/hanxinparameters/get_version/ ## HanXinParameters::get_Version method -Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is [Version.Auto](../../aztecencodemode/). +Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto. ```cpp -Aspose::BarCode::Generation::HanXinVersion Aspose::BarCode::Generation::HanXinParameters::get_Version() const +HanXinVersion Aspose::BarCode::Generation::HanXinParameters::get_Version() const ``` ## See Also diff --git a/english/cpp/aspose.barcode.generation/hanxinparameters/set_eciencoding/_index.md b/english/cpp/aspose.barcode.generation/hanxinparameters/set_eciencoding/_index.md index 77cbbeb53..c538f8175 100644 --- a/english/cpp/aspose.barcode.generation/hanxinparameters/set_eciencoding/_index.md +++ b/english/cpp/aspose.barcode.generation/hanxinparameters/set_eciencoding/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::HanXinParameters::set_ECIEncoding method linktitle: set_ECIEncoding second_title: Aspose.BarCode for C++ API Reference -description: ' method. Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation contains all well known charset encodings in C++.' +description: 'Aspose::BarCode::Generation::HanXinParameters::set_ECIEncoding method. Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation contains all well known charset encodings in C++.' type: docs -weight: 1100 +weight: 800 url: /cpp/aspose.barcode.generation/hanxinparameters/set_eciencoding/ --- ## HanXinParameters::set_ECIEncoding method diff --git a/english/cpp/aspose.barcode.generation/hanxinparameters/set_encodemode/_index.md b/english/cpp/aspose.barcode.generation/hanxinparameters/set_encodemode/_index.md index c5034ba11..e0afe99c2 100644 --- a/english/cpp/aspose.barcode.generation/hanxinparameters/set_encodemode/_index.md +++ b/english/cpp/aspose.barcode.generation/hanxinparameters/set_encodemode/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::HanXinParameters::set_EncodeMode method linktitle: set_EncodeMode second_title: Aspose.BarCode for C++ API Reference -description: ' method. HanXin encoding mode. Default value: EncodeMode.Mixed in C++.' +description: 'Aspose::BarCode::Generation::HanXinParameters::set_EncodeMode method. HanXin encoding mode. Default value: EncodeMode.Mixed in C++.' type: docs -weight: 800 +weight: 600 url: /cpp/aspose.barcode.generation/hanxinparameters/set_encodemode/ --- ## HanXinParameters::set_EncodeMode method @@ -13,7 +13,7 @@ url: /cpp/aspose.barcode.generation/hanxinparameters/set_encodemode/ HanXin encoding mode. Default value: EncodeMode.Mixed. ```cpp -void Aspose::BarCode::Generation::HanXinParameters::set_EncodeMode(Aspose::BarCode::Generation::HanXinEncodeMode value) +void Aspose::BarCode::Generation::HanXinParameters::set_EncodeMode(HanXinEncodeMode value) ``` ## See Also diff --git a/english/cpp/aspose.barcode.generation/hanxinparameters/set_errorlevel/_index.md b/english/cpp/aspose.barcode.generation/hanxinparameters/set_errorlevel/_index.md index 3c93ee53e..5e8401983 100644 --- a/english/cpp/aspose.barcode.generation/hanxinparameters/set_errorlevel/_index.md +++ b/english/cpp/aspose.barcode.generation/hanxinparameters/set_errorlevel/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::HanXinParameters::set_ErrorLevel method linktitle: set_ErrorLevel second_title: Aspose.BarCode for C++ API Reference -description: ' method. Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel in C++.' +description: 'Aspose::BarCode::Generation::HanXinParameters::set_ErrorLevel method. Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel in C++.' type: docs -weight: 500 +weight: 400 url: /cpp/aspose.barcode.generation/hanxinparameters/set_errorlevel/ --- ## HanXinParameters::set_ErrorLevel method @@ -13,7 +13,7 @@ url: /cpp/aspose.barcode.generation/hanxinparameters/set_errorlevel/ Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel. ```cpp -void Aspose::BarCode::Generation::HanXinParameters::set_ErrorLevel(Aspose::BarCode::Generation::HanXinErrorLevel value) +void Aspose::BarCode::Generation::HanXinParameters::set_ErrorLevel(HanXinErrorLevel value) ``` ## See Also diff --git a/english/cpp/aspose.barcode.generation/hanxinparameters/set_version/_index.md b/english/cpp/aspose.barcode.generation/hanxinparameters/set_version/_index.md index 59591cc84..7668b307e 100644 --- a/english/cpp/aspose.barcode.generation/hanxinparameters/set_version/_index.md +++ b/english/cpp/aspose.barcode.generation/hanxinparameters/set_version/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::HanXinParameters::set_Version method linktitle: set_Version second_title: Aspose.BarCode for C++ API Reference -description: ' method. Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto in C++.' +description: 'Aspose::BarCode::Generation::HanXinParameters::set_Version method. Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/hanxinparameters/set_version/ @@ -10,10 +10,10 @@ url: /cpp/aspose.barcode.generation/hanxinparameters/set_version/ ## HanXinParameters::set_Version method -Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is [Version.Auto](../../aztecencodemode/). +Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto. ```cpp -void Aspose::BarCode::Generation::HanXinParameters::set_Version(Aspose::BarCode::Generation::HanXinVersion value) +void Aspose::BarCode::Generation::HanXinParameters::set_Version(HanXinVersion value) ``` ## See Also diff --git a/english/cpp/aspose.barcode.generation/hanxinparameters/tostring/_index.md b/english/cpp/aspose.barcode.generation/hanxinparameters/tostring/_index.md index 7ecb0993a..0777be0a6 100644 --- a/english/cpp/aspose.barcode.generation/hanxinparameters/tostring/_index.md +++ b/english/cpp/aspose.barcode.generation/hanxinparameters/tostring/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::HanXinParameters::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this HanXinParameters in C++.' +description: 'Aspose::BarCode::Generation::HanXinParameters::ToString method. Returns a human-readable string representation of this HanXinParameters in C++.' type: docs -weight: 1300 +weight: 900 url: /cpp/aspose.barcode.generation/hanxinparameters/tostring/ --- ## HanXinParameters::ToString method diff --git a/english/cpp/aspose.barcode.generation/hanxinversion/_index.md b/english/cpp/aspose.barcode.generation/hanxinversion/_index.md index 2a9353fbd..8488013cb 100644 --- a/english/cpp/aspose.barcode.generation/hanxinversion/_index.md +++ b/english/cpp/aspose.barcode.generation/hanxinversion/_index.md @@ -1,8 +1,8 @@ --- -title: enum +title: Aspose::BarCode::Generation::HanXinVersion enum linktitle: HanXinVersion second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Version of Han Xin Code. From Version01 - 23 x 23 modules to Version84 - 189 x 189 modules, increasing in steps of 2 modules per side in C++.' +description: 'Aspose::BarCode::Generation::HanXinVersion enum. Version of Han Xin Code. From Version01 - 23 x 23 modules to Version84 - 189 x 189 modules, increasing in steps of 2 modules per side in C++.' type: docs weight: 6500 url: /cpp/aspose.barcode.generation/hanxinversion/ diff --git a/english/cpp/aspose.barcode.generation/hslacolor/converthslatorgba/_index.md b/english/cpp/aspose.barcode.generation/hslacolor/converthslatorgba/_index.md index a014c433e..6e47905c7 100644 --- a/english/cpp/aspose.barcode.generation/hslacolor/converthslatorgba/_index.md +++ b/english/cpp/aspose.barcode.generation/hslacolor/converthslatorgba/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::HslaColor::ConvertHslaToRgba method linktitle: ConvertHslaToRgba second_title: Aspose.BarCode for C++ API Reference -description: ' method. Uses in C++.' +description: 'Aspose::BarCode::Generation::HslaColor::ConvertHslaToRgba method. Uses in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/hslacolor/converthslatorgba/ diff --git a/english/cpp/aspose.barcode.generation/hslacolor/hslacolor/_index.md b/english/cpp/aspose.barcode.generation/hslacolor/hslacolor/_index.md index fd3fd6dfe..e5b9febe3 100644 --- a/english/cpp/aspose.barcode.generation/hslacolor/hslacolor/_index.md +++ b/english/cpp/aspose.barcode.generation/hslacolor/hslacolor/_index.md @@ -1,8 +1,8 @@ --- -title: constructor +title: Aspose::BarCode::Generation::HslaColor::HslaColor constructor linktitle: HslaColor second_title: Aspose.BarCode for C++ API Reference -description: ' constructor. Constructor for HslaColor in C++.' +description: 'Aspose::BarCode::Generation::HslaColor::HslaColor constructor. Constructor for HslaColor in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/hslacolor/hslacolor/ diff --git a/english/cpp/aspose.barcode.generation/imageparameters/get_pdf/_index.md b/english/cpp/aspose.barcode.generation/imageparameters/get_pdf/_index.md index c71ffd764..618d16d54 100644 --- a/english/cpp/aspose.barcode.generation/imageparameters/get_pdf/_index.md +++ b/english/cpp/aspose.barcode.generation/imageparameters/get_pdf/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::ImageParameters::get_Pdf method linktitle: get_Pdf second_title: Aspose.BarCode for C++ API Reference -description: ' method. PDF parameters in C++.' +description: 'Aspose::BarCode::Generation::ImageParameters::get_Pdf method. PDF parameters in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.generation/imageparameters/get_pdf/ diff --git a/english/cpp/aspose.barcode.generation/imageparameters/get_svg/_index.md b/english/cpp/aspose.barcode.generation/imageparameters/get_svg/_index.md index d679e0d33..45f660e21 100644 --- a/english/cpp/aspose.barcode.generation/imageparameters/get_svg/_index.md +++ b/english/cpp/aspose.barcode.generation/imageparameters/get_svg/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::ImageParameters::get_Svg method linktitle: get_Svg second_title: Aspose.BarCode for C++ API Reference -description: ' method. SVG parameters in C++.' +description: 'Aspose::BarCode::Generation::ImageParameters::get_Svg method. SVG parameters in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/imageparameters/get_svg/ diff --git a/english/cpp/aspose.barcode.generation/imageparameters/set_pdf/_index.md b/english/cpp/aspose.barcode.generation/imageparameters/set_pdf/_index.md index 7fd396414..d359ae804 100644 --- a/english/cpp/aspose.barcode.generation/imageparameters/set_pdf/_index.md +++ b/english/cpp/aspose.barcode.generation/imageparameters/set_pdf/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::ImageParameters::set_Pdf method linktitle: set_Pdf second_title: Aspose.BarCode for C++ API Reference -description: ' method. PDF parameters in C++.' +description: 'Aspose::BarCode::Generation::ImageParameters::set_Pdf method. PDF parameters in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.generation/imageparameters/set_pdf/ diff --git a/english/cpp/aspose.barcode.generation/imageparameters/set_svg/_index.md b/english/cpp/aspose.barcode.generation/imageparameters/set_svg/_index.md index 7a115fb45..0b6802694 100644 --- a/english/cpp/aspose.barcode.generation/imageparameters/set_svg/_index.md +++ b/english/cpp/aspose.barcode.generation/imageparameters/set_svg/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::ImageParameters::set_Svg method linktitle: set_Svg second_title: Aspose.BarCode for C++ API Reference -description: ' method. SVG parameters in C++.' +description: 'Aspose::BarCode::Generation::ImageParameters::set_Svg method. SVG parameters in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/imageparameters/set_svg/ diff --git a/english/cpp/aspose.barcode.generation/isimplepropertychangedeventhandler/changed/_index.md b/english/cpp/aspose.barcode.generation/isimplepropertychangedeventhandler/changed/_index.md index 36bdf79a0..b819bbb48 100644 --- a/english/cpp/aspose.barcode.generation/isimplepropertychangedeventhandler/changed/_index.md +++ b/english/cpp/aspose.barcode.generation/isimplepropertychangedeventhandler/changed/_index.md @@ -1,5 +1,5 @@ --- -title: method +title: Aspose::BarCode::Generation::ISimplePropertyChangedEventHandler::Changed method linktitle: Changed second_title: Aspose.BarCode for C++ API Reference description: 'How to use Changed method of Aspose::BarCode::Generation::ISimplePropertyChangedEventHandler class in C++.' diff --git a/english/cpp/aspose.barcode.generation/itf14bordertype/_index.md b/english/cpp/aspose.barcode.generation/itf14bordertype/_index.md index 57e77afd6..7767a3b39 100644 --- a/english/cpp/aspose.barcode.generation/itf14bordertype/_index.md +++ b/english/cpp/aspose.barcode.generation/itf14bordertype/_index.md @@ -1,8 +1,8 @@ --- -title: enum +title: Aspose::BarCode::Generation::ITF14BorderType enum linktitle: ITF14BorderType second_title: Aspose.BarCode for C++ API Reference -description: ' enum. ITF14 border type of barcode in C++.' +description: 'Aspose::BarCode::Generation::ITF14BorderType enum. ITF14 border type of barcode in C++.' type: docs weight: 6600 url: /cpp/aspose.barcode.generation/itf14bordertype/ diff --git a/english/cpp/aspose.barcode.generation/itfparameters/_index.md b/english/cpp/aspose.barcode.generation/itfparameters/_index.md index 5c32b3703..cd33340d9 100644 --- a/english/cpp/aspose.barcode.generation/itfparameters/_index.md +++ b/english/cpp/aspose.barcode.generation/itfparameters/_index.md @@ -22,13 +22,9 @@ class ITFParameters : public System::Object | --- | --- | | [get_BorderThickness](./get_borderthickness/)() const | Gets an ITF border (bearer bar) thickness in [Unit](../unit/) value. Default value: 12pt. | | [get_BorderType](./get_bordertype/)() const | Border type of ITF barcode. Default value: [ITF14BorderType.Bar](../itf14bordertype/). | -| [get_ItfBorderThickness](./get_itfborderthickness/)() | Gets an ITF border (bearer bar) thickness in [Unit](../unit/) value. Default value: 12pt. | -| [get_ItfBorderType](./get_itfbordertype/)() | Border type of ITF barcode. Default value: [ITF14BorderType.Bar](../itf14bordertype/). | | [get_QuietZoneCoef](./get_quietzonecoef/)() | Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px. | | [set_BorderThickness](./set_borderthickness/)(System::SharedPtr\) | Sets an ITF border (bearer bar) thickness in [Unit](../unit/) value. Default value: 12pt. | | [set_BorderType](./set_bordertype/)(ITF14BorderType) | Border type of ITF barcode. Default value: [ITF14BorderType.Bar](../itf14bordertype/). | -| [set_ItfBorderThickness](./set_itfborderthickness/)(System::SharedPtr\) | Sets an ITF border (bearer bar) thickness in [Unit](../unit/) value. Default value: 12pt. | -| [set_ItfBorderType](./set_itfbordertype/)(ITF14BorderType) | Border type of ITF barcode. Default value: [ITF14BorderType.Bar](../itf14bordertype/). | | [set_QuietZoneCoef](./set_quietzonecoef/)(int32_t) | Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px. | | [ToString](./tostring/)() const override | Returns a human-readable string representation of this [ITFParameters](./). | ## See Also diff --git a/english/cpp/aspose.barcode.generation/itfparameters/get_borderthickness/_index.md b/english/cpp/aspose.barcode.generation/itfparameters/get_borderthickness/_index.md index 53a154638..c33ac4e8e 100644 --- a/english/cpp/aspose.barcode.generation/itfparameters/get_borderthickness/_index.md +++ b/english/cpp/aspose.barcode.generation/itfparameters/get_borderthickness/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::ITFParameters::get_BorderThickness method linktitle: get_BorderThickness second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt in C++.' +description: 'Aspose::BarCode::Generation::ITFParameters::get_BorderThickness method. Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/itfparameters/get_borderthickness/ diff --git a/english/cpp/aspose.barcode.generation/itfparameters/get_bordertype/_index.md b/english/cpp/aspose.barcode.generation/itfparameters/get_bordertype/_index.md index 9355e1be3..87d5fb064 100644 --- a/english/cpp/aspose.barcode.generation/itfparameters/get_bordertype/_index.md +++ b/english/cpp/aspose.barcode.generation/itfparameters/get_bordertype/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::ITFParameters::get_BorderType method linktitle: get_BorderType second_title: Aspose.BarCode for C++ API Reference -description: ' method. Border type of ITF barcode. Default value: ITF14BorderType.Bar in C++.' +description: 'Aspose::BarCode::Generation::ITFParameters::get_BorderType method. Border type of ITF barcode. Default value: ITF14BorderType.Bar in C++.' type: docs -weight: 500 +weight: 300 url: /cpp/aspose.barcode.generation/itfparameters/get_bordertype/ --- ## ITFParameters::get_BorderType method diff --git a/english/cpp/aspose.barcode.generation/itfparameters/get_itfborderthickness/_index.md b/english/cpp/aspose.barcode.generation/itfparameters/get_itfborderthickness/_index.md deleted file mode 100644 index 96710138d..000000000 --- a/english/cpp/aspose.barcode.generation/itfparameters/get_itfborderthickness/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: get_ItfBorderThickness -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt in C++.' -type: docs -weight: 300 -url: /cpp/aspose.barcode.generation/itfparameters/get_itfborderthickness/ ---- -## ITFParameters::get_ItfBorderThickness method - - -Gets an ITF border (bearer bar) thickness in [Unit](../../unit/) value. Default value: 12pt. - -```cpp -System::SharedPtr Aspose::BarCode::Generation::ITFParameters::get_ItfBorderThickness() -``` - - -## See Also - -* Class [Unit](../../unit/) -* Class [ITFParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/itfparameters/get_itfbordertype/_index.md b/english/cpp/aspose.barcode.generation/itfparameters/get_itfbordertype/_index.md deleted file mode 100644 index ce3b5a414..000000000 --- a/english/cpp/aspose.barcode.generation/itfparameters/get_itfbordertype/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: get_ItfBorderType -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Border type of ITF barcode. Default value: ITF14BorderType.Bar in C++.' -type: docs -weight: 700 -url: /cpp/aspose.barcode.generation/itfparameters/get_itfbordertype/ ---- -## ITFParameters::get_ItfBorderType method - - -Border type of ITF barcode. Default value: [ITF14BorderType.Bar](../../itf14bordertype/). - -```cpp -ITF14BorderType Aspose::BarCode::Generation::ITFParameters::get_ItfBorderType() -``` - - -## See Also - -* Enum [ITF14BorderType](../../itf14bordertype/) -* Class [ITFParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/itfparameters/get_quietzonecoef/_index.md b/english/cpp/aspose.barcode.generation/itfparameters/get_quietzonecoef/_index.md index 614eb1ae8..1ea8724ca 100644 --- a/english/cpp/aspose.barcode.generation/itfparameters/get_quietzonecoef/_index.md +++ b/english/cpp/aspose.barcode.generation/itfparameters/get_quietzonecoef/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::ITFParameters::get_QuietZoneCoef method linktitle: get_QuietZoneCoef second_title: Aspose.BarCode for C++ API Reference -description: ' method. Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px in C++.' +description: 'Aspose::BarCode::Generation::ITFParameters::get_QuietZoneCoef method. Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px in C++.' type: docs -weight: 900 +weight: 500 url: /cpp/aspose.barcode.generation/itfparameters/get_quietzonecoef/ --- ## ITFParameters::get_QuietZoneCoef method diff --git a/english/cpp/aspose.barcode.generation/itfparameters/set_borderthickness/_index.md b/english/cpp/aspose.barcode.generation/itfparameters/set_borderthickness/_index.md index dddb0b7c9..7f7fcddc4 100644 --- a/english/cpp/aspose.barcode.generation/itfparameters/set_borderthickness/_index.md +++ b/english/cpp/aspose.barcode.generation/itfparameters/set_borderthickness/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::ITFParameters::set_BorderThickness method linktitle: set_BorderThickness second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt in C++.' +description: 'Aspose::BarCode::Generation::ITFParameters::set_BorderThickness method. Sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/itfparameters/set_borderthickness/ diff --git a/english/cpp/aspose.barcode.generation/itfparameters/set_bordertype/_index.md b/english/cpp/aspose.barcode.generation/itfparameters/set_bordertype/_index.md index 10b3c025b..5d79fcb14 100644 --- a/english/cpp/aspose.barcode.generation/itfparameters/set_bordertype/_index.md +++ b/english/cpp/aspose.barcode.generation/itfparameters/set_bordertype/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::ITFParameters::set_BorderType method linktitle: set_BorderType second_title: Aspose.BarCode for C++ API Reference -description: ' method. Border type of ITF barcode. Default value: ITF14BorderType.Bar in C++.' +description: 'Aspose::BarCode::Generation::ITFParameters::set_BorderType method. Border type of ITF barcode. Default value: ITF14BorderType.Bar in C++.' type: docs -weight: 600 +weight: 400 url: /cpp/aspose.barcode.generation/itfparameters/set_bordertype/ --- ## ITFParameters::set_BorderType method diff --git a/english/cpp/aspose.barcode.generation/itfparameters/set_itfborderthickness/_index.md b/english/cpp/aspose.barcode.generation/itfparameters/set_itfborderthickness/_index.md deleted file mode 100644 index dee57012c..000000000 --- a/english/cpp/aspose.barcode.generation/itfparameters/set_itfborderthickness/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: set_ItfBorderThickness -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt in C++.' -type: docs -weight: 400 -url: /cpp/aspose.barcode.generation/itfparameters/set_itfborderthickness/ ---- -## ITFParameters::set_ItfBorderThickness method - - -Sets an ITF border (bearer bar) thickness in [Unit](../../unit/) value. Default value: 12pt. - -```cpp -void Aspose::BarCode::Generation::ITFParameters::set_ItfBorderThickness(System::SharedPtr value) -``` - - -## See Also - -* Class [Unit](../../unit/) -* Class [ITFParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/itfparameters/set_itfbordertype/_index.md b/english/cpp/aspose.barcode.generation/itfparameters/set_itfbordertype/_index.md deleted file mode 100644 index c0f0f5bf7..000000000 --- a/english/cpp/aspose.barcode.generation/itfparameters/set_itfbordertype/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: set_ItfBorderType -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Border type of ITF barcode. Default value: ITF14BorderType.Bar in C++.' -type: docs -weight: 800 -url: /cpp/aspose.barcode.generation/itfparameters/set_itfbordertype/ ---- -## ITFParameters::set_ItfBorderType method - - -Border type of ITF barcode. Default value: [ITF14BorderType.Bar](../../itf14bordertype/). - -```cpp -void Aspose::BarCode::Generation::ITFParameters::set_ItfBorderType(ITF14BorderType value) -``` - - -## See Also - -* Enum [ITF14BorderType](../../itf14bordertype/) -* Class [ITFParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/itfparameters/set_quietzonecoef/_index.md b/english/cpp/aspose.barcode.generation/itfparameters/set_quietzonecoef/_index.md index 809e83f66..dbd5539ab 100644 --- a/english/cpp/aspose.barcode.generation/itfparameters/set_quietzonecoef/_index.md +++ b/english/cpp/aspose.barcode.generation/itfparameters/set_quietzonecoef/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::ITFParameters::set_QuietZoneCoef method linktitle: set_QuietZoneCoef second_title: Aspose.BarCode for C++ API Reference -description: ' method. Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px in C++.' +description: 'Aspose::BarCode::Generation::ITFParameters::set_QuietZoneCoef method. Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px in C++.' type: docs -weight: 1000 +weight: 600 url: /cpp/aspose.barcode.generation/itfparameters/set_quietzonecoef/ --- ## ITFParameters::set_QuietZoneCoef method diff --git a/english/cpp/aspose.barcode.generation/itfparameters/tostring/_index.md b/english/cpp/aspose.barcode.generation/itfparameters/tostring/_index.md index 09e9f9ac5..1ea7f3cf2 100644 --- a/english/cpp/aspose.barcode.generation/itfparameters/tostring/_index.md +++ b/english/cpp/aspose.barcode.generation/itfparameters/tostring/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::ITFParameters::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this ITFParameters in C++.' +description: 'Aspose::BarCode::Generation::ITFParameters::ToString method. Returns a human-readable string representation of this ITFParameters in C++.' type: docs -weight: 1100 +weight: 700 url: /cpp/aspose.barcode.generation/itfparameters/tostring/ --- ## ITFParameters::ToString method diff --git a/english/cpp/aspose.barcode.generation/macrocharacter/_index.md b/english/cpp/aspose.barcode.generation/macrocharacter/_index.md index 8b2c9e22b..d8e6858bf 100644 --- a/english/cpp/aspose.barcode.generation/macrocharacter/_index.md +++ b/english/cpp/aspose.barcode.generation/macrocharacter/_index.md @@ -1,8 +1,8 @@ --- -title: enum +title: Aspose::BarCode::Generation::MacroCharacter enum linktitle: MacroCharacter second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. 05 Macro craracter is translated to "[)>\u001E05\u001D" as decoded data header and "\u001E\u0004" as decoded data trailer. 06 Macro craracter is translated to "[)>\u001E06\u001D" as decoded data header and "\u001E\u0004" as decoded data trailer in C++.' +description: 'Aspose::BarCode::Generation::MacroCharacter enum. Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. 05 Macro craracter is translated to "[)>\u001E05\u001D" as decoded data header and "\u001E\u0004" as decoded data trailer. 06 Macro craracter is translated to "[)>\u001E06\u001D" as decoded data header and "\u001E\u0004" as decoded data trailer in C++.' type: docs weight: 6700 url: /cpp/aspose.barcode.generation/macrocharacter/ diff --git a/english/cpp/aspose.barcode.generation/maxicodeencodemode/_index.md b/english/cpp/aspose.barcode.generation/maxicodeencodemode/_index.md index 358f1a052..ae9dd074f 100644 --- a/english/cpp/aspose.barcode.generation/maxicodeencodemode/_index.md +++ b/english/cpp/aspose.barcode.generation/maxicodeencodemode/_index.md @@ -1,8 +1,8 @@ --- -title: enum +title: Aspose::BarCode::Generation::MaxiCodeEncodeMode enum linktitle: MaxiCodeEncodeMode second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Encoding mode for MaxiCode barcodes in C++.' +description: 'Aspose::BarCode::Generation::MaxiCodeEncodeMode enum. Encoding mode for MaxiCode barcodes in C++.' type: docs weight: 6900 url: /cpp/aspose.barcode.generation/maxicodeencodemode/ @@ -21,8 +21,6 @@ enum class MaxiCodeEncodeMode | Name | Value | Description | | --- | --- | --- | | Auto | 0 | In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. | -| Bytes | 1 | Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first. | -| ExtendedCodetext | 2 | | | Extended | 3 | | | Binary | 4 | In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. | | ECI | 5 | In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. | @@ -59,8 +57,8 @@ textBuilder.AddECICodetext(ECIEncodings.UTF16BE, "犬Power狗"); textBuilder.AddPlainCodetext("Plain text"); //generate codetext -string codetext = textBuilder.GetExtendedCodetext(); -
+string codetext = textBuilder.GetExtendedCodetext();
+ //generate using(BarcodeGenerator generator = new BarcodeGenerator(EncodeTypes.MaxiCode, codetext)) { diff --git a/english/cpp/aspose.barcode.generation/maxicodeextcodetextbuilder/_index.md b/english/cpp/aspose.barcode.generation/maxicodeextcodetextbuilder/_index.md index a0255fc94..6a444893e 100644 --- a/english/cpp/aspose.barcode.generation/maxicodeextcodetextbuilder/_index.md +++ b/english/cpp/aspose.barcode.generation/maxicodeextcodetextbuilder/_index.md @@ -49,8 +49,8 @@ textBuilder.AddECICodetext(ECIEncodings.UTF16BE, "犬Power狗"); textBuilder.AddPlainCodetext("Plain text"); //generate codetext -string codetext = textBuilder.GetExtendedCodetext(); -
+string codetext = textBuilder.GetExtendedCodetext();
+ //generate using(BarcodeGenerator generator = new BarcodeGenerator(EncodeTypes.MaxiCode, codetext)) { diff --git a/english/cpp/aspose.barcode.generation/maxicodeextcodetextbuilder/getextendedcodetext/_index.md b/english/cpp/aspose.barcode.generation/maxicodeextcodetextbuilder/getextendedcodetext/_index.md index 4910dacea..6dd6c091e 100644 --- a/english/cpp/aspose.barcode.generation/maxicodeextcodetextbuilder/getextendedcodetext/_index.md +++ b/english/cpp/aspose.barcode.generation/maxicodeextcodetextbuilder/getextendedcodetext/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::MaxiCodeExtCodetextBuilder::GetExtendedCodetext method linktitle: GetExtendedCodetext second_title: Aspose.BarCode for C++ API Reference -description: ' method. Generates Extended codetext from the extended codetext list in C++.' +description: 'Aspose::BarCode::Generation::MaxiCodeExtCodetextBuilder::GetExtendedCodetext method. Generates Extended codetext from the extended codetext list in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/maxicodeextcodetextbuilder/getextendedcodetext/ diff --git a/english/cpp/aspose.barcode.generation/maxicodemode/_index.md b/english/cpp/aspose.barcode.generation/maxicodemode/_index.md index eab08f1fe..569e3d6f9 100644 --- a/english/cpp/aspose.barcode.generation/maxicodemode/_index.md +++ b/english/cpp/aspose.barcode.generation/maxicodemode/_index.md @@ -1,8 +1,8 @@ --- -title: enum +title: Aspose::BarCode::Generation::MaxiCodeMode enum linktitle: MaxiCodeMode second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Encoding mode for MaxiCode barcodes in C++.' +description: 'Aspose::BarCode::Generation::MaxiCodeMode enum. Encoding mode for MaxiCode barcodes in C++.' type: docs weight: 7000 url: /cpp/aspose.barcode.generation/maxicodemode/ diff --git a/english/cpp/aspose.barcode.generation/maxicodeparameters/_index.md b/english/cpp/aspose.barcode.generation/maxicodeparameters/_index.md index d37dbce91..60c680b2c 100644 --- a/english/cpp/aspose.barcode.generation/maxicodeparameters/_index.md +++ b/english/cpp/aspose.barcode.generation/maxicodeparameters/_index.md @@ -23,21 +23,13 @@ class MaxiCodeParameters : public System::Object | [get_AspectRatio](./get_aspectratio/)() | Height/Width ratio of 2D [BarCode](../../aspose.barcode/) module. | | [get_ECIEncoding](./get_eciencoding/)() const | Gets ECI encoding. Used when MaxiCodeEncodeMode is Auto. Default value: ISO-8859-1 | | [get_EncodeMode](./get_encodemode/)() const | Gets a MaxiCode encode mode. Default value: Auto. | -| [get_MaxiCodeEncodeMode](./get_maxicodeencodemode/)() | Gets a MaxiCode encode mode. Default value: Auto. | -| [get_MaxiCodeMode](./get_maxicodemode/)() | Gets a MaxiCode encode mode. | -| [get_MaxiCodeStructuredAppendModeBarcodeId](./get_maxicodestructuredappendmodebarcodeid/)() | Gets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 | -| [get_MaxiCodeStructuredAppendModeBarcodesCount](./get_maxicodestructuredappendmodebarcodescount/)() | Gets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1 | | [get_Mode](./get_mode/)() const | Gets a MaxiCode encode mode. | | [get_StructuredAppendModeBarcodeId](./get_structuredappendmodebarcodeid/)() const | Gets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 | | [get_StructuredAppendModeBarcodesCount](./get_structuredappendmodebarcodescount/)() const | Gets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1 | | [set_AspectRatio](./set_aspectratio/)(float) | Height/Width ratio of 2D [BarCode](../../aspose.barcode/) module. | | [set_ECIEncoding](./set_eciencoding/)(ECIEncodings) | Sets ECI encoding. Used when MaxiCodeEncodeMode is Auto. Default value: ISO-8859-1 | -| [set_EncodeMode](./set_encodemode/)(Aspose::BarCode::Generation::MaxiCodeEncodeMode) | Sets a MaxiCode encode mode. Default value: Auto. | -| [set_MaxiCodeEncodeMode](./set_maxicodeencodemode/)(Aspose::BarCode::Generation::MaxiCodeEncodeMode) | Sets a MaxiCode encode mode. Default value: Auto. | -| [set_MaxiCodeMode](./set_maxicodemode/)(Aspose::BarCode::Generation::MaxiCodeMode) | Sets a MaxiCode encode mode. | -| [set_MaxiCodeStructuredAppendModeBarcodeId](./set_maxicodestructuredappendmodebarcodeid/)(int32_t) | Sets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 | -| [set_MaxiCodeStructuredAppendModeBarcodesCount](./set_maxicodestructuredappendmodebarcodescount/)(int32_t) | Sets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1 | -| [set_Mode](./set_mode/)(Aspose::BarCode::Generation::MaxiCodeMode) | Sets a MaxiCode encode mode. | +| [set_EncodeMode](./set_encodemode/)(MaxiCodeEncodeMode) | Sets a MaxiCode encode mode. Default value: Auto. | +| [set_Mode](./set_mode/)(MaxiCodeMode) | Sets a MaxiCode encode mode. | | [set_StructuredAppendModeBarcodeId](./set_structuredappendmodebarcodeid/)(int32_t) | Sets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 | | [set_StructuredAppendModeBarcodesCount](./set_structuredappendmodebarcodescount/)(int32_t) | Sets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1 | | [ToString](./tostring/)() const override | Returns a human-readable string representation of this [MaxiCodeParameters](./). | diff --git a/english/cpp/aspose.barcode.generation/maxicodeparameters/get_aspectratio/_index.md b/english/cpp/aspose.barcode.generation/maxicodeparameters/get_aspectratio/_index.md index 1e1a1bf79..90982ac7b 100644 --- a/english/cpp/aspose.barcode.generation/maxicodeparameters/get_aspectratio/_index.md +++ b/english/cpp/aspose.barcode.generation/maxicodeparameters/get_aspectratio/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::MaxiCodeParameters::get_AspectRatio method linktitle: get_AspectRatio second_title: Aspose.BarCode for C++ API Reference -description: ' method. Height/Width ratio of 2D BarCode module in C++.' +description: 'Aspose::BarCode::Generation::MaxiCodeParameters::get_AspectRatio method. Height/Width ratio of 2D BarCode module in C++.' type: docs -weight: 1900 +weight: 1100 url: /cpp/aspose.barcode.generation/maxicodeparameters/get_aspectratio/ --- ## MaxiCodeParameters::get_AspectRatio method diff --git a/english/cpp/aspose.barcode.generation/maxicodeparameters/get_eciencoding/_index.md b/english/cpp/aspose.barcode.generation/maxicodeparameters/get_eciencoding/_index.md index fe3c97cd7..b7986fb6d 100644 --- a/english/cpp/aspose.barcode.generation/maxicodeparameters/get_eciencoding/_index.md +++ b/english/cpp/aspose.barcode.generation/maxicodeparameters/get_eciencoding/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::MaxiCodeParameters::get_ECIEncoding method linktitle: get_ECIEncoding second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets ECI encoding. Used when MaxiCodeEncodeMode is Auto. Default value: ISO-8859-1 in C++.' +description: 'Aspose::BarCode::Generation::MaxiCodeParameters::get_ECIEncoding method. Gets ECI encoding. Used when MaxiCodeEncodeMode is Auto. Default value: ISO-8859-1 in C++.' type: docs -weight: 900 +weight: 500 url: /cpp/aspose.barcode.generation/maxicodeparameters/get_eciencoding/ --- ## MaxiCodeParameters::get_ECIEncoding method diff --git a/english/cpp/aspose.barcode.generation/maxicodeparameters/get_encodemode/_index.md b/english/cpp/aspose.barcode.generation/maxicodeparameters/get_encodemode/_index.md index 7ad01c94e..0b844ccae 100644 --- a/english/cpp/aspose.barcode.generation/maxicodeparameters/get_encodemode/_index.md +++ b/english/cpp/aspose.barcode.generation/maxicodeparameters/get_encodemode/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::MaxiCodeParameters::get_EncodeMode method linktitle: get_EncodeMode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a MaxiCode encode mode. Default value: Auto in C++.' +description: 'Aspose::BarCode::Generation::MaxiCodeParameters::get_EncodeMode method. Gets a MaxiCode encode mode. Default value: Auto in C++.' type: docs -weight: 500 +weight: 300 url: /cpp/aspose.barcode.generation/maxicodeparameters/get_encodemode/ --- ## MaxiCodeParameters::get_EncodeMode method @@ -13,7 +13,7 @@ url: /cpp/aspose.barcode.generation/maxicodeparameters/get_encodemode/ Gets a MaxiCode encode mode. Default value: Auto. ```cpp -Aspose::BarCode::Generation::MaxiCodeEncodeMode Aspose::BarCode::Generation::MaxiCodeParameters::get_EncodeMode() const +MaxiCodeEncodeMode Aspose::BarCode::Generation::MaxiCodeParameters::get_EncodeMode() const ``` ## See Also diff --git a/english/cpp/aspose.barcode.generation/maxicodeparameters/get_maxicodeencodemode/_index.md b/english/cpp/aspose.barcode.generation/maxicodeparameters/get_maxicodeencodemode/_index.md deleted file mode 100644 index 2e1c623fc..000000000 --- a/english/cpp/aspose.barcode.generation/maxicodeparameters/get_maxicodeencodemode/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: get_MaxiCodeEncodeMode -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a MaxiCode encode mode. Default value: Auto in C++.' -type: docs -weight: 700 -url: /cpp/aspose.barcode.generation/maxicodeparameters/get_maxicodeencodemode/ ---- -## MaxiCodeParameters::get_MaxiCodeEncodeMode method - - -Gets a MaxiCode encode mode. Default value: Auto. - -```cpp -Aspose::BarCode::Generation::MaxiCodeEncodeMode Aspose::BarCode::Generation::MaxiCodeParameters::get_MaxiCodeEncodeMode() -``` - - -## See Also - -* Enum [MaxiCodeEncodeMode](../../maxicodeencodemode/) -* Class [MaxiCodeParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/maxicodeparameters/get_maxicodemode/_index.md b/english/cpp/aspose.barcode.generation/maxicodeparameters/get_maxicodemode/_index.md deleted file mode 100644 index 5d8fe1b8e..000000000 --- a/english/cpp/aspose.barcode.generation/maxicodeparameters/get_maxicodemode/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: get_MaxiCodeMode -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a MaxiCode encode mode in C++.' -type: docs -weight: 300 -url: /cpp/aspose.barcode.generation/maxicodeparameters/get_maxicodemode/ ---- -## MaxiCodeParameters::get_MaxiCodeMode method - - -Gets a MaxiCode encode mode. - -```cpp -Aspose::BarCode::Generation::MaxiCodeMode Aspose::BarCode::Generation::MaxiCodeParameters::get_MaxiCodeMode() -``` - - -## See Also - -* Enum [MaxiCodeMode](../../maxicodemode/) -* Class [MaxiCodeParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/maxicodeparameters/get_maxicodestructuredappendmodebarcodeid/_index.md b/english/cpp/aspose.barcode.generation/maxicodeparameters/get_maxicodestructuredappendmodebarcodeid/_index.md deleted file mode 100644 index 502ee69e5..000000000 --- a/english/cpp/aspose.barcode.generation/maxicodeparameters/get_maxicodestructuredappendmodebarcodeid/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: get_MaxiCodeStructuredAppendModeBarcodeId -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 in C++.' -type: docs -weight: 1300 -url: /cpp/aspose.barcode.generation/maxicodeparameters/get_maxicodestructuredappendmodebarcodeid/ ---- -## MaxiCodeParameters::get_MaxiCodeStructuredAppendModeBarcodeId method - - -Gets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 - -```cpp -int32_t Aspose::BarCode::Generation::MaxiCodeParameters::get_MaxiCodeStructuredAppendModeBarcodeId() -``` - - -## See Also - -* Class [MaxiCodeParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/maxicodeparameters/get_maxicodestructuredappendmodebarcodescount/_index.md b/english/cpp/aspose.barcode.generation/maxicodeparameters/get_maxicodestructuredappendmodebarcodescount/_index.md deleted file mode 100644 index fded16555..000000000 --- a/english/cpp/aspose.barcode.generation/maxicodeparameters/get_maxicodestructuredappendmodebarcodescount/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: get_MaxiCodeStructuredAppendModeBarcodesCount -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1 in C++.' -type: docs -weight: 1700 -url: /cpp/aspose.barcode.generation/maxicodeparameters/get_maxicodestructuredappendmodebarcodescount/ ---- -## MaxiCodeParameters::get_MaxiCodeStructuredAppendModeBarcodesCount method - - -Gets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1 - -```cpp -int32_t Aspose::BarCode::Generation::MaxiCodeParameters::get_MaxiCodeStructuredAppendModeBarcodesCount() -``` - - -## See Also - -* Class [MaxiCodeParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/maxicodeparameters/get_mode/_index.md b/english/cpp/aspose.barcode.generation/maxicodeparameters/get_mode/_index.md index 399edb313..d231fafd7 100644 --- a/english/cpp/aspose.barcode.generation/maxicodeparameters/get_mode/_index.md +++ b/english/cpp/aspose.barcode.generation/maxicodeparameters/get_mode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::MaxiCodeParameters::get_Mode method linktitle: get_Mode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a MaxiCode encode mode in C++.' +description: 'Aspose::BarCode::Generation::MaxiCodeParameters::get_Mode method. Gets a MaxiCode encode mode in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/maxicodeparameters/get_mode/ @@ -13,7 +13,7 @@ url: /cpp/aspose.barcode.generation/maxicodeparameters/get_mode/ Gets a MaxiCode encode mode. ```cpp -Aspose::BarCode::Generation::MaxiCodeMode Aspose::BarCode::Generation::MaxiCodeParameters::get_Mode() const +MaxiCodeMode Aspose::BarCode::Generation::MaxiCodeParameters::get_Mode() const ``` ## See Also diff --git a/english/cpp/aspose.barcode.generation/maxicodeparameters/get_structuredappendmodebarcodeid/_index.md b/english/cpp/aspose.barcode.generation/maxicodeparameters/get_structuredappendmodebarcodeid/_index.md index 2cb8b62f5..a9690ae26 100644 --- a/english/cpp/aspose.barcode.generation/maxicodeparameters/get_structuredappendmodebarcodeid/_index.md +++ b/english/cpp/aspose.barcode.generation/maxicodeparameters/get_structuredappendmodebarcodeid/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::MaxiCodeParameters::get_StructuredAppendModeBarcodeId method linktitle: get_StructuredAppendModeBarcodeId second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 in C++.' +description: 'Aspose::BarCode::Generation::MaxiCodeParameters::get_StructuredAppendModeBarcodeId method. Gets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 in C++.' type: docs -weight: 1100 +weight: 700 url: /cpp/aspose.barcode.generation/maxicodeparameters/get_structuredappendmodebarcodeid/ --- ## MaxiCodeParameters::get_StructuredAppendModeBarcodeId method diff --git a/english/cpp/aspose.barcode.generation/maxicodeparameters/get_structuredappendmodebarcodescount/_index.md b/english/cpp/aspose.barcode.generation/maxicodeparameters/get_structuredappendmodebarcodescount/_index.md index d8598b2a8..b46a37d86 100644 --- a/english/cpp/aspose.barcode.generation/maxicodeparameters/get_structuredappendmodebarcodescount/_index.md +++ b/english/cpp/aspose.barcode.generation/maxicodeparameters/get_structuredappendmodebarcodescount/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::MaxiCodeParameters::get_StructuredAppendModeBarcodesCount method linktitle: get_StructuredAppendModeBarcodesCount second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1 in C++.' +description: 'Aspose::BarCode::Generation::MaxiCodeParameters::get_StructuredAppendModeBarcodesCount method. Gets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1 in C++.' type: docs -weight: 1500 +weight: 900 url: /cpp/aspose.barcode.generation/maxicodeparameters/get_structuredappendmodebarcodescount/ --- ## MaxiCodeParameters::get_StructuredAppendModeBarcodesCount method diff --git a/english/cpp/aspose.barcode.generation/maxicodeparameters/set_aspectratio/_index.md b/english/cpp/aspose.barcode.generation/maxicodeparameters/set_aspectratio/_index.md index 9d72c8371..41e869de9 100644 --- a/english/cpp/aspose.barcode.generation/maxicodeparameters/set_aspectratio/_index.md +++ b/english/cpp/aspose.barcode.generation/maxicodeparameters/set_aspectratio/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::MaxiCodeParameters::set_AspectRatio method linktitle: set_AspectRatio second_title: Aspose.BarCode for C++ API Reference -description: ' method. Height/Width ratio of 2D BarCode module in C++.' +description: 'Aspose::BarCode::Generation::MaxiCodeParameters::set_AspectRatio method. Height/Width ratio of 2D BarCode module in C++.' type: docs -weight: 2000 +weight: 1200 url: /cpp/aspose.barcode.generation/maxicodeparameters/set_aspectratio/ --- ## MaxiCodeParameters::set_AspectRatio method diff --git a/english/cpp/aspose.barcode.generation/maxicodeparameters/set_eciencoding/_index.md b/english/cpp/aspose.barcode.generation/maxicodeparameters/set_eciencoding/_index.md index d5c5b52d1..afdf8857a 100644 --- a/english/cpp/aspose.barcode.generation/maxicodeparameters/set_eciencoding/_index.md +++ b/english/cpp/aspose.barcode.generation/maxicodeparameters/set_eciencoding/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::MaxiCodeParameters::set_ECIEncoding method linktitle: set_ECIEncoding second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets ECI encoding. Used when MaxiCodeEncodeMode is Auto. Default value: ISO-8859-1 in C++.' +description: 'Aspose::BarCode::Generation::MaxiCodeParameters::set_ECIEncoding method. Sets ECI encoding. Used when MaxiCodeEncodeMode is Auto. Default value: ISO-8859-1 in C++.' type: docs -weight: 1000 +weight: 600 url: /cpp/aspose.barcode.generation/maxicodeparameters/set_eciencoding/ --- ## MaxiCodeParameters::set_ECIEncoding method diff --git a/english/cpp/aspose.barcode.generation/maxicodeparameters/set_encodemode/_index.md b/english/cpp/aspose.barcode.generation/maxicodeparameters/set_encodemode/_index.md index 13e0a5d59..8bba21aa8 100644 --- a/english/cpp/aspose.barcode.generation/maxicodeparameters/set_encodemode/_index.md +++ b/english/cpp/aspose.barcode.generation/maxicodeparameters/set_encodemode/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::MaxiCodeParameters::set_EncodeMode method linktitle: set_EncodeMode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets a MaxiCode encode mode. Default value: Auto in C++.' +description: 'Aspose::BarCode::Generation::MaxiCodeParameters::set_EncodeMode method. Sets a MaxiCode encode mode. Default value: Auto in C++.' type: docs -weight: 600 +weight: 400 url: /cpp/aspose.barcode.generation/maxicodeparameters/set_encodemode/ --- ## MaxiCodeParameters::set_EncodeMode method @@ -13,7 +13,7 @@ url: /cpp/aspose.barcode.generation/maxicodeparameters/set_encodemode/ Sets a MaxiCode encode mode. Default value: Auto. ```cpp -void Aspose::BarCode::Generation::MaxiCodeParameters::set_EncodeMode(Aspose::BarCode::Generation::MaxiCodeEncodeMode value) +void Aspose::BarCode::Generation::MaxiCodeParameters::set_EncodeMode(MaxiCodeEncodeMode value) ``` ## See Also diff --git a/english/cpp/aspose.barcode.generation/maxicodeparameters/set_maxicodeencodemode/_index.md b/english/cpp/aspose.barcode.generation/maxicodeparameters/set_maxicodeencodemode/_index.md deleted file mode 100644 index 399784fa9..000000000 --- a/english/cpp/aspose.barcode.generation/maxicodeparameters/set_maxicodeencodemode/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: set_MaxiCodeEncodeMode -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets a MaxiCode encode mode. Default value: Auto in C++.' -type: docs -weight: 800 -url: /cpp/aspose.barcode.generation/maxicodeparameters/set_maxicodeencodemode/ ---- -## MaxiCodeParameters::set_MaxiCodeEncodeMode method - - -Sets a MaxiCode encode mode. Default value: Auto. - -```cpp -void Aspose::BarCode::Generation::MaxiCodeParameters::set_MaxiCodeEncodeMode(Aspose::BarCode::Generation::MaxiCodeEncodeMode value) -``` - - -## See Also - -* Enum [MaxiCodeEncodeMode](../../maxicodeencodemode/) -* Class [MaxiCodeParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/maxicodeparameters/set_maxicodemode/_index.md b/english/cpp/aspose.barcode.generation/maxicodeparameters/set_maxicodemode/_index.md deleted file mode 100644 index 7fa8e3e46..000000000 --- a/english/cpp/aspose.barcode.generation/maxicodeparameters/set_maxicodemode/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: set_MaxiCodeMode -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets a MaxiCode encode mode in C++.' -type: docs -weight: 400 -url: /cpp/aspose.barcode.generation/maxicodeparameters/set_maxicodemode/ ---- -## MaxiCodeParameters::set_MaxiCodeMode method - - -Sets a MaxiCode encode mode. - -```cpp -void Aspose::BarCode::Generation::MaxiCodeParameters::set_MaxiCodeMode(Aspose::BarCode::Generation::MaxiCodeMode value) -``` - - -## See Also - -* Enum [MaxiCodeMode](../../maxicodemode/) -* Class [MaxiCodeParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/maxicodeparameters/set_maxicodestructuredappendmodebarcodeid/_index.md b/english/cpp/aspose.barcode.generation/maxicodeparameters/set_maxicodestructuredappendmodebarcodeid/_index.md deleted file mode 100644 index 73def82a4..000000000 --- a/english/cpp/aspose.barcode.generation/maxicodeparameters/set_maxicodestructuredappendmodebarcodeid/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: set_MaxiCodeStructuredAppendModeBarcodeId -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 in C++.' -type: docs -weight: 1400 -url: /cpp/aspose.barcode.generation/maxicodeparameters/set_maxicodestructuredappendmodebarcodeid/ ---- -## MaxiCodeParameters::set_MaxiCodeStructuredAppendModeBarcodeId method - - -Sets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 - -```cpp -void Aspose::BarCode::Generation::MaxiCodeParameters::set_MaxiCodeStructuredAppendModeBarcodeId(int32_t value) -``` - - -## See Also - -* Class [MaxiCodeParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/maxicodeparameters/set_maxicodestructuredappendmodebarcodescount/_index.md b/english/cpp/aspose.barcode.generation/maxicodeparameters/set_maxicodestructuredappendmodebarcodescount/_index.md deleted file mode 100644 index 719dfe410..000000000 --- a/english/cpp/aspose.barcode.generation/maxicodeparameters/set_maxicodestructuredappendmodebarcodescount/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: set_MaxiCodeStructuredAppendModeBarcodesCount -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1 in C++.' -type: docs -weight: 1800 -url: /cpp/aspose.barcode.generation/maxicodeparameters/set_maxicodestructuredappendmodebarcodescount/ ---- -## MaxiCodeParameters::set_MaxiCodeStructuredAppendModeBarcodesCount method - - -Sets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1 - -```cpp -void Aspose::BarCode::Generation::MaxiCodeParameters::set_MaxiCodeStructuredAppendModeBarcodesCount(int32_t value) -``` - - -## See Also - -* Class [MaxiCodeParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/maxicodeparameters/set_mode/_index.md b/english/cpp/aspose.barcode.generation/maxicodeparameters/set_mode/_index.md index c2e6d16ec..ed0baee37 100644 --- a/english/cpp/aspose.barcode.generation/maxicodeparameters/set_mode/_index.md +++ b/english/cpp/aspose.barcode.generation/maxicodeparameters/set_mode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::MaxiCodeParameters::set_Mode method linktitle: set_Mode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets a MaxiCode encode mode in C++.' +description: 'Aspose::BarCode::Generation::MaxiCodeParameters::set_Mode method. Sets a MaxiCode encode mode in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/maxicodeparameters/set_mode/ @@ -13,7 +13,7 @@ url: /cpp/aspose.barcode.generation/maxicodeparameters/set_mode/ Sets a MaxiCode encode mode. ```cpp -void Aspose::BarCode::Generation::MaxiCodeParameters::set_Mode(Aspose::BarCode::Generation::MaxiCodeMode value) +void Aspose::BarCode::Generation::MaxiCodeParameters::set_Mode(MaxiCodeMode value) ``` ## See Also diff --git a/english/cpp/aspose.barcode.generation/maxicodeparameters/set_structuredappendmodebarcodeid/_index.md b/english/cpp/aspose.barcode.generation/maxicodeparameters/set_structuredappendmodebarcodeid/_index.md index fa475e8de..0dbacb5d0 100644 --- a/english/cpp/aspose.barcode.generation/maxicodeparameters/set_structuredappendmodebarcodeid/_index.md +++ b/english/cpp/aspose.barcode.generation/maxicodeparameters/set_structuredappendmodebarcodeid/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::MaxiCodeParameters::set_StructuredAppendModeBarcodeId method linktitle: set_StructuredAppendModeBarcodeId second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 in C++.' +description: 'Aspose::BarCode::Generation::MaxiCodeParameters::set_StructuredAppendModeBarcodeId method. Sets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 in C++.' type: docs -weight: 1200 +weight: 800 url: /cpp/aspose.barcode.generation/maxicodeparameters/set_structuredappendmodebarcodeid/ --- ## MaxiCodeParameters::set_StructuredAppendModeBarcodeId method diff --git a/english/cpp/aspose.barcode.generation/maxicodeparameters/set_structuredappendmodebarcodescount/_index.md b/english/cpp/aspose.barcode.generation/maxicodeparameters/set_structuredappendmodebarcodescount/_index.md index 1effa0b1c..3f106300f 100644 --- a/english/cpp/aspose.barcode.generation/maxicodeparameters/set_structuredappendmodebarcodescount/_index.md +++ b/english/cpp/aspose.barcode.generation/maxicodeparameters/set_structuredappendmodebarcodescount/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::MaxiCodeParameters::set_StructuredAppendModeBarcodesCount method linktitle: set_StructuredAppendModeBarcodesCount second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1 in C++.' +description: 'Aspose::BarCode::Generation::MaxiCodeParameters::set_StructuredAppendModeBarcodesCount method. Sets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1 in C++.' type: docs -weight: 1600 +weight: 1000 url: /cpp/aspose.barcode.generation/maxicodeparameters/set_structuredappendmodebarcodescount/ --- ## MaxiCodeParameters::set_StructuredAppendModeBarcodesCount method diff --git a/english/cpp/aspose.barcode.generation/maxicodeparameters/tostring/_index.md b/english/cpp/aspose.barcode.generation/maxicodeparameters/tostring/_index.md index 65fd3eb45..2e32678b9 100644 --- a/english/cpp/aspose.barcode.generation/maxicodeparameters/tostring/_index.md +++ b/english/cpp/aspose.barcode.generation/maxicodeparameters/tostring/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::MaxiCodeParameters::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this MaxiCodeParameters in C++.' +description: 'Aspose::BarCode::Generation::MaxiCodeParameters::ToString method. Returns a human-readable string representation of this MaxiCodeParameters in C++.' type: docs -weight: 2100 +weight: 1300 url: /cpp/aspose.barcode.generation/maxicodeparameters/tostring/ --- ## MaxiCodeParameters::ToString method diff --git a/english/cpp/aspose.barcode.generation/microqrversion/_index.md b/english/cpp/aspose.barcode.generation/microqrversion/_index.md index f095e796a..48d74b1c8 100644 --- a/english/cpp/aspose.barcode.generation/microqrversion/_index.md +++ b/english/cpp/aspose.barcode.generation/microqrversion/_index.md @@ -1,8 +1,8 @@ --- -title: enum +title: Aspose::BarCode::Generation::MicroQRVersion enum linktitle: MicroQRVersion second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Version of MicroQR Code. From M1 to M4 in C++.' +description: 'Aspose::BarCode::Generation::MicroQRVersion enum. Version of MicroQR Code. From M1 to M4 in C++.' type: docs weight: 7100 url: /cpp/aspose.barcode.generation/microqrversion/ diff --git a/english/cpp/aspose.barcode.generation/padding/get_bottom/_index.md b/english/cpp/aspose.barcode.generation/padding/get_bottom/_index.md index c9d1c1f57..0988ff241 100644 --- a/english/cpp/aspose.barcode.generation/padding/get_bottom/_index.md +++ b/english/cpp/aspose.barcode.generation/padding/get_bottom/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::Padding::get_Bottom method linktitle: get_Bottom second_title: Aspose.BarCode for C++ API Reference -description: ' method. Bottom padding in C++.' +description: 'Aspose::BarCode::Generation::Padding::get_Bottom method. Bottom padding in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.generation/padding/get_bottom/ diff --git a/english/cpp/aspose.barcode.generation/padding/get_left/_index.md b/english/cpp/aspose.barcode.generation/padding/get_left/_index.md index a05d5bf13..c44a80f5f 100644 --- a/english/cpp/aspose.barcode.generation/padding/get_left/_index.md +++ b/english/cpp/aspose.barcode.generation/padding/get_left/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::Padding::get_Left method linktitle: get_Left second_title: Aspose.BarCode for C++ API Reference -description: ' method. Left padding in C++.' +description: 'Aspose::BarCode::Generation::Padding::get_Left method. Left padding in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.generation/padding/get_left/ diff --git a/english/cpp/aspose.barcode.generation/padding/get_right/_index.md b/english/cpp/aspose.barcode.generation/padding/get_right/_index.md index babd3797c..d98cc7efc 100644 --- a/english/cpp/aspose.barcode.generation/padding/get_right/_index.md +++ b/english/cpp/aspose.barcode.generation/padding/get_right/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::Padding::get_Right method linktitle: get_Right second_title: Aspose.BarCode for C++ API Reference -description: ' method. Right padding in C++.' +description: 'Aspose::BarCode::Generation::Padding::get_Right method. Right padding in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.generation/padding/get_right/ diff --git a/english/cpp/aspose.barcode.generation/padding/get_top/_index.md b/english/cpp/aspose.barcode.generation/padding/get_top/_index.md index ccb9c46c4..fe9b3a1ac 100644 --- a/english/cpp/aspose.barcode.generation/padding/get_top/_index.md +++ b/english/cpp/aspose.barcode.generation/padding/get_top/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::Padding::get_Top method linktitle: get_Top second_title: Aspose.BarCode for C++ API Reference -description: ' method. Top padding in C++.' +description: 'Aspose::BarCode::Generation::Padding::get_Top method. Top padding in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/padding/get_top/ diff --git a/english/cpp/aspose.barcode.generation/padding/set_bottom/_index.md b/english/cpp/aspose.barcode.generation/padding/set_bottom/_index.md index 2a2a73fe5..2d7e16b24 100644 --- a/english/cpp/aspose.barcode.generation/padding/set_bottom/_index.md +++ b/english/cpp/aspose.barcode.generation/padding/set_bottom/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::Padding::set_Bottom method linktitle: set_Bottom second_title: Aspose.BarCode for C++ API Reference -description: ' method. Bottom padding in C++.' +description: 'Aspose::BarCode::Generation::Padding::set_Bottom method. Bottom padding in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.generation/padding/set_bottom/ diff --git a/english/cpp/aspose.barcode.generation/padding/set_left/_index.md b/english/cpp/aspose.barcode.generation/padding/set_left/_index.md index 0ee22ecbb..64f1d8a29 100644 --- a/english/cpp/aspose.barcode.generation/padding/set_left/_index.md +++ b/english/cpp/aspose.barcode.generation/padding/set_left/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::Padding::set_Left method linktitle: set_Left second_title: Aspose.BarCode for C++ API Reference -description: ' method. Left padding in C++.' +description: 'Aspose::BarCode::Generation::Padding::set_Left method. Left padding in C++.' type: docs weight: 800 url: /cpp/aspose.barcode.generation/padding/set_left/ diff --git a/english/cpp/aspose.barcode.generation/padding/set_right/_index.md b/english/cpp/aspose.barcode.generation/padding/set_right/_index.md index c4a23391c..f3d6e0746 100644 --- a/english/cpp/aspose.barcode.generation/padding/set_right/_index.md +++ b/english/cpp/aspose.barcode.generation/padding/set_right/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::Padding::set_Right method linktitle: set_Right second_title: Aspose.BarCode for C++ API Reference -description: ' method. Right padding in C++.' +description: 'Aspose::BarCode::Generation::Padding::set_Right method. Right padding in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.generation/padding/set_right/ diff --git a/english/cpp/aspose.barcode.generation/padding/set_top/_index.md b/english/cpp/aspose.barcode.generation/padding/set_top/_index.md index 56269adb8..3cb1dec51 100644 --- a/english/cpp/aspose.barcode.generation/padding/set_top/_index.md +++ b/english/cpp/aspose.barcode.generation/padding/set_top/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::Padding::set_Top method linktitle: set_Top second_title: Aspose.BarCode for C++ API Reference -description: ' method. Top padding in C++.' +description: 'Aspose::BarCode::Generation::Padding::set_Top method. Top padding in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/padding/set_top/ diff --git a/english/cpp/aspose.barcode.generation/padding/tostring/_index.md b/english/cpp/aspose.barcode.generation/padding/tostring/_index.md index a5bdee78d..a92113a30 100644 --- a/english/cpp/aspose.barcode.generation/padding/tostring/_index.md +++ b/english/cpp/aspose.barcode.generation/padding/tostring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::Padding::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this Padding in C++.' +description: 'Aspose::BarCode::Generation::Padding::ToString method. Returns a human-readable string representation of this Padding in C++.' type: docs weight: 900 url: /cpp/aspose.barcode.generation/padding/tostring/ diff --git a/english/cpp/aspose.barcode.generation/patchcodeparameters/get_extrabarcodetext/_index.md b/english/cpp/aspose.barcode.generation/patchcodeparameters/get_extrabarcodetext/_index.md index b9011631a..4a83128c7 100644 --- a/english/cpp/aspose.barcode.generation/patchcodeparameters/get_extrabarcodetext/_index.md +++ b/english/cpp/aspose.barcode.generation/patchcodeparameters/get_extrabarcodetext/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::PatchCodeParameters::get_ExtraBarcodeText method linktitle: get_ExtraBarcodeText second_title: Aspose.BarCode for C++ API Reference -description: ' method. Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode in C++.' +description: 'Aspose::BarCode::Generation::PatchCodeParameters::get_ExtraBarcodeText method. Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/patchcodeparameters/get_extrabarcodetext/ diff --git a/english/cpp/aspose.barcode.generation/patchcodeparameters/get_format/_index.md b/english/cpp/aspose.barcode.generation/patchcodeparameters/get_format/_index.md index 5d0b3f9ca..2c845ef38 100644 --- a/english/cpp/aspose.barcode.generation/patchcodeparameters/get_format/_index.md +++ b/english/cpp/aspose.barcode.generation/patchcodeparameters/get_format/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::PatchCodeParameters::get_Format method linktitle: get_Format second_title: Aspose.BarCode for C++ API Reference -description: ' method. PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly in C++.' +description: 'Aspose::BarCode::Generation::PatchCodeParameters::get_Format method. PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.generation/patchcodeparameters/get_format/ diff --git a/english/cpp/aspose.barcode.generation/patchcodeparameters/get_patchformat/_index.md b/english/cpp/aspose.barcode.generation/patchcodeparameters/get_patchformat/_index.md index a35add502..e4c3348b2 100644 --- a/english/cpp/aspose.barcode.generation/patchcodeparameters/get_patchformat/_index.md +++ b/english/cpp/aspose.barcode.generation/patchcodeparameters/get_patchformat/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::PatchCodeParameters::get_PatchFormat method linktitle: get_PatchFormat second_title: Aspose.BarCode for C++ API Reference -description: ' method. PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly in C++.' +description: 'Aspose::BarCode::Generation::PatchCodeParameters::get_PatchFormat method. PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.generation/patchcodeparameters/get_patchformat/ diff --git a/english/cpp/aspose.barcode.generation/patchcodeparameters/set_extrabarcodetext/_index.md b/english/cpp/aspose.barcode.generation/patchcodeparameters/set_extrabarcodetext/_index.md index 689875073..45969984f 100644 --- a/english/cpp/aspose.barcode.generation/patchcodeparameters/set_extrabarcodetext/_index.md +++ b/english/cpp/aspose.barcode.generation/patchcodeparameters/set_extrabarcodetext/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::PatchCodeParameters::set_ExtraBarcodeText method linktitle: set_ExtraBarcodeText second_title: Aspose.BarCode for C++ API Reference -description: ' method. Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode in C++.' +description: 'Aspose::BarCode::Generation::PatchCodeParameters::set_ExtraBarcodeText method. Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/patchcodeparameters/set_extrabarcodetext/ diff --git a/english/cpp/aspose.barcode.generation/patchcodeparameters/set_format/_index.md b/english/cpp/aspose.barcode.generation/patchcodeparameters/set_format/_index.md index 1dc64becc..fa671eb0e 100644 --- a/english/cpp/aspose.barcode.generation/patchcodeparameters/set_format/_index.md +++ b/english/cpp/aspose.barcode.generation/patchcodeparameters/set_format/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::PatchCodeParameters::set_Format method linktitle: set_Format second_title: Aspose.BarCode for C++ API Reference -description: ' method. PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly in C++.' +description: 'Aspose::BarCode::Generation::PatchCodeParameters::set_Format method. PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.generation/patchcodeparameters/set_format/ diff --git a/english/cpp/aspose.barcode.generation/patchcodeparameters/set_patchformat/_index.md b/english/cpp/aspose.barcode.generation/patchcodeparameters/set_patchformat/_index.md index 86fb4b2e9..5b22e3d9a 100644 --- a/english/cpp/aspose.barcode.generation/patchcodeparameters/set_patchformat/_index.md +++ b/english/cpp/aspose.barcode.generation/patchcodeparameters/set_patchformat/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::PatchCodeParameters::set_PatchFormat method linktitle: set_PatchFormat second_title: Aspose.BarCode for C++ API Reference -description: ' method. PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly in C++.' +description: 'Aspose::BarCode::Generation::PatchCodeParameters::set_PatchFormat method. PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.generation/patchcodeparameters/set_patchformat/ diff --git a/english/cpp/aspose.barcode.generation/patchcodeparameters/tostring/_index.md b/english/cpp/aspose.barcode.generation/patchcodeparameters/tostring/_index.md index 1078c2b25..5862fdfa5 100644 --- a/english/cpp/aspose.barcode.generation/patchcodeparameters/tostring/_index.md +++ b/english/cpp/aspose.barcode.generation/patchcodeparameters/tostring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::PatchCodeParameters::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this PatchCodeParameters in C++.' +description: 'Aspose::BarCode::Generation::PatchCodeParameters::ToString method. Returns a human-readable string representation of this PatchCodeParameters in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.generation/patchcodeparameters/tostring/ diff --git a/english/cpp/aspose.barcode.generation/patchformat/_index.md b/english/cpp/aspose.barcode.generation/patchformat/_index.md index 656b7a3ce..206076ea3 100644 --- a/english/cpp/aspose.barcode.generation/patchformat/_index.md +++ b/english/cpp/aspose.barcode.generation/patchformat/_index.md @@ -1,8 +1,8 @@ --- -title: enum +title: Aspose::BarCode::Generation::PatchFormat enum linktitle: PatchFormat second_title: Aspose.BarCode for C++ API Reference -description: ' enum. PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders in C++.' +description: 'Aspose::BarCode::Generation::PatchFormat enum. PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders in C++.' type: docs weight: 7200 url: /cpp/aspose.barcode.generation/patchformat/ diff --git a/english/cpp/aspose.barcode.generation/pdf417compactionmode/_index.md b/english/cpp/aspose.barcode.generation/pdf417compactionmode/_index.md deleted file mode 100644 index 086d91b1f..000000000 --- a/english/cpp/aspose.barcode.generation/pdf417compactionmode/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: enum -linktitle: Pdf417CompactionMode -second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Pdf417 barcode compaction mode in C++.' -type: docs -weight: 7300 -url: /cpp/aspose.barcode.generation/pdf417compactionmode/ ---- -## Pdf417CompactionMode enum - - -Pdf417 barcode compaction mode - -```cpp -enum class Pdf417CompactionMode -``` - -### Values - -| Name | Value | Description | -| --- | --- | --- | -| Auto | 0 | auto detect compaction mode | -| Text | 1 | text compaction | -| Numeric | 2 | numeric compaction mode | -| Binary | 3 | binary compaction mode | - - -## See Also - -* Namespace [Aspose::BarCode::Generation](../) -* Library [Aspose.BarCode for C++](../../) diff --git a/english/cpp/aspose.barcode.generation/pdf417encodemode/_index.md b/english/cpp/aspose.barcode.generation/pdf417encodemode/_index.md index e4271ec01..84805b720 100644 --- a/english/cpp/aspose.barcode.generation/pdf417encodemode/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417encodemode/_index.md @@ -1,10 +1,10 @@ --- -title: enum +title: Aspose::BarCode::Generation::Pdf417EncodeMode enum linktitle: Pdf417EncodeMode second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Pdf417 barcode encode mode in C++.' +description: 'Aspose::BarCode::Generation::Pdf417EncodeMode enum. Pdf417 barcode encode mode in C++.' type: docs -weight: 7400 +weight: 7300 url: /cpp/aspose.barcode.generation/pdf417encodemode/ --- ## Pdf417EncodeMode enum diff --git a/english/cpp/aspose.barcode.generation/pdf417errorlevel/_index.md b/english/cpp/aspose.barcode.generation/pdf417errorlevel/_index.md index a1525eab1..bfdb67734 100644 --- a/english/cpp/aspose.barcode.generation/pdf417errorlevel/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417errorlevel/_index.md @@ -1,10 +1,10 @@ --- -title: enum +title: Aspose::BarCode::Generation::Pdf417ErrorLevel enum linktitle: Pdf417ErrorLevel second_title: Aspose.BarCode for C++ API Reference -description: ' enum. pdf417 barcode''s error correction level, from level 0 to level 9, level 0 means no error correction, level 8 means best error correction in C++.' +description: 'Aspose::BarCode::Generation::Pdf417ErrorLevel enum. pdf417 barcode''s error correction level, from level 0 to level 9, level 0 means no error correction, level 8 means best error correction in C++.' type: docs -weight: 7500 +weight: 7400 url: /cpp/aspose.barcode.generation/pdf417errorlevel/ --- ## Pdf417ErrorLevel enum diff --git a/english/cpp/aspose.barcode.generation/pdf417macroterminator/_index.md b/english/cpp/aspose.barcode.generation/pdf417macroterminator/_index.md index 25a43bac9..c639f44b0 100644 --- a/english/cpp/aspose.barcode.generation/pdf417macroterminator/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417macroterminator/_index.md @@ -1,8 +1,8 @@ --- -title: enum +title: Aspose::BarCode::Generation::Pdf417MacroTerminator enum linktitle: Pdf417MacroTerminator second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417 in C++.' +description: 'Aspose::BarCode::Generation::Pdf417MacroTerminator enum. Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417 in C++.' type: docs weight: 6800 url: /cpp/aspose.barcode.generation/pdf417macroterminator/ diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/_index.md index c60ae4e58..013427b78 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/_index.md @@ -28,7 +28,7 @@ class Pdf417Parameters : public System::Object | [get_IsCode128Emulation](./get_iscode128emulation/)() const | Can be used only with MicroPdf417 and encodes Code 128 emulation modes Can encode FNC1 in second position modes 908 and 909, also can encode 910 and 911 which just indicate that recognized MicroPdf417 can be interpret as Code 128 | | [get_IsLinked](./get_islinked/)() const | Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes With GS1MicroPdf417 symbology encodes 906, 907, 912, 913, 914, 915 “Linked” UCC/EAN-128 modes With MicroPdf417 and Pdf417 symbologies encodes 918 linkage flag to associated linear component other than an EAN.UCC | | [get_IsReaderInitialization](./get_isreaderinitialization/)() const | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. | -| [get_MacroCharacters](./get_macrocharacters/)() const | Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with MicroPdf417 and encodes 916 and 917 MicroPdf417 modes Default value: [MacroCharacters.None](../barcodeclassifications/). | +| [get_MacroCharacters](./get_macrocharacters/)() const | Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with MicroPdf417 and encodes 916 and 917 MicroPdf417 modes Default value: MacroCharacters.None. | | [get_MacroPdf417Addressee](./get_macropdf417addressee/)() const | MacroPdf417 barcode addressee name (optional field). MicroPDF417 barcode addressee name (optional field for Structured Append mode) | | [get_MacroPdf417Checksum](./get_macropdf417checksum/)() const | MacroPdf417 barcode checksum (optional field). MicroPDF417 barcode checksum (optional field for Structured Append mode) The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. x^16 + x^12 + x^5 + 1 | | [get_MacroPdf417ECIEncoding](./get_macropdf417eciencoding/)() const | Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. | @@ -40,33 +40,17 @@ class Pdf417Parameters : public System::Object | [get_MacroPdf417Sender](./get_macropdf417sender/)() const | MacroPdf417 barcode sender name (optional field). MicroPDF417 barcode sender name (optional field for Structured Append mode) | | [get_MacroPdf417Terminator](./get_macropdf417terminator/)() const | Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. | | [get_MacroPdf417TimeStamp](./get_macropdf417timestamp/)() const | MacroPdf417 barcode time stamp (optional field). MicroPDF417 barcode time stamp (optional field for Structured Append mode) | -| [get_Pdf417CompactionMode](./get_pdf417compactionmode/)() const | Pdf417 symbology type of [BarCode](../../aspose.barcode/)'s compaction mode. Default value: [Pdf417CompactionMode.Auto](../aztecencodemode/). | -| [get_Pdf417ECIEncoding](./get_pdf417eciencoding/)() | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Not applied for Macro PDF417 text fields. Current implementation consists all well known charset encodings. | -| [get_Pdf417EncodeMode](./get_pdf417encodemode/)() | Identifies Pdf417 encode mode. Default value: Auto. | -| [get_Pdf417ErrorLevel](./get_pdf417errorlevel/)() | Gets Pdf417 symbology type of [BarCode](../../aspose.barcode/)'s error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. | -| [get_Pdf417MacroAddressee](./get_pdf417macroaddressee/)() | MacroPdf417 barcode addressee name (optional field). MicroPDF417 barcode addressee name (optional field for Structured Append mode) | -| [get_Pdf417MacroChecksum](./get_pdf417macrochecksum/)() | MacroPdf417 barcode checksum (optional field). MicroPDF417 barcode checksum (optional field for Structured Append mode) The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. x^16 + x^12 + x^5 + 1 | -| [get_Pdf417MacroECIEncoding](./get_pdf417macroeciencoding/)() | Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. | -| [get_Pdf417MacroFileID](./get_pdf417macrofileid/)() | MacroPdf417 barcode's file ID (Required field). MicroPDF417 barcode's file ID (Required field for Structured Append mode) | -| [get_Pdf417MacroFileName](./get_pdf417macrofilename/)() | MacroPdf417 barcode file name (optional field). MicroPDF417 barcode file name (optional field for Structured Append mode) | -| [get_Pdf417MacroFileSize](./get_pdf417macrofilesize/)() | MacroPdf417 file size (optional field). MicroPDF417 file size (optional field for Structured Append mode) The file size field contains the size in bytes of the entire source file. | -| [get_Pdf417MacroSegmentID](./get_pdf417macrosegmentid/)() | MacroPdf417 barcode's segment ID (Required field), which starts from 0, to MacroSegmentsCount - 1. MicroPDF417 barcode's segment ID (Required field for Structured Append mode) | -| [get_Pdf417MacroSegmentsCount](./get_pdf417macrosegmentscount/)() | MacroPdf417 barcode segments count (optional field). MicroPDF417 barcode segments count (optional field for Structured Append mode) | -| [get_Pdf417MacroSender](./get_pdf417macrosender/)() | MacroPdf417 barcode sender name (optional field). MicroPDF417 barcode sender name (optional field for Structured Append mode) | -| [get_Pdf417MacroTerminator](./get_pdf417macroterminator/)() | Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. | -| [get_Pdf417MacroTimeStamp](./get_pdf417macrotimestamp/)() | MacroPdf417 barcode time stamp (optional field). MicroPDF417 barcode time stamp (optional field for Structured Append mode) | -| [get_Pdf417Truncate](./get_pdf417truncate/)() | Whether Pdf417 symbology type of [BarCode](../../aspose.barcode/) is truncated (to reduce space). Also known as CompactPDF417. Rigth row indicator and right stop pattern are removed in this mode. | | [get_Rows](./get_rows/)() const | Rows count. | | [get_Truncate](./get_truncate/)() const | Whether Pdf417 symbology type of [BarCode](../../aspose.barcode/) is truncated (to reduce space). Also known as CompactPDF417. Rigth row indicator and right stop pattern are removed in this mode. | | [set_AspectRatio](./set_aspectratio/)(float) | Height/Width ratio of 2D [BarCode](../../aspose.barcode/) module. | | [set_Columns](./set_columns/)(int32_t) | Columns count. | | [set_ECIEncoding](./set_eciencoding/)(ECIEncodings) | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Not applied for Macro PDF417 text fields. Current implementation consists all well known charset encodings. | -| [set_EncodeMode](./set_encodemode/)(Aspose::BarCode::Generation::Pdf417EncodeMode) | Identifies Pdf417 encode mode. Default value: Auto. | -| [set_ErrorLevel](./set_errorlevel/)(Aspose::BarCode::Generation::Pdf417ErrorLevel) | Sets Pdf417 symbology type of [BarCode](../../aspose.barcode/)'s error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. | +| [set_EncodeMode](./set_encodemode/)(Pdf417EncodeMode) | Identifies Pdf417 encode mode. Default value: Auto. | +| [set_ErrorLevel](./set_errorlevel/)(Pdf417ErrorLevel) | Sets Pdf417 symbology type of [BarCode](../../aspose.barcode/)'s error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. | | [set_IsCode128Emulation](./set_iscode128emulation/)(bool) | Can be used only with MicroPdf417 and encodes Code 128 emulation modes Can encode FNC1 in second position modes 908 and 909, also can encode 910 and 911 which just indicate that recognized MicroPdf417 can be interpret as Code 128 | | [set_IsLinked](./set_islinked/)(bool) | Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes With GS1MicroPdf417 symbology encodes 906, 907, 912, 913, 914, 915 “Linked” UCC/EAN-128 modes With MicroPdf417 and Pdf417 symbologies encodes 918 linkage flag to associated linear component other than an EAN.UCC | | [set_IsReaderInitialization](./set_isreaderinitialization/)(bool) | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. | -| [set_MacroCharacters](./set_macrocharacters/)(MacroCharacter) | Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with MicroPdf417 and encodes 916 and 917 MicroPdf417 modes Default value: [MacroCharacters.None](../barcodeclassifications/). | +| [set_MacroCharacters](./set_macrocharacters/)(MacroCharacter) | Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with MicroPdf417 and encodes 916 and 917 MicroPdf417 modes Default value: MacroCharacters.None. | | [set_MacroPdf417Addressee](./set_macropdf417addressee/)(System::String) | MacroPdf417 barcode addressee name (optional field). MicroPDF417 barcode addressee name (optional field for Structured Append mode) | | [set_MacroPdf417Checksum](./set_macropdf417checksum/)(int32_t) | MacroPdf417 barcode checksum (optional field). MicroPDF417 barcode checksum (optional field for Structured Append mode) The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. x^16 + x^12 + x^5 + 1 | | [set_MacroPdf417ECIEncoding](./set_macropdf417eciencoding/)(ECIEncodings) | Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. | @@ -76,24 +60,8 @@ class Pdf417Parameters : public System::Object | [set_MacroPdf417SegmentID](./set_macropdf417segmentid/)(int32_t) | MacroPdf417 barcode's segment ID (Required field), which starts from 0, to MacroSegmentsCount - 1. MicroPDF417 barcode's segment ID (Required field for Structured Append mode) | | [set_MacroPdf417SegmentsCount](./set_macropdf417segmentscount/)(int32_t) | MacroPdf417 barcode segments count (optional field). MicroPDF417 barcode segments count (optional field for Structured Append mode) | | [set_MacroPdf417Sender](./set_macropdf417sender/)(System::String) | MacroPdf417 barcode sender name (optional field). MicroPDF417 barcode sender name (optional field for Structured Append mode) | -| [set_MacroPdf417Terminator](./set_macropdf417terminator/)(Aspose::BarCode::Generation::Pdf417MacroTerminator) | Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. | +| [set_MacroPdf417Terminator](./set_macropdf417terminator/)(Pdf417MacroTerminator) | Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. | | [set_MacroPdf417TimeStamp](./set_macropdf417timestamp/)(System::DateTime) | MacroPdf417 barcode time stamp (optional field). MicroPDF417 barcode time stamp (optional field for Structured Append mode) | -| [set_Pdf417CompactionMode](./set_pdf417compactionmode/)(Aspose::BarCode::Generation::Pdf417CompactionMode) | Pdf417 symbology type of [BarCode](../../aspose.barcode/)'s compaction mode. Default value: [Pdf417CompactionMode.Auto](../aztecencodemode/). | -| [set_Pdf417ECIEncoding](./set_pdf417eciencoding/)(ECIEncodings) | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Not applied for Macro PDF417 text fields. Current implementation consists all well known charset encodings. | -| [set_Pdf417EncodeMode](./set_pdf417encodemode/)(Aspose::BarCode::Generation::Pdf417EncodeMode) | Identifies Pdf417 encode mode. Default value: Auto. | -| [set_Pdf417ErrorLevel](./set_pdf417errorlevel/)(Aspose::BarCode::Generation::Pdf417ErrorLevel) | Sets Pdf417 symbology type of [BarCode](../../aspose.barcode/)'s error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. | -| [set_Pdf417MacroAddressee](./set_pdf417macroaddressee/)(System::String) | MacroPdf417 barcode addressee name (optional field). MicroPDF417 barcode addressee name (optional field for Structured Append mode) | -| [set_Pdf417MacroChecksum](./set_pdf417macrochecksum/)(int32_t) | MacroPdf417 barcode checksum (optional field). MicroPDF417 barcode checksum (optional field for Structured Append mode) The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. x^16 + x^12 + x^5 + 1 | -| [set_Pdf417MacroECIEncoding](./set_pdf417macroeciencoding/)(ECIEncodings) | Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. | -| [set_Pdf417MacroFileID](./set_pdf417macrofileid/)(int32_t) | MacroPdf417 barcode's file ID (Required field). MicroPDF417 barcode's file ID (Required field for Structured Append mode) | -| [set_Pdf417MacroFileName](./set_pdf417macrofilename/)(System::String) | MacroPdf417 barcode file name (optional field). MicroPDF417 barcode file name (optional field for Structured Append mode) | -| [set_Pdf417MacroFileSize](./set_pdf417macrofilesize/)(int32_t) | MacroPdf417 file size (optional field). MicroPDF417 file size (optional field for Structured Append mode) The file size field contains the size in bytes of the entire source file. | -| [set_Pdf417MacroSegmentID](./set_pdf417macrosegmentid/)(int32_t) | MacroPdf417 barcode's segment ID (Required field), which starts from 0, to MacroSegmentsCount - 1. MicroPDF417 barcode's segment ID (Required field for Structured Append mode) | -| [set_Pdf417MacroSegmentsCount](./set_pdf417macrosegmentscount/)(int32_t) | MacroPdf417 barcode segments count (optional field). MicroPDF417 barcode segments count (optional field for Structured Append mode) | -| [set_Pdf417MacroSender](./set_pdf417macrosender/)(System::String) | MacroPdf417 barcode sender name (optional field). MicroPDF417 barcode sender name (optional field for Structured Append mode) | -| [set_Pdf417MacroTerminator](./set_pdf417macroterminator/)(Aspose::BarCode::Generation::Pdf417MacroTerminator) | Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. | -| [set_Pdf417MacroTimeStamp](./set_pdf417macrotimestamp/)(System::DateTime) | MacroPdf417 barcode time stamp (optional field). MicroPDF417 barcode time stamp (optional field for Structured Append mode) | -| [set_Pdf417Truncate](./set_pdf417truncate/)(bool) | Whether Pdf417 symbology type of [BarCode](../../aspose.barcode/) is truncated (to reduce space). Also known as CompactPDF417. Rigth row indicator and right stop pattern are removed in this mode. | | [set_Rows](./set_rows/)(int32_t) | Rows count. | | [set_Truncate](./set_truncate/)(bool) | Whether Pdf417 symbology type of [BarCode](../../aspose.barcode/) is truncated (to reduce space). Also known as CompactPDF417. Rigth row indicator and right stop pattern are removed in this mode. | | [ToString](./tostring/)() const override | Returns a human-readable string representation of this [Pdf417Parameters](./). | @@ -116,6 +84,9 @@ using (BarCodeReader reader = new BarCodeReader(generator.GenerateBarCodeImage() Console.WriteLine(result.CodeText); ``` + + + ## See Also * Namespace [Aspose::BarCode::Generation](../) diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/get_aspectratio/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/get_aspectratio/_index.md index accba9d54..1cb6e5178 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/get_aspectratio/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/get_aspectratio/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::get_AspectRatio method linktitle: get_AspectRatio second_title: Aspose.BarCode for C++ API Reference -description: ' method. Height/Width ratio of 2D BarCode module in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::get_AspectRatio method. Height/Width ratio of 2D BarCode module in C++.' type: docs -weight: 1900 +weight: 1100 url: /cpp/aspose.barcode.generation/pdf417parameters/get_aspectratio/ --- ## Pdf417Parameters::get_AspectRatio method diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/get_columns/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/get_columns/_index.md index 7f2642d6e..1b253acbd 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/get_columns/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/get_columns/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::get_Columns method linktitle: get_Columns second_title: Aspose.BarCode for C++ API Reference -description: ' method. Columns count in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::get_Columns method. Columns count in C++.' type: docs -weight: 1500 +weight: 700 url: /cpp/aspose.barcode.generation/pdf417parameters/get_columns/ --- ## Pdf417Parameters::get_Columns method diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/get_eciencoding/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/get_eciencoding/_index.md index 6b3df0e05..9a3c4ec6c 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/get_eciencoding/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/get_eciencoding/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::get_ECIEncoding method linktitle: get_ECIEncoding second_title: Aspose.BarCode for C++ API Reference -description: ' method. Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Not applied for Macro PDF417 text fields. Current implementation consists all well known charset encodings in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::get_ECIEncoding method. Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Not applied for Macro PDF417 text fields. Current implementation consists all well known charset encodings in C++.' type: docs -weight: 5700 +weight: 3100 url: /cpp/aspose.barcode.generation/pdf417parameters/get_eciencoding/ --- ## Pdf417Parameters::get_ECIEncoding method diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/get_encodemode/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/get_encodemode/_index.md index baec9833f..076021c79 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/get_encodemode/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/get_encodemode/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::get_EncodeMode method linktitle: get_EncodeMode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies Pdf417 encode mode. Default value: Auto in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::get_EncodeMode method. Identifies Pdf417 encode mode. Default value: Auto in C++.' type: docs -weight: 300 +weight: 100 url: /cpp/aspose.barcode.generation/pdf417parameters/get_encodemode/ --- ## Pdf417Parameters::get_EncodeMode method @@ -13,7 +13,7 @@ url: /cpp/aspose.barcode.generation/pdf417parameters/get_encodemode/ Identifies Pdf417 encode mode. Default value: Auto. ```cpp -Aspose::BarCode::Generation::Pdf417EncodeMode Aspose::BarCode::Generation::Pdf417Parameters::get_EncodeMode() const +Pdf417EncodeMode Aspose::BarCode::Generation::Pdf417Parameters::get_EncodeMode() const ``` ## See Also diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/get_errorlevel/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/get_errorlevel/_index.md index 1b5b17455..82679528e 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/get_errorlevel/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/get_errorlevel/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::get_ErrorLevel method linktitle: get_ErrorLevel second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets Pdf417 symbology type of BarCode''s error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::get_ErrorLevel method. Gets Pdf417 symbology type of BarCode''s error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture in C++.' type: docs -weight: 700 +weight: 300 url: /cpp/aspose.barcode.generation/pdf417parameters/get_errorlevel/ --- ## Pdf417Parameters::get_ErrorLevel method @@ -13,7 +13,7 @@ url: /cpp/aspose.barcode.generation/pdf417parameters/get_errorlevel/ Gets Pdf417 symbology type of [BarCode](../../../aspose.barcode/)'s error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. ```cpp -Aspose::BarCode::Generation::Pdf417ErrorLevel Aspose::BarCode::Generation::Pdf417Parameters::get_ErrorLevel() const +Pdf417ErrorLevel Aspose::BarCode::Generation::Pdf417Parameters::get_ErrorLevel() const ``` ## See Also diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/get_iscode128emulation/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/get_iscode128emulation/_index.md index cdd7586cd..401ec3c94 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/get_iscode128emulation/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/get_iscode128emulation/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::get_IsCode128Emulation method linktitle: get_IsCode128Emulation second_title: Aspose.BarCode for C++ API Reference -description: ' method. Can be used only with MicroPdf417 and encodes Code 128 emulation modes Can encode FNC1 in second position modes 908 and 909, also can encode 910 and 911 which just indicate that recognized MicroPdf417 can be interpret as Code 128 in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::get_IsCode128Emulation method. Can be used only with MicroPdf417 and encodes Code 128 emulation modes Can encode FNC1 in second position modes 908 and 909, also can encode 910 and 911 which just indicate that recognized MicroPdf417 can be interpret as Code 128 in C++.' type: docs -weight: 7500 +weight: 4300 url: /cpp/aspose.barcode.generation/pdf417parameters/get_iscode128emulation/ --- ## Pdf417Parameters::get_IsCode128Emulation method diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/get_islinked/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/get_islinked/_index.md index b5f3a172f..3d1392bcc 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/get_islinked/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/get_islinked/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::get_IsLinked method linktitle: get_IsLinked second_title: Aspose.BarCode for C++ API Reference -description: ' method. Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes With GS1MicroPdf417 symbology encodes 906, 907, 912, 913, 914, 915 “Linked” UCC/EAN-128 modes With MicroPdf417 and Pdf417 symbologies encodes 918 linkage flag to associated linear component other than an EAN.UCC in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::get_IsLinked method. Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes With GS1MicroPdf417 symbology encodes 906, 907, 912, 913, 914, 915 “Linked” UCC/EAN-128 modes With MicroPdf417 and Pdf417 symbologies encodes 918 linkage flag to associated linear component other than an EAN.UCC in C++.' type: docs -weight: 7300 +weight: 4100 url: /cpp/aspose.barcode.generation/pdf417parameters/get_islinked/ --- ## Pdf417Parameters::get_IsLinked method @@ -86,6 +86,9 @@ using (BarCodeReader reader = new BarCodeReader(generator.GenerateBarCodeImage() Console.WriteLine(result.CodeText + " IsLinked:" + result.Extended.Pdf417.IsLinked.ToString()); ``` + + + ## See Also * Class [Pdf417Parameters](../) diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/get_isreaderinitialization/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/get_isreaderinitialization/_index.md index 857d308f1..e5a00dd65 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/get_isreaderinitialization/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/get_isreaderinitialization/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::get_IsReaderInitialization method linktitle: get_IsReaderInitialization second_title: Aspose.BarCode for C++ API Reference -description: ' method. Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::get_IsReaderInitialization method. Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization in C++.' type: docs -weight: 6900 +weight: 3700 url: /cpp/aspose.barcode.generation/pdf417parameters/get_isreaderinitialization/ --- ## Pdf417Parameters::get_IsReaderInitialization method diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/get_macrocharacters/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/get_macrocharacters/_index.md index 04a3712a8..6a5a24da4 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/get_macrocharacters/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/get_macrocharacters/_index.md @@ -1,16 +1,16 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::get_MacroCharacters method linktitle: get_MacroCharacters second_title: Aspose.BarCode for C++ API Reference -description: ' method. Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with MicroPdf417 and encodes 916 and 917 MicroPdf417 modes Default value: MacroCharacters.None in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::get_MacroCharacters method. Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with MicroPdf417 and encodes 916 and 917 MicroPdf417 modes Default value: MacroCharacters.None in C++.' type: docs -weight: 7100 +weight: 3900 url: /cpp/aspose.barcode.generation/pdf417parameters/get_macrocharacters/ --- ## Pdf417Parameters::get_MacroCharacters method -Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with MicroPdf417 and encodes 916 and 917 MicroPdf417 modes Default value: [MacroCharacters.None](../../barcodeclassifications/). +Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with MicroPdf417 and encodes 916 and 917 MicroPdf417 modes Default value: MacroCharacters.None. ```cpp MacroCharacter Aspose::BarCode::Generation::Pdf417Parameters::get_MacroCharacters() const diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417addressee/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417addressee/_index.md index d3cc54d2d..7afdc064f 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417addressee/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417addressee/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::get_MacroPdf417Addressee method linktitle: get_MacroPdf417Addressee second_title: Aspose.BarCode for C++ API Reference -description: ' method. MacroPdf417 barcode addressee name (optional field). MicroPDF417 barcode addressee name (optional field for Structured Append mode) in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::get_MacroPdf417Addressee method. MacroPdf417 barcode addressee name (optional field). MicroPDF417 barcode addressee name (optional field for Structured Append mode) in C++.' type: docs -weight: 4500 +weight: 2500 url: /cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417addressee/ --- ## Pdf417Parameters::get_MacroPdf417Addressee method diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417checksum/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417checksum/_index.md index 615b6f5a3..8516ba3ac 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417checksum/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417checksum/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::get_MacroPdf417Checksum method linktitle: get_MacroPdf417Checksum second_title: Aspose.BarCode for C++ API Reference -description: ' method. MacroPdf417 barcode checksum (optional field). MicroPDF417 barcode checksum (optional field for Structured Append mode) The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. x^16 + x^12 + x^5 + 1 in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::get_MacroPdf417Checksum method. MacroPdf417 barcode checksum (optional field). MicroPDF417 barcode checksum (optional field for Structured Append mode) The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. x^16 + x^12 + x^5 + 1 in C++.' type: docs -weight: 5300 +weight: 2900 url: /cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417checksum/ --- ## Pdf417Parameters::get_MacroPdf417Checksum method diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417eciencoding/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417eciencoding/_index.md index 26f12ab15..1b7f14b80 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417eciencoding/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417eciencoding/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::get_MacroPdf417ECIEncoding method linktitle: get_MacroPdf417ECIEncoding second_title: Aspose.BarCode for C++ API Reference -description: ' method. Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::get_MacroPdf417ECIEncoding method. Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields in C++.' type: docs -weight: 6100 +weight: 3300 url: /cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417eciencoding/ --- ## Pdf417Parameters::get_MacroPdf417ECIEncoding method diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417fileid/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417fileid/_index.md index f5ba316a7..380832f46 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417fileid/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417fileid/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::get_MacroPdf417FileID method linktitle: get_MacroPdf417FileID second_title: Aspose.BarCode for C++ API Reference -description: ' method. MacroPdf417 barcode''s file ID (Required field). MicroPDF417 barcode''s file ID (Required field for Structured Append mode) in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::get_MacroPdf417FileID method. MacroPdf417 barcode''s file ID (Required field). MicroPDF417 barcode''s file ID (Required field for Structured Append mode) in C++.' type: docs -weight: 2100 +weight: 1300 url: /cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417fileid/ --- ## Pdf417Parameters::get_MacroPdf417FileID method diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417filename/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417filename/_index.md index 9121b7104..33b5ef9da 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417filename/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417filename/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::get_MacroPdf417FileName method linktitle: get_MacroPdf417FileName second_title: Aspose.BarCode for C++ API Reference -description: ' method. MacroPdf417 barcode file name (optional field). MicroPDF417 barcode file name (optional field for Structured Append mode) in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::get_MacroPdf417FileName method. MacroPdf417 barcode file name (optional field). MicroPDF417 barcode file name (optional field for Structured Append mode) in C++.' type: docs -weight: 3300 +weight: 1900 url: /cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417filename/ --- ## Pdf417Parameters::get_MacroPdf417FileName method diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417filesize/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417filesize/_index.md index 29e08108d..94b06bb2c 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417filesize/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417filesize/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::get_MacroPdf417FileSize method linktitle: get_MacroPdf417FileSize second_title: Aspose.BarCode for C++ API Reference -description: ' method. MacroPdf417 file size (optional field). MicroPDF417 file size (optional field for Structured Append mode) The file size field contains the size in bytes of the entire source file in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::get_MacroPdf417FileSize method. MacroPdf417 file size (optional field). MicroPDF417 file size (optional field for Structured Append mode) The file size field contains the size in bytes of the entire source file in C++.' type: docs -weight: 4900 +weight: 2700 url: /cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417filesize/ --- ## Pdf417Parameters::get_MacroPdf417FileSize method diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417segmentid/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417segmentid/_index.md index 95fddcf6a..d97e0eb74 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417segmentid/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417segmentid/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::get_MacroPdf417SegmentID method linktitle: get_MacroPdf417SegmentID second_title: Aspose.BarCode for C++ API Reference -description: ' method. MacroPdf417 barcode''s segment ID (Required field), which starts from 0, to MacroSegmentsCount - 1. MicroPDF417 barcode''s segment ID (Required field for Structured Append mode) in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::get_MacroPdf417SegmentID method. MacroPdf417 barcode''s segment ID (Required field), which starts from 0, to MacroSegmentsCount - 1. MicroPDF417 barcode''s segment ID (Required field for Structured Append mode) in C++.' type: docs -weight: 2500 +weight: 1500 url: /cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417segmentid/ --- ## Pdf417Parameters::get_MacroPdf417SegmentID method diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417segmentscount/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417segmentscount/_index.md index ffac2fad2..2a4f8c874 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417segmentscount/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417segmentscount/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::get_MacroPdf417SegmentsCount method linktitle: get_MacroPdf417SegmentsCount second_title: Aspose.BarCode for C++ API Reference -description: ' method. MacroPdf417 barcode segments count (optional field). MicroPDF417 barcode segments count (optional field for Structured Append mode) in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::get_MacroPdf417SegmentsCount method. MacroPdf417 barcode segments count (optional field). MicroPDF417 barcode segments count (optional field for Structured Append mode) in C++.' type: docs -weight: 2900 +weight: 1700 url: /cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417segmentscount/ --- ## Pdf417Parameters::get_MacroPdf417SegmentsCount method diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417sender/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417sender/_index.md index 4d52c052d..b9972ae5a 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417sender/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417sender/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::get_MacroPdf417Sender method linktitle: get_MacroPdf417Sender second_title: Aspose.BarCode for C++ API Reference -description: ' method. MacroPdf417 barcode sender name (optional field). MicroPDF417 barcode sender name (optional field for Structured Append mode) in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::get_MacroPdf417Sender method. MacroPdf417 barcode sender name (optional field). MicroPDF417 barcode sender name (optional field for Structured Append mode) in C++.' type: docs -weight: 4100 +weight: 2300 url: /cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417sender/ --- ## Pdf417Parameters::get_MacroPdf417Sender method diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417terminator/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417terminator/_index.md index be9c1e14e..7e395a012 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417terminator/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417terminator/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::get_MacroPdf417Terminator method linktitle: get_MacroPdf417Terminator second_title: Aspose.BarCode for C++ API Reference -description: ' method. Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417 in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::get_MacroPdf417Terminator method. Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417 in C++.' type: docs -weight: 6500 +weight: 3500 url: /cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417terminator/ --- ## Pdf417Parameters::get_MacroPdf417Terminator method @@ -13,7 +13,7 @@ url: /cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417terminator/ Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. ```cpp -Aspose::BarCode::Generation::Pdf417MacroTerminator Aspose::BarCode::Generation::Pdf417Parameters::get_MacroPdf417Terminator() const +Pdf417MacroTerminator Aspose::BarCode::Generation::Pdf417Parameters::get_MacroPdf417Terminator() const ``` ## See Also diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417timestamp/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417timestamp/_index.md index 8769e0222..97a8a6b69 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417timestamp/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417timestamp/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::get_MacroPdf417TimeStamp method linktitle: get_MacroPdf417TimeStamp second_title: Aspose.BarCode for C++ API Reference -description: ' method. MacroPdf417 barcode time stamp (optional field). MicroPDF417 barcode time stamp (optional field for Structured Append mode) in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::get_MacroPdf417TimeStamp method. MacroPdf417 barcode time stamp (optional field). MicroPDF417 barcode time stamp (optional field for Structured Append mode) in C++.' type: docs -weight: 3700 +weight: 2100 url: /cpp/aspose.barcode.generation/pdf417parameters/get_macropdf417timestamp/ --- ## Pdf417Parameters::get_MacroPdf417TimeStamp method diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417compactionmode/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417compactionmode/_index.md deleted file mode 100644 index 6ceaf56ab..000000000 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417compactionmode/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: get_Pdf417CompactionMode -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Pdf417 symbology type of BarCode''s compaction mode. Default value: Pdf417CompactionMode.Auto in C++.' -type: docs -weight: 100 -url: /cpp/aspose.barcode.generation/pdf417parameters/get_pdf417compactionmode/ ---- -## Pdf417Parameters::get_Pdf417CompactionMode method - - -Pdf417 symbology type of [BarCode](../../../aspose.barcode/)'s compaction mode. Default value: [Pdf417CompactionMode.Auto](../../aztecencodemode/). - -```cpp -Aspose::BarCode::Generation::Pdf417CompactionMode Aspose::BarCode::Generation::Pdf417Parameters::get_Pdf417CompactionMode() const -``` - - -## See Also - -* Enum [Pdf417CompactionMode](../../pdf417compactionmode/) -* Class [Pdf417Parameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417eciencoding/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417eciencoding/_index.md deleted file mode 100644 index 042f64164..000000000 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417eciencoding/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: get_Pdf417ECIEncoding -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Not applied for Macro PDF417 text fields. Current implementation consists all well known charset encodings in C++.' -type: docs -weight: 5900 -url: /cpp/aspose.barcode.generation/pdf417parameters/get_pdf417eciencoding/ ---- -## Pdf417Parameters::get_Pdf417ECIEncoding method - - -Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Not applied for Macro PDF417 text fields. Current implementation consists all well known charset encodings. - -```cpp -ECIEncodings Aspose::BarCode::Generation::Pdf417Parameters::get_Pdf417ECIEncoding() -``` - - -## See Also - -* Enum [ECIEncodings](../../eciencodings/) -* Class [Pdf417Parameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417encodemode/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417encodemode/_index.md deleted file mode 100644 index 1209917fc..000000000 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417encodemode/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: get_Pdf417EncodeMode -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies Pdf417 encode mode. Default value: Auto in C++.' -type: docs -weight: 500 -url: /cpp/aspose.barcode.generation/pdf417parameters/get_pdf417encodemode/ ---- -## Pdf417Parameters::get_Pdf417EncodeMode method - - -Identifies Pdf417 encode mode. Default value: Auto. - -```cpp -Aspose::BarCode::Generation::Pdf417EncodeMode Aspose::BarCode::Generation::Pdf417Parameters::get_Pdf417EncodeMode() -``` - - -## See Also - -* Enum [Pdf417EncodeMode](../../pdf417encodemode/) -* Class [Pdf417Parameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417errorlevel/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417errorlevel/_index.md deleted file mode 100644 index 145195021..000000000 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417errorlevel/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: get_Pdf417ErrorLevel -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets Pdf417 symbology type of BarCode''s error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture in C++.' -type: docs -weight: 900 -url: /cpp/aspose.barcode.generation/pdf417parameters/get_pdf417errorlevel/ ---- -## Pdf417Parameters::get_Pdf417ErrorLevel method - - -Gets Pdf417 symbology type of [BarCode](../../../aspose.barcode/)'s error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. - -```cpp -Aspose::BarCode::Generation::Pdf417ErrorLevel Aspose::BarCode::Generation::Pdf417Parameters::get_Pdf417ErrorLevel() -``` - - -## See Also - -* Enum [Pdf417ErrorLevel](../../pdf417errorlevel/) -* Class [Pdf417Parameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macroaddressee/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macroaddressee/_index.md deleted file mode 100644 index 95d1094c9..000000000 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macroaddressee/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: get_Pdf417MacroAddressee -second_title: Aspose.BarCode for C++ API Reference -description: ' method. MacroPdf417 barcode addressee name (optional field). MicroPDF417 barcode addressee name (optional field for Structured Append mode) in C++.' -type: docs -weight: 4700 -url: /cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macroaddressee/ ---- -## Pdf417Parameters::get_Pdf417MacroAddressee method - - -MacroPdf417 barcode addressee name (optional field). MicroPDF417 barcode addressee name (optional field for Structured Append mode) - -```cpp -System::String Aspose::BarCode::Generation::Pdf417Parameters::get_Pdf417MacroAddressee() -``` - - -## See Also - -* Class [Pdf417Parameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macrochecksum/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macrochecksum/_index.md deleted file mode 100644 index 4fd2282c3..000000000 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macrochecksum/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: get_Pdf417MacroChecksum -second_title: Aspose.BarCode for C++ API Reference -description: ' method. MacroPdf417 barcode checksum (optional field). MicroPDF417 barcode checksum (optional field for Structured Append mode) The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. x^16 + x^12 + x^5 + 1 in C++.' -type: docs -weight: 5500 -url: /cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macrochecksum/ ---- -## Pdf417Parameters::get_Pdf417MacroChecksum method - - -MacroPdf417 barcode checksum (optional field). MicroPDF417 barcode checksum (optional field for Structured Append mode) The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. x^16 + x^12 + x^5 + 1 - -```cpp -int32_t Aspose::BarCode::Generation::Pdf417Parameters::get_Pdf417MacroChecksum() -``` - - -## See Also - -* Class [Pdf417Parameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macroeciencoding/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macroeciencoding/_index.md deleted file mode 100644 index ec4ba77b3..000000000 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macroeciencoding/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: get_Pdf417MacroECIEncoding -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields in C++.' -type: docs -weight: 6300 -url: /cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macroeciencoding/ ---- -## Pdf417Parameters::get_Pdf417MacroECIEncoding method - - -Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. - -```cpp -ECIEncodings Aspose::BarCode::Generation::Pdf417Parameters::get_Pdf417MacroECIEncoding() -``` - - -## See Also - -* Enum [ECIEncodings](../../eciencodings/) -* Class [Pdf417Parameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macrofileid/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macrofileid/_index.md deleted file mode 100644 index 5095f8138..000000000 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macrofileid/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: get_Pdf417MacroFileID -second_title: Aspose.BarCode for C++ API Reference -description: ' method. MacroPdf417 barcode''s file ID (Required field). MicroPDF417 barcode''s file ID (Required field for Structured Append mode) in C++.' -type: docs -weight: 2300 -url: /cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macrofileid/ ---- -## Pdf417Parameters::get_Pdf417MacroFileID method - - -MacroPdf417 barcode's file ID (Required field). MicroPDF417 barcode's file ID (Required field for Structured Append mode) - -```cpp -int32_t Aspose::BarCode::Generation::Pdf417Parameters::get_Pdf417MacroFileID() -``` - - -## See Also - -* Class [Pdf417Parameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macrofilename/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macrofilename/_index.md deleted file mode 100644 index 933bc4ebd..000000000 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macrofilename/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: get_Pdf417MacroFileName -second_title: Aspose.BarCode for C++ API Reference -description: ' method. MacroPdf417 barcode file name (optional field). MicroPDF417 barcode file name (optional field for Structured Append mode) in C++.' -type: docs -weight: 3500 -url: /cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macrofilename/ ---- -## Pdf417Parameters::get_Pdf417MacroFileName method - - -MacroPdf417 barcode file name (optional field). MicroPDF417 barcode file name (optional field for Structured Append mode) - -```cpp -System::String Aspose::BarCode::Generation::Pdf417Parameters::get_Pdf417MacroFileName() -``` - - -## See Also - -* Class [Pdf417Parameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macrofilesize/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macrofilesize/_index.md deleted file mode 100644 index 66cbeef8b..000000000 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macrofilesize/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: get_Pdf417MacroFileSize -second_title: Aspose.BarCode for C++ API Reference -description: ' method. MacroPdf417 file size (optional field). MicroPDF417 file size (optional field for Structured Append mode) The file size field contains the size in bytes of the entire source file in C++.' -type: docs -weight: 5100 -url: /cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macrofilesize/ ---- -## Pdf417Parameters::get_Pdf417MacroFileSize method - - -MacroPdf417 file size (optional field). MicroPDF417 file size (optional field for Structured Append mode) The file size field contains the size in bytes of the entire source file. - -```cpp -int32_t Aspose::BarCode::Generation::Pdf417Parameters::get_Pdf417MacroFileSize() -``` - - -## See Also - -* Class [Pdf417Parameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macrosegmentid/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macrosegmentid/_index.md deleted file mode 100644 index c1a44b072..000000000 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macrosegmentid/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: get_Pdf417MacroSegmentID -second_title: Aspose.BarCode for C++ API Reference -description: ' method. MacroPdf417 barcode''s segment ID (Required field), which starts from 0, to MacroSegmentsCount - 1. MicroPDF417 barcode''s segment ID (Required field for Structured Append mode) in C++.' -type: docs -weight: 2700 -url: /cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macrosegmentid/ ---- -## Pdf417Parameters::get_Pdf417MacroSegmentID method - - -MacroPdf417 barcode's segment ID (Required field), which starts from 0, to MacroSegmentsCount - 1. MicroPDF417 barcode's segment ID (Required field for Structured Append mode) - -```cpp -int32_t Aspose::BarCode::Generation::Pdf417Parameters::get_Pdf417MacroSegmentID() -``` - - -## See Also - -* Class [Pdf417Parameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macrosegmentscount/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macrosegmentscount/_index.md deleted file mode 100644 index 15c933e5c..000000000 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macrosegmentscount/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: get_Pdf417MacroSegmentsCount -second_title: Aspose.BarCode for C++ API Reference -description: ' method. MacroPdf417 barcode segments count (optional field). MicroPDF417 barcode segments count (optional field for Structured Append mode) in C++.' -type: docs -weight: 3100 -url: /cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macrosegmentscount/ ---- -## Pdf417Parameters::get_Pdf417MacroSegmentsCount method - - -MacroPdf417 barcode segments count (optional field). MicroPDF417 barcode segments count (optional field for Structured Append mode) - -```cpp -int32_t Aspose::BarCode::Generation::Pdf417Parameters::get_Pdf417MacroSegmentsCount() -``` - - -## See Also - -* Class [Pdf417Parameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macrosender/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macrosender/_index.md deleted file mode 100644 index 18e2b0f10..000000000 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macrosender/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: get_Pdf417MacroSender -second_title: Aspose.BarCode for C++ API Reference -description: ' method. MacroPdf417 barcode sender name (optional field). MicroPDF417 barcode sender name (optional field for Structured Append mode) in C++.' -type: docs -weight: 4300 -url: /cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macrosender/ ---- -## Pdf417Parameters::get_Pdf417MacroSender method - - -MacroPdf417 barcode sender name (optional field). MicroPDF417 barcode sender name (optional field for Structured Append mode) - -```cpp -System::String Aspose::BarCode::Generation::Pdf417Parameters::get_Pdf417MacroSender() -``` - - -## See Also - -* Class [Pdf417Parameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macroterminator/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macroterminator/_index.md deleted file mode 100644 index c7ec63b7c..000000000 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macroterminator/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: get_Pdf417MacroTerminator -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417 in C++.' -type: docs -weight: 6700 -url: /cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macroterminator/ ---- -## Pdf417Parameters::get_Pdf417MacroTerminator method - - -Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. - -```cpp -Aspose::BarCode::Generation::Pdf417MacroTerminator Aspose::BarCode::Generation::Pdf417Parameters::get_Pdf417MacroTerminator() -``` - - -## See Also - -* Enum [Pdf417MacroTerminator](../../pdf417macroterminator/) -* Class [Pdf417Parameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macrotimestamp/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macrotimestamp/_index.md deleted file mode 100644 index 9a31e760f..000000000 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macrotimestamp/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: get_Pdf417MacroTimeStamp -second_title: Aspose.BarCode for C++ API Reference -description: ' method. MacroPdf417 barcode time stamp (optional field). MicroPDF417 barcode time stamp (optional field for Structured Append mode) in C++.' -type: docs -weight: 3900 -url: /cpp/aspose.barcode.generation/pdf417parameters/get_pdf417macrotimestamp/ ---- -## Pdf417Parameters::get_Pdf417MacroTimeStamp method - - -MacroPdf417 barcode time stamp (optional field). MicroPDF417 barcode time stamp (optional field for Structured Append mode) - -```cpp -System::DateTime Aspose::BarCode::Generation::Pdf417Parameters::get_Pdf417MacroTimeStamp() -``` - - -## See Also - -* Class [Pdf417Parameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417truncate/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417truncate/_index.md deleted file mode 100644 index 482ce9abd..000000000 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/get_pdf417truncate/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: get_Pdf417Truncate -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Whether Pdf417 symbology type of BarCode is truncated (to reduce space). Also known as CompactPDF417. Rigth row indicator and right stop pattern are removed in this mode in C++.' -type: docs -weight: 1300 -url: /cpp/aspose.barcode.generation/pdf417parameters/get_pdf417truncate/ ---- -## Pdf417Parameters::get_Pdf417Truncate method - - -Whether Pdf417 symbology type of [BarCode](../../../aspose.barcode/) is truncated (to reduce space). Also known as CompactPDF417. Rigth row indicator and right stop pattern are removed in this mode. - -```cpp -bool Aspose::BarCode::Generation::Pdf417Parameters::get_Pdf417Truncate() -``` - - -## See Also - -* Class [Pdf417Parameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/get_rows/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/get_rows/_index.md index ad678909d..43d8fbada 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/get_rows/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/get_rows/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::get_Rows method linktitle: get_Rows second_title: Aspose.BarCode for C++ API Reference -description: ' method. Rows count in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::get_Rows method. Rows count in C++.' type: docs -weight: 1700 +weight: 900 url: /cpp/aspose.barcode.generation/pdf417parameters/get_rows/ --- ## Pdf417Parameters::get_Rows method diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/get_truncate/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/get_truncate/_index.md index 0f1aa9e34..6e2b3b098 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/get_truncate/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/get_truncate/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::get_Truncate method linktitle: get_Truncate second_title: Aspose.BarCode for C++ API Reference -description: ' method. Whether Pdf417 symbology type of BarCode is truncated (to reduce space). Also known as CompactPDF417. Rigth row indicator and right stop pattern are removed in this mode in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::get_Truncate method. Whether Pdf417 symbology type of BarCode is truncated (to reduce space). Also known as CompactPDF417. Rigth row indicator and right stop pattern are removed in this mode in C++.' type: docs -weight: 1100 +weight: 500 url: /cpp/aspose.barcode.generation/pdf417parameters/get_truncate/ --- ## Pdf417Parameters::get_Truncate method @@ -16,6 +16,9 @@ Whether Pdf417 symbology type of [BarCode](../../../aspose.barcode/) is truncate bool Aspose::BarCode::Generation::Pdf417Parameters::get_Truncate() const ``` + + + ## See Also * Class [Pdf417Parameters](../) diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/set_aspectratio/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/set_aspectratio/_index.md index 35f4ed3e1..88426b8c2 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/set_aspectratio/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/set_aspectratio/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::set_AspectRatio method linktitle: set_AspectRatio second_title: Aspose.BarCode for C++ API Reference -description: ' method. Height/Width ratio of 2D BarCode module in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::set_AspectRatio method. Height/Width ratio of 2D BarCode module in C++.' type: docs -weight: 2000 +weight: 1200 url: /cpp/aspose.barcode.generation/pdf417parameters/set_aspectratio/ --- ## Pdf417Parameters::set_AspectRatio method diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/set_columns/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/set_columns/_index.md index aa02a888b..b01cdc879 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/set_columns/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/set_columns/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::set_Columns method linktitle: set_Columns second_title: Aspose.BarCode for C++ API Reference -description: ' method. Columns count in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::set_Columns method. Columns count in C++.' type: docs -weight: 1600 +weight: 800 url: /cpp/aspose.barcode.generation/pdf417parameters/set_columns/ --- ## Pdf417Parameters::set_Columns method diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/set_eciencoding/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/set_eciencoding/_index.md index 4cc7a7123..1fd08e3aa 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/set_eciencoding/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/set_eciencoding/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::set_ECIEncoding method linktitle: set_ECIEncoding second_title: Aspose.BarCode for C++ API Reference -description: ' method. Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Not applied for Macro PDF417 text fields. Current implementation consists all well known charset encodings in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::set_ECIEncoding method. Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Not applied for Macro PDF417 text fields. Current implementation consists all well known charset encodings in C++.' type: docs -weight: 5800 +weight: 3200 url: /cpp/aspose.barcode.generation/pdf417parameters/set_eciencoding/ --- ## Pdf417Parameters::set_ECIEncoding method diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/set_encodemode/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/set_encodemode/_index.md index b149c90b3..1cadc89b0 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/set_encodemode/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/set_encodemode/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::set_EncodeMode method linktitle: set_EncodeMode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies Pdf417 encode mode. Default value: Auto in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::set_EncodeMode method. Identifies Pdf417 encode mode. Default value: Auto in C++.' type: docs -weight: 400 +weight: 200 url: /cpp/aspose.barcode.generation/pdf417parameters/set_encodemode/ --- ## Pdf417Parameters::set_EncodeMode method @@ -13,7 +13,7 @@ url: /cpp/aspose.barcode.generation/pdf417parameters/set_encodemode/ Identifies Pdf417 encode mode. Default value: Auto. ```cpp -void Aspose::BarCode::Generation::Pdf417Parameters::set_EncodeMode(Aspose::BarCode::Generation::Pdf417EncodeMode value) +void Aspose::BarCode::Generation::Pdf417Parameters::set_EncodeMode(Pdf417EncodeMode value) ``` ## See Also diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/set_errorlevel/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/set_errorlevel/_index.md index 04f67e1d9..b6ccffe90 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/set_errorlevel/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/set_errorlevel/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::set_ErrorLevel method linktitle: set_ErrorLevel second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets Pdf417 symbology type of BarCode''s error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::set_ErrorLevel method. Sets Pdf417 symbology type of BarCode''s error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture in C++.' type: docs -weight: 800 +weight: 400 url: /cpp/aspose.barcode.generation/pdf417parameters/set_errorlevel/ --- ## Pdf417Parameters::set_ErrorLevel method @@ -13,7 +13,7 @@ url: /cpp/aspose.barcode.generation/pdf417parameters/set_errorlevel/ Sets Pdf417 symbology type of [BarCode](../../../aspose.barcode/)'s error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. ```cpp -void Aspose::BarCode::Generation::Pdf417Parameters::set_ErrorLevel(Aspose::BarCode::Generation::Pdf417ErrorLevel value) +void Aspose::BarCode::Generation::Pdf417Parameters::set_ErrorLevel(Pdf417ErrorLevel value) ``` ## See Also diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/set_iscode128emulation/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/set_iscode128emulation/_index.md index 624b629ea..3164587cf 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/set_iscode128emulation/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/set_iscode128emulation/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::set_IsCode128Emulation method linktitle: set_IsCode128Emulation second_title: Aspose.BarCode for C++ API Reference -description: ' method. Can be used only with MicroPdf417 and encodes Code 128 emulation modes Can encode FNC1 in second position modes 908 and 909, also can encode 910 and 911 which just indicate that recognized MicroPdf417 can be interpret as Code 128 in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::set_IsCode128Emulation method. Can be used only with MicroPdf417 and encodes Code 128 emulation modes Can encode FNC1 in second position modes 908 and 909, also can encode 910 and 911 which just indicate that recognized MicroPdf417 can be interpret as Code 128 in C++.' type: docs -weight: 7600 +weight: 4400 url: /cpp/aspose.barcode.generation/pdf417parameters/set_iscode128emulation/ --- ## Pdf417Parameters::set_IsCode128Emulation method diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/set_islinked/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/set_islinked/_index.md index 2d88c1662..b4a897f90 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/set_islinked/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/set_islinked/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::set_IsLinked method linktitle: set_IsLinked second_title: Aspose.BarCode for C++ API Reference -description: ' method. Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes With GS1MicroPdf417 symbology encodes 906, 907, 912, 913, 914, 915 “Linked” UCC/EAN-128 modes With MicroPdf417 and Pdf417 symbologies encodes 918 linkage flag to associated linear component other than an EAN.UCC in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::set_IsLinked method. Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes With GS1MicroPdf417 symbology encodes 906, 907, 912, 913, 914, 915 “Linked” UCC/EAN-128 modes With MicroPdf417 and Pdf417 symbologies encodes 918 linkage flag to associated linear component other than an EAN.UCC in C++.' type: docs -weight: 7400 +weight: 4200 url: /cpp/aspose.barcode.generation/pdf417parameters/set_islinked/ --- ## Pdf417Parameters::set_IsLinked method @@ -86,6 +86,9 @@ using (BarCodeReader reader = new BarCodeReader(generator.GenerateBarCodeImage() Console.WriteLine(result.CodeText + " IsLinked:" + result.Extended.Pdf417.IsLinked.ToString()); ``` + + + ## See Also * Class [Pdf417Parameters](../) diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/set_isreaderinitialization/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/set_isreaderinitialization/_index.md index d80e7bb5a..4f8f5aae1 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/set_isreaderinitialization/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/set_isreaderinitialization/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::set_IsReaderInitialization method linktitle: set_IsReaderInitialization second_title: Aspose.BarCode for C++ API Reference -description: ' method. Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::set_IsReaderInitialization method. Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization in C++.' type: docs -weight: 7000 +weight: 3800 url: /cpp/aspose.barcode.generation/pdf417parameters/set_isreaderinitialization/ --- ## Pdf417Parameters::set_IsReaderInitialization method diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/set_macrocharacters/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/set_macrocharacters/_index.md index c6ebd2fe2..9809334ab 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/set_macrocharacters/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/set_macrocharacters/_index.md @@ -1,16 +1,16 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::set_MacroCharacters method linktitle: set_MacroCharacters second_title: Aspose.BarCode for C++ API Reference -description: ' method. Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with MicroPdf417 and encodes 916 and 917 MicroPdf417 modes Default value: MacroCharacters.None in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::set_MacroCharacters method. Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with MicroPdf417 and encodes 916 and 917 MicroPdf417 modes Default value: MacroCharacters.None in C++.' type: docs -weight: 7200 +weight: 4000 url: /cpp/aspose.barcode.generation/pdf417parameters/set_macrocharacters/ --- ## Pdf417Parameters::set_MacroCharacters method -Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with MicroPdf417 and encodes 916 and 917 MicroPdf417 modes Default value: [MacroCharacters.None](../../barcodeclassifications/). +Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with MicroPdf417 and encodes 916 and 917 MicroPdf417 modes Default value: MacroCharacters.None. ```cpp void Aspose::BarCode::Generation::Pdf417Parameters::set_MacroCharacters(MacroCharacter value) diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417addressee/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417addressee/_index.md index 4e41d3db4..02a13b13f 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417addressee/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417addressee/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::set_MacroPdf417Addressee method linktitle: set_MacroPdf417Addressee second_title: Aspose.BarCode for C++ API Reference -description: ' method. MacroPdf417 barcode addressee name (optional field). MicroPDF417 barcode addressee name (optional field for Structured Append mode) in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::set_MacroPdf417Addressee method. MacroPdf417 barcode addressee name (optional field). MicroPDF417 barcode addressee name (optional field for Structured Append mode) in C++.' type: docs -weight: 4600 +weight: 2600 url: /cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417addressee/ --- ## Pdf417Parameters::set_MacroPdf417Addressee method diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417checksum/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417checksum/_index.md index a2ac63295..123f02fd5 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417checksum/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417checksum/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::set_MacroPdf417Checksum method linktitle: set_MacroPdf417Checksum second_title: Aspose.BarCode for C++ API Reference -description: ' method. MacroPdf417 barcode checksum (optional field). MicroPDF417 barcode checksum (optional field for Structured Append mode) The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. x^16 + x^12 + x^5 + 1 in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::set_MacroPdf417Checksum method. MacroPdf417 barcode checksum (optional field). MicroPDF417 barcode checksum (optional field for Structured Append mode) The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. x^16 + x^12 + x^5 + 1 in C++.' type: docs -weight: 5400 +weight: 3000 url: /cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417checksum/ --- ## Pdf417Parameters::set_MacroPdf417Checksum method diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417eciencoding/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417eciencoding/_index.md index 3e113a939..d0efc8b36 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417eciencoding/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417eciencoding/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::set_MacroPdf417ECIEncoding method linktitle: set_MacroPdf417ECIEncoding second_title: Aspose.BarCode for C++ API Reference -description: ' method. Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::set_MacroPdf417ECIEncoding method. Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields in C++.' type: docs -weight: 6200 +weight: 3400 url: /cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417eciencoding/ --- ## Pdf417Parameters::set_MacroPdf417ECIEncoding method diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417fileid/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417fileid/_index.md index 27c2ce1ad..d501a3715 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417fileid/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417fileid/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::set_MacroPdf417FileID method linktitle: set_MacroPdf417FileID second_title: Aspose.BarCode for C++ API Reference -description: ' method. MacroPdf417 barcode''s file ID (Required field). MicroPDF417 barcode''s file ID (Required field for Structured Append mode) in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::set_MacroPdf417FileID method. MacroPdf417 barcode''s file ID (Required field). MicroPDF417 barcode''s file ID (Required field for Structured Append mode) in C++.' type: docs -weight: 2200 +weight: 1400 url: /cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417fileid/ --- ## Pdf417Parameters::set_MacroPdf417FileID method diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417filename/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417filename/_index.md index 82d21b1a3..a427ae295 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417filename/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417filename/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::set_MacroPdf417FileName method linktitle: set_MacroPdf417FileName second_title: Aspose.BarCode for C++ API Reference -description: ' method. MacroPdf417 barcode file name (optional field). MicroPDF417 barcode file name (optional field for Structured Append mode) in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::set_MacroPdf417FileName method. MacroPdf417 barcode file name (optional field). MicroPDF417 barcode file name (optional field for Structured Append mode) in C++.' type: docs -weight: 3400 +weight: 2000 url: /cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417filename/ --- ## Pdf417Parameters::set_MacroPdf417FileName method diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417filesize/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417filesize/_index.md index f9e355f5c..36f27b32c 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417filesize/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417filesize/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::set_MacroPdf417FileSize method linktitle: set_MacroPdf417FileSize second_title: Aspose.BarCode for C++ API Reference -description: ' method. MacroPdf417 file size (optional field). MicroPDF417 file size (optional field for Structured Append mode) The file size field contains the size in bytes of the entire source file in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::set_MacroPdf417FileSize method. MacroPdf417 file size (optional field). MicroPDF417 file size (optional field for Structured Append mode) The file size field contains the size in bytes of the entire source file in C++.' type: docs -weight: 5000 +weight: 2800 url: /cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417filesize/ --- ## Pdf417Parameters::set_MacroPdf417FileSize method diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417segmentid/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417segmentid/_index.md index 32d6e9695..3c1a6feb1 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417segmentid/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417segmentid/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::set_MacroPdf417SegmentID method linktitle: set_MacroPdf417SegmentID second_title: Aspose.BarCode for C++ API Reference -description: ' method. MacroPdf417 barcode''s segment ID (Required field), which starts from 0, to MacroSegmentsCount - 1. MicroPDF417 barcode''s segment ID (Required field for Structured Append mode) in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::set_MacroPdf417SegmentID method. MacroPdf417 barcode''s segment ID (Required field), which starts from 0, to MacroSegmentsCount - 1. MicroPDF417 barcode''s segment ID (Required field for Structured Append mode) in C++.' type: docs -weight: 2600 +weight: 1600 url: /cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417segmentid/ --- ## Pdf417Parameters::set_MacroPdf417SegmentID method diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417segmentscount/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417segmentscount/_index.md index 695b3fcd5..e136db53a 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417segmentscount/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417segmentscount/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::set_MacroPdf417SegmentsCount method linktitle: set_MacroPdf417SegmentsCount second_title: Aspose.BarCode for C++ API Reference -description: ' method. MacroPdf417 barcode segments count (optional field). MicroPDF417 barcode segments count (optional field for Structured Append mode) in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::set_MacroPdf417SegmentsCount method. MacroPdf417 barcode segments count (optional field). MicroPDF417 barcode segments count (optional field for Structured Append mode) in C++.' type: docs -weight: 3000 +weight: 1800 url: /cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417segmentscount/ --- ## Pdf417Parameters::set_MacroPdf417SegmentsCount method diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417sender/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417sender/_index.md index 3fa0f770b..c5619f51b 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417sender/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417sender/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::set_MacroPdf417Sender method linktitle: set_MacroPdf417Sender second_title: Aspose.BarCode for C++ API Reference -description: ' method. MacroPdf417 barcode sender name (optional field). MicroPDF417 barcode sender name (optional field for Structured Append mode) in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::set_MacroPdf417Sender method. MacroPdf417 barcode sender name (optional field). MicroPDF417 barcode sender name (optional field for Structured Append mode) in C++.' type: docs -weight: 4200 +weight: 2400 url: /cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417sender/ --- ## Pdf417Parameters::set_MacroPdf417Sender method diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417terminator/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417terminator/_index.md index 8a9e3a3c4..a3e58a7b4 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417terminator/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417terminator/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::set_MacroPdf417Terminator method linktitle: set_MacroPdf417Terminator second_title: Aspose.BarCode for C++ API Reference -description: ' method. Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417 in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::set_MacroPdf417Terminator method. Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417 in C++.' type: docs -weight: 6600 +weight: 3600 url: /cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417terminator/ --- ## Pdf417Parameters::set_MacroPdf417Terminator method @@ -13,7 +13,7 @@ url: /cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417terminator/ Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. ```cpp -void Aspose::BarCode::Generation::Pdf417Parameters::set_MacroPdf417Terminator(Aspose::BarCode::Generation::Pdf417MacroTerminator value) +void Aspose::BarCode::Generation::Pdf417Parameters::set_MacroPdf417Terminator(Pdf417MacroTerminator value) ``` ## See Also diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417timestamp/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417timestamp/_index.md index bdcab8a86..9ddbe8682 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417timestamp/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417timestamp/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::set_MacroPdf417TimeStamp method linktitle: set_MacroPdf417TimeStamp second_title: Aspose.BarCode for C++ API Reference -description: ' method. MacroPdf417 barcode time stamp (optional field). MicroPDF417 barcode time stamp (optional field for Structured Append mode) in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::set_MacroPdf417TimeStamp method. MacroPdf417 barcode time stamp (optional field). MicroPDF417 barcode time stamp (optional field for Structured Append mode) in C++.' type: docs -weight: 3800 +weight: 2200 url: /cpp/aspose.barcode.generation/pdf417parameters/set_macropdf417timestamp/ --- ## Pdf417Parameters::set_MacroPdf417TimeStamp method diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417compactionmode/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417compactionmode/_index.md deleted file mode 100644 index 3411b6ba6..000000000 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417compactionmode/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: set_Pdf417CompactionMode -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Pdf417 symbology type of BarCode''s compaction mode. Default value: Pdf417CompactionMode.Auto in C++.' -type: docs -weight: 200 -url: /cpp/aspose.barcode.generation/pdf417parameters/set_pdf417compactionmode/ ---- -## Pdf417Parameters::set_Pdf417CompactionMode method - - -Pdf417 symbology type of [BarCode](../../../aspose.barcode/)'s compaction mode. Default value: [Pdf417CompactionMode.Auto](../../aztecencodemode/). - -```cpp -void Aspose::BarCode::Generation::Pdf417Parameters::set_Pdf417CompactionMode(Aspose::BarCode::Generation::Pdf417CompactionMode value) -``` - - -## See Also - -* Enum [Pdf417CompactionMode](../../pdf417compactionmode/) -* Class [Pdf417Parameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417eciencoding/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417eciencoding/_index.md deleted file mode 100644 index 149396399..000000000 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417eciencoding/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: set_Pdf417ECIEncoding -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Not applied for Macro PDF417 text fields. Current implementation consists all well known charset encodings in C++.' -type: docs -weight: 6000 -url: /cpp/aspose.barcode.generation/pdf417parameters/set_pdf417eciencoding/ ---- -## Pdf417Parameters::set_Pdf417ECIEncoding method - - -Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Not applied for Macro PDF417 text fields. Current implementation consists all well known charset encodings. - -```cpp -void Aspose::BarCode::Generation::Pdf417Parameters::set_Pdf417ECIEncoding(ECIEncodings value) -``` - - -## See Also - -* Enum [ECIEncodings](../../eciencodings/) -* Class [Pdf417Parameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417encodemode/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417encodemode/_index.md deleted file mode 100644 index 8a907e9e8..000000000 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417encodemode/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: set_Pdf417EncodeMode -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Identifies Pdf417 encode mode. Default value: Auto in C++.' -type: docs -weight: 600 -url: /cpp/aspose.barcode.generation/pdf417parameters/set_pdf417encodemode/ ---- -## Pdf417Parameters::set_Pdf417EncodeMode method - - -Identifies Pdf417 encode mode. Default value: Auto. - -```cpp -void Aspose::BarCode::Generation::Pdf417Parameters::set_Pdf417EncodeMode(Aspose::BarCode::Generation::Pdf417EncodeMode value) -``` - - -## See Also - -* Enum [Pdf417EncodeMode](../../pdf417encodemode/) -* Class [Pdf417Parameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417errorlevel/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417errorlevel/_index.md deleted file mode 100644 index 1cfa0683b..000000000 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417errorlevel/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: set_Pdf417ErrorLevel -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets Pdf417 symbology type of BarCode''s error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture in C++.' -type: docs -weight: 1000 -url: /cpp/aspose.barcode.generation/pdf417parameters/set_pdf417errorlevel/ ---- -## Pdf417Parameters::set_Pdf417ErrorLevel method - - -Sets Pdf417 symbology type of [BarCode](../../../aspose.barcode/)'s error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. - -```cpp -void Aspose::BarCode::Generation::Pdf417Parameters::set_Pdf417ErrorLevel(Aspose::BarCode::Generation::Pdf417ErrorLevel value) -``` - - -## See Also - -* Enum [Pdf417ErrorLevel](../../pdf417errorlevel/) -* Class [Pdf417Parameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macroaddressee/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macroaddressee/_index.md deleted file mode 100644 index 354b68176..000000000 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macroaddressee/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: set_Pdf417MacroAddressee -second_title: Aspose.BarCode for C++ API Reference -description: ' method. MacroPdf417 barcode addressee name (optional field). MicroPDF417 barcode addressee name (optional field for Structured Append mode) in C++.' -type: docs -weight: 4800 -url: /cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macroaddressee/ ---- -## Pdf417Parameters::set_Pdf417MacroAddressee method - - -MacroPdf417 barcode addressee name (optional field). MicroPDF417 barcode addressee name (optional field for Structured Append mode) - -```cpp -void Aspose::BarCode::Generation::Pdf417Parameters::set_Pdf417MacroAddressee(System::String value) -``` - - -## See Also - -* Class [Pdf417Parameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macrochecksum/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macrochecksum/_index.md deleted file mode 100644 index 8119e817a..000000000 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macrochecksum/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: set_Pdf417MacroChecksum -second_title: Aspose.BarCode for C++ API Reference -description: ' method. MacroPdf417 barcode checksum (optional field). MicroPDF417 barcode checksum (optional field for Structured Append mode) The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. x^16 + x^12 + x^5 + 1 in C++.' -type: docs -weight: 5600 -url: /cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macrochecksum/ ---- -## Pdf417Parameters::set_Pdf417MacroChecksum method - - -MacroPdf417 barcode checksum (optional field). MicroPDF417 barcode checksum (optional field for Structured Append mode) The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. x^16 + x^12 + x^5 + 1 - -```cpp -void Aspose::BarCode::Generation::Pdf417Parameters::set_Pdf417MacroChecksum(int32_t value) -``` - - -## See Also - -* Class [Pdf417Parameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macroeciencoding/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macroeciencoding/_index.md deleted file mode 100644 index 5cf21f853..000000000 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macroeciencoding/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: set_Pdf417MacroECIEncoding -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields in C++.' -type: docs -weight: 6400 -url: /cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macroeciencoding/ ---- -## Pdf417Parameters::set_Pdf417MacroECIEncoding method - - -Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. - -```cpp -void Aspose::BarCode::Generation::Pdf417Parameters::set_Pdf417MacroECIEncoding(ECIEncodings value) -``` - - -## See Also - -* Enum [ECIEncodings](../../eciencodings/) -* Class [Pdf417Parameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macrofileid/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macrofileid/_index.md deleted file mode 100644 index 0b97cc28f..000000000 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macrofileid/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: set_Pdf417MacroFileID -second_title: Aspose.BarCode for C++ API Reference -description: ' method. MacroPdf417 barcode''s file ID (Required field). MicroPDF417 barcode''s file ID (Required field for Structured Append mode) in C++.' -type: docs -weight: 2400 -url: /cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macrofileid/ ---- -## Pdf417Parameters::set_Pdf417MacroFileID method - - -MacroPdf417 barcode's file ID (Required field). MicroPDF417 barcode's file ID (Required field for Structured Append mode) - -```cpp -void Aspose::BarCode::Generation::Pdf417Parameters::set_Pdf417MacroFileID(int32_t value) -``` - - -## See Also - -* Class [Pdf417Parameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macrofilename/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macrofilename/_index.md deleted file mode 100644 index f4ec6350a..000000000 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macrofilename/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: set_Pdf417MacroFileName -second_title: Aspose.BarCode for C++ API Reference -description: ' method. MacroPdf417 barcode file name (optional field). MicroPDF417 barcode file name (optional field for Structured Append mode) in C++.' -type: docs -weight: 3600 -url: /cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macrofilename/ ---- -## Pdf417Parameters::set_Pdf417MacroFileName method - - -MacroPdf417 barcode file name (optional field). MicroPDF417 barcode file name (optional field for Structured Append mode) - -```cpp -void Aspose::BarCode::Generation::Pdf417Parameters::set_Pdf417MacroFileName(System::String value) -``` - - -## See Also - -* Class [Pdf417Parameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macrofilesize/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macrofilesize/_index.md deleted file mode 100644 index 1fbdeaf80..000000000 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macrofilesize/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: set_Pdf417MacroFileSize -second_title: Aspose.BarCode for C++ API Reference -description: ' method. MacroPdf417 file size (optional field). MicroPDF417 file size (optional field for Structured Append mode) The file size field contains the size in bytes of the entire source file in C++.' -type: docs -weight: 5200 -url: /cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macrofilesize/ ---- -## Pdf417Parameters::set_Pdf417MacroFileSize method - - -MacroPdf417 file size (optional field). MicroPDF417 file size (optional field for Structured Append mode) The file size field contains the size in bytes of the entire source file. - -```cpp -void Aspose::BarCode::Generation::Pdf417Parameters::set_Pdf417MacroFileSize(int32_t value) -``` - - -## See Also - -* Class [Pdf417Parameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macrosegmentid/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macrosegmentid/_index.md deleted file mode 100644 index f70433c53..000000000 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macrosegmentid/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: set_Pdf417MacroSegmentID -second_title: Aspose.BarCode for C++ API Reference -description: ' method. MacroPdf417 barcode''s segment ID (Required field), which starts from 0, to MacroSegmentsCount - 1. MicroPDF417 barcode''s segment ID (Required field for Structured Append mode) in C++.' -type: docs -weight: 2800 -url: /cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macrosegmentid/ ---- -## Pdf417Parameters::set_Pdf417MacroSegmentID method - - -MacroPdf417 barcode's segment ID (Required field), which starts from 0, to MacroSegmentsCount - 1. MicroPDF417 barcode's segment ID (Required field for Structured Append mode) - -```cpp -void Aspose::BarCode::Generation::Pdf417Parameters::set_Pdf417MacroSegmentID(int32_t value) -``` - - -## See Also - -* Class [Pdf417Parameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macrosegmentscount/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macrosegmentscount/_index.md deleted file mode 100644 index 2dcb731cd..000000000 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macrosegmentscount/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: set_Pdf417MacroSegmentsCount -second_title: Aspose.BarCode for C++ API Reference -description: ' method. MacroPdf417 barcode segments count (optional field). MicroPDF417 barcode segments count (optional field for Structured Append mode) in C++.' -type: docs -weight: 3200 -url: /cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macrosegmentscount/ ---- -## Pdf417Parameters::set_Pdf417MacroSegmentsCount method - - -MacroPdf417 barcode segments count (optional field). MicroPDF417 barcode segments count (optional field for Structured Append mode) - -```cpp -void Aspose::BarCode::Generation::Pdf417Parameters::set_Pdf417MacroSegmentsCount(int32_t value) -``` - - -## See Also - -* Class [Pdf417Parameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macrosender/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macrosender/_index.md deleted file mode 100644 index 019376535..000000000 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macrosender/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: set_Pdf417MacroSender -second_title: Aspose.BarCode for C++ API Reference -description: ' method. MacroPdf417 barcode sender name (optional field). MicroPDF417 barcode sender name (optional field for Structured Append mode) in C++.' -type: docs -weight: 4400 -url: /cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macrosender/ ---- -## Pdf417Parameters::set_Pdf417MacroSender method - - -MacroPdf417 barcode sender name (optional field). MicroPDF417 barcode sender name (optional field for Structured Append mode) - -```cpp -void Aspose::BarCode::Generation::Pdf417Parameters::set_Pdf417MacroSender(System::String value) -``` - - -## See Also - -* Class [Pdf417Parameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macroterminator/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macroterminator/_index.md deleted file mode 100644 index 6cb878108..000000000 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macroterminator/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: set_Pdf417MacroTerminator -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417 in C++.' -type: docs -weight: 6800 -url: /cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macroterminator/ ---- -## Pdf417Parameters::set_Pdf417MacroTerminator method - - -Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. - -```cpp -void Aspose::BarCode::Generation::Pdf417Parameters::set_Pdf417MacroTerminator(Aspose::BarCode::Generation::Pdf417MacroTerminator value) -``` - - -## See Also - -* Enum [Pdf417MacroTerminator](../../pdf417macroterminator/) -* Class [Pdf417Parameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macrotimestamp/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macrotimestamp/_index.md deleted file mode 100644 index 074226606..000000000 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macrotimestamp/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: set_Pdf417MacroTimeStamp -second_title: Aspose.BarCode for C++ API Reference -description: ' method. MacroPdf417 barcode time stamp (optional field). MicroPDF417 barcode time stamp (optional field for Structured Append mode) in C++.' -type: docs -weight: 4000 -url: /cpp/aspose.barcode.generation/pdf417parameters/set_pdf417macrotimestamp/ ---- -## Pdf417Parameters::set_Pdf417MacroTimeStamp method - - -MacroPdf417 barcode time stamp (optional field). MicroPDF417 barcode time stamp (optional field for Structured Append mode) - -```cpp -void Aspose::BarCode::Generation::Pdf417Parameters::set_Pdf417MacroTimeStamp(System::DateTime value) -``` - - -## See Also - -* Class [Pdf417Parameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417truncate/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417truncate/_index.md deleted file mode 100644 index 2a1a74d45..000000000 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/set_pdf417truncate/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: method -linktitle: set_Pdf417Truncate -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Whether Pdf417 symbology type of BarCode is truncated (to reduce space). Also known as CompactPDF417. Rigth row indicator and right stop pattern are removed in this mode in C++.' -type: docs -weight: 1400 -url: /cpp/aspose.barcode.generation/pdf417parameters/set_pdf417truncate/ ---- -## Pdf417Parameters::set_Pdf417Truncate method - - -Whether Pdf417 symbology type of [BarCode](../../../aspose.barcode/) is truncated (to reduce space). Also known as CompactPDF417. Rigth row indicator and right stop pattern are removed in this mode. - -```cpp -void Aspose::BarCode::Generation::Pdf417Parameters::set_Pdf417Truncate(bool value) -``` - - -## See Also - -* Class [Pdf417Parameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/set_rows/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/set_rows/_index.md index 369101780..1b6a41c1d 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/set_rows/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/set_rows/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::set_Rows method linktitle: set_Rows second_title: Aspose.BarCode for C++ API Reference -description: ' method. Rows count in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::set_Rows method. Rows count in C++.' type: docs -weight: 1800 +weight: 1000 url: /cpp/aspose.barcode.generation/pdf417parameters/set_rows/ --- ## Pdf417Parameters::set_Rows method diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/set_truncate/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/set_truncate/_index.md index 738eaf8f9..475cf3a88 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/set_truncate/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/set_truncate/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::set_Truncate method linktitle: set_Truncate second_title: Aspose.BarCode for C++ API Reference -description: ' method. Whether Pdf417 symbology type of BarCode is truncated (to reduce space). Also known as CompactPDF417. Rigth row indicator and right stop pattern are removed in this mode in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::set_Truncate method. Whether Pdf417 symbology type of BarCode is truncated (to reduce space). Also known as CompactPDF417. Rigth row indicator and right stop pattern are removed in this mode in C++.' type: docs -weight: 1200 +weight: 600 url: /cpp/aspose.barcode.generation/pdf417parameters/set_truncate/ --- ## Pdf417Parameters::set_Truncate method @@ -16,6 +16,9 @@ Whether Pdf417 symbology type of [BarCode](../../../aspose.barcode/) is truncate void Aspose::BarCode::Generation::Pdf417Parameters::set_Truncate(bool value) ``` + + + ## See Also * Class [Pdf417Parameters](../) diff --git a/english/cpp/aspose.barcode.generation/pdf417parameters/tostring/_index.md b/english/cpp/aspose.barcode.generation/pdf417parameters/tostring/_index.md index ff6210f1b..a7a5a4520 100644 --- a/english/cpp/aspose.barcode.generation/pdf417parameters/tostring/_index.md +++ b/english/cpp/aspose.barcode.generation/pdf417parameters/tostring/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::Pdf417Parameters::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this Pdf417Parameters in C++.' +description: 'Aspose::BarCode::Generation::Pdf417Parameters::ToString method. Returns a human-readable string representation of this Pdf417Parameters in C++.' type: docs -weight: 7700 +weight: 4500 url: /cpp/aspose.barcode.generation/pdf417parameters/tostring/ --- ## Pdf417Parameters::ToString method diff --git a/english/cpp/aspose.barcode.generation/pdfparameters/get_cmykbackcolor/_index.md b/english/cpp/aspose.barcode.generation/pdfparameters/get_cmykbackcolor/_index.md index f47b9c945..a10a7f290 100644 --- a/english/cpp/aspose.barcode.generation/pdfparameters/get_cmykbackcolor/_index.md +++ b/english/cpp/aspose.barcode.generation/pdfparameters/get_cmykbackcolor/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::PdfParameters::get_CMYKBackColor method linktitle: get_CMYKBackColor second_title: Aspose.BarCode for C++ API Reference -description: ' method. Nullable. CMYK back color value. Null means CMYK color is not used, instead normal RGB color is used in C++.' +description: 'Aspose::BarCode::Generation::PdfParameters::get_CMYKBackColor method. Nullable. CMYK back color value. Null means CMYK color is not used, instead normal RGB color is used in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.generation/pdfparameters/get_cmykbackcolor/ diff --git a/english/cpp/aspose.barcode.generation/pdfparameters/get_cmykbarcolor/_index.md b/english/cpp/aspose.barcode.generation/pdfparameters/get_cmykbarcolor/_index.md index ddd7e1396..5aecc8521 100644 --- a/english/cpp/aspose.barcode.generation/pdfparameters/get_cmykbarcolor/_index.md +++ b/english/cpp/aspose.barcode.generation/pdfparameters/get_cmykbarcolor/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::PdfParameters::get_CMYKBarColor method linktitle: get_CMYKBarColor second_title: Aspose.BarCode for C++ API Reference -description: ' method. Nullable. CMYK color value of bar code. Null means CMYK color is not used, instead normal RGB color is used in C++.' +description: 'Aspose::BarCode::Generation::PdfParameters::get_CMYKBarColor method. Nullable. CMYK color value of bar code. Null means CMYK color is not used, instead normal RGB color is used in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/pdfparameters/get_cmykbarcolor/ diff --git a/english/cpp/aspose.barcode.generation/pdfparameters/get_cmykcaptionabovecolor/_index.md b/english/cpp/aspose.barcode.generation/pdfparameters/get_cmykcaptionabovecolor/_index.md index 13f58d4b7..4568fa1fe 100644 --- a/english/cpp/aspose.barcode.generation/pdfparameters/get_cmykcaptionabovecolor/_index.md +++ b/english/cpp/aspose.barcode.generation/pdfparameters/get_cmykcaptionabovecolor/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::PdfParameters::get_CMYKCaptionAboveColor method linktitle: get_CMYKCaptionAboveColor second_title: Aspose.BarCode for C++ API Reference -description: ' method. Nullable. CMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used in C++.' +description: 'Aspose::BarCode::Generation::PdfParameters::get_CMYKCaptionAboveColor method. Nullable. CMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.generation/pdfparameters/get_cmykcaptionabovecolor/ diff --git a/english/cpp/aspose.barcode.generation/pdfparameters/get_cmykcaptionbelowcolor/_index.md b/english/cpp/aspose.barcode.generation/pdfparameters/get_cmykcaptionbelowcolor/_index.md index 6c6768668..e9b2e3bc1 100644 --- a/english/cpp/aspose.barcode.generation/pdfparameters/get_cmykcaptionbelowcolor/_index.md +++ b/english/cpp/aspose.barcode.generation/pdfparameters/get_cmykcaptionbelowcolor/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::PdfParameters::get_CMYKCaptionBelowColor method linktitle: get_CMYKCaptionBelowColor second_title: Aspose.BarCode for C++ API Reference -description: ' method. Nullable. CMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used in C++.' +description: 'Aspose::BarCode::Generation::PdfParameters::get_CMYKCaptionBelowColor method. Nullable. CMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used in C++.' type: docs weight: 900 url: /cpp/aspose.barcode.generation/pdfparameters/get_cmykcaptionbelowcolor/ diff --git a/english/cpp/aspose.barcode.generation/pdfparameters/get_cmykcodetextcolor/_index.md b/english/cpp/aspose.barcode.generation/pdfparameters/get_cmykcodetextcolor/_index.md index 013fdae7a..29d269c9e 100644 --- a/english/cpp/aspose.barcode.generation/pdfparameters/get_cmykcodetextcolor/_index.md +++ b/english/cpp/aspose.barcode.generation/pdfparameters/get_cmykcodetextcolor/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::PdfParameters::get_CMYKCodetextColor method linktitle: get_CMYKCodetextColor second_title: Aspose.BarCode for C++ API Reference -description: ' method. Nullable. CMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used in C++.' +description: 'Aspose::BarCode::Generation::PdfParameters::get_CMYKCodetextColor method. Nullable. CMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.generation/pdfparameters/get_cmykcodetextcolor/ diff --git a/english/cpp/aspose.barcode.generation/pdfparameters/get_istextaspath/_index.md b/english/cpp/aspose.barcode.generation/pdfparameters/get_istextaspath/_index.md index ab529413b..21dca4ecd 100644 --- a/english/cpp/aspose.barcode.generation/pdfparameters/get_istextaspath/_index.md +++ b/english/cpp/aspose.barcode.generation/pdfparameters/get_istextaspath/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::PdfParameters::get_IsTextAsPath method linktitle: get_IsTextAsPath second_title: Aspose.BarCode for C++ API Reference -description: ' method. Are paths used instead of text (use if Unicode characters are not displayed) Default value: false in C++.' +description: 'Aspose::BarCode::Generation::PdfParameters::get_IsTextAsPath method. Are paths used instead of text (use if Unicode characters are not displayed) Default value: false in C++.' type: docs weight: 1100 url: /cpp/aspose.barcode.generation/pdfparameters/get_istextaspath/ diff --git a/english/cpp/aspose.barcode.generation/pdfparameters/set_cmykbackcolor/_index.md b/english/cpp/aspose.barcode.generation/pdfparameters/set_cmykbackcolor/_index.md index 3d0eb75c6..2200dac9b 100644 --- a/english/cpp/aspose.barcode.generation/pdfparameters/set_cmykbackcolor/_index.md +++ b/english/cpp/aspose.barcode.generation/pdfparameters/set_cmykbackcolor/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::PdfParameters::set_CMYKBackColor method linktitle: set_CMYKBackColor second_title: Aspose.BarCode for C++ API Reference -description: ' method. Nullable. CMYK back color value. Null means CMYK color is not used, instead normal RGB color is used in C++.' +description: 'Aspose::BarCode::Generation::PdfParameters::set_CMYKBackColor method. Nullable. CMYK back color value. Null means CMYK color is not used, instead normal RGB color is used in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.generation/pdfparameters/set_cmykbackcolor/ diff --git a/english/cpp/aspose.barcode.generation/pdfparameters/set_cmykbarcolor/_index.md b/english/cpp/aspose.barcode.generation/pdfparameters/set_cmykbarcolor/_index.md index 9fdcbce9b..f5fd0661c 100644 --- a/english/cpp/aspose.barcode.generation/pdfparameters/set_cmykbarcolor/_index.md +++ b/english/cpp/aspose.barcode.generation/pdfparameters/set_cmykbarcolor/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::PdfParameters::set_CMYKBarColor method linktitle: set_CMYKBarColor second_title: Aspose.BarCode for C++ API Reference -description: ' method. Nullable. CMYK color value of bar code. Null means CMYK color is not used, instead normal RGB color is used in C++.' +description: 'Aspose::BarCode::Generation::PdfParameters::set_CMYKBarColor method. Nullable. CMYK color value of bar code. Null means CMYK color is not used, instead normal RGB color is used in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/pdfparameters/set_cmykbarcolor/ diff --git a/english/cpp/aspose.barcode.generation/pdfparameters/set_cmykcaptionabovecolor/_index.md b/english/cpp/aspose.barcode.generation/pdfparameters/set_cmykcaptionabovecolor/_index.md index 081951f19..48358d6fa 100644 --- a/english/cpp/aspose.barcode.generation/pdfparameters/set_cmykcaptionabovecolor/_index.md +++ b/english/cpp/aspose.barcode.generation/pdfparameters/set_cmykcaptionabovecolor/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::PdfParameters::set_CMYKCaptionAboveColor method linktitle: set_CMYKCaptionAboveColor second_title: Aspose.BarCode for C++ API Reference -description: ' method. Nullable. CMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used in C++.' +description: 'Aspose::BarCode::Generation::PdfParameters::set_CMYKCaptionAboveColor method. Nullable. CMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used in C++.' type: docs weight: 800 url: /cpp/aspose.barcode.generation/pdfparameters/set_cmykcaptionabovecolor/ diff --git a/english/cpp/aspose.barcode.generation/pdfparameters/set_cmykcaptionbelowcolor/_index.md b/english/cpp/aspose.barcode.generation/pdfparameters/set_cmykcaptionbelowcolor/_index.md index 45035b42f..f5d35a121 100644 --- a/english/cpp/aspose.barcode.generation/pdfparameters/set_cmykcaptionbelowcolor/_index.md +++ b/english/cpp/aspose.barcode.generation/pdfparameters/set_cmykcaptionbelowcolor/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::PdfParameters::set_CMYKCaptionBelowColor method linktitle: set_CMYKCaptionBelowColor second_title: Aspose.BarCode for C++ API Reference -description: ' method. Nullable. CMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used in C++.' +description: 'Aspose::BarCode::Generation::PdfParameters::set_CMYKCaptionBelowColor method. Nullable. CMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used in C++.' type: docs weight: 1000 url: /cpp/aspose.barcode.generation/pdfparameters/set_cmykcaptionbelowcolor/ diff --git a/english/cpp/aspose.barcode.generation/pdfparameters/set_cmykcodetextcolor/_index.md b/english/cpp/aspose.barcode.generation/pdfparameters/set_cmykcodetextcolor/_index.md index 73057622b..8f22b1a8a 100644 --- a/english/cpp/aspose.barcode.generation/pdfparameters/set_cmykcodetextcolor/_index.md +++ b/english/cpp/aspose.barcode.generation/pdfparameters/set_cmykcodetextcolor/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::PdfParameters::set_CMYKCodetextColor method linktitle: set_CMYKCodetextColor second_title: Aspose.BarCode for C++ API Reference -description: ' method. Nullable. CMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used in C++.' +description: 'Aspose::BarCode::Generation::PdfParameters::set_CMYKCodetextColor method. Nullable. CMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.generation/pdfparameters/set_cmykcodetextcolor/ diff --git a/english/cpp/aspose.barcode.generation/pdfparameters/set_istextaspath/_index.md b/english/cpp/aspose.barcode.generation/pdfparameters/set_istextaspath/_index.md index 7b4248858..5f3a89251 100644 --- a/english/cpp/aspose.barcode.generation/pdfparameters/set_istextaspath/_index.md +++ b/english/cpp/aspose.barcode.generation/pdfparameters/set_istextaspath/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::PdfParameters::set_IsTextAsPath method linktitle: set_IsTextAsPath second_title: Aspose.BarCode for C++ API Reference -description: ' method. Are paths used instead of text (use if Unicode characters are not displayed) Default value: false in C++.' +description: 'Aspose::BarCode::Generation::PdfParameters::set_IsTextAsPath method. Are paths used instead of text (use if Unicode characters are not displayed) Default value: false in C++.' type: docs weight: 1200 url: /cpp/aspose.barcode.generation/pdfparameters/set_istextaspath/ diff --git a/english/cpp/aspose.barcode.generation/postalparameters/_index.md b/english/cpp/aspose.barcode.generation/postalparameters/_index.md index 8db57b31a..42f41a7b0 100644 --- a/english/cpp/aspose.barcode.generation/postalparameters/_index.md +++ b/english/cpp/aspose.barcode.generation/postalparameters/_index.md @@ -20,9 +20,7 @@ class PostalParameters : public System::Object | Method | Description | | --- | --- | -| [get_PostalShortBarHeight](./get_postalshortbarheight/)() | Short bar's height of Postal barcodes. | | [get_ShortBarHeight](./get_shortbarheight/)() const | Short bar's height of Postal barcodes. | -| [set_PostalShortBarHeight](./set_postalshortbarheight/)(System::SharedPtr\) | Short bar's height of Postal barcodes. | | [set_ShortBarHeight](./set_shortbarheight/)(System::SharedPtr\) | Short bar's height of Postal barcodes. | | [ToString](./tostring/)() const override | Returns a human-readable string representation of this [PostalParameters](./). | ## See Also diff --git a/english/cpp/aspose.barcode.generation/postalparameters/get_postalshortbarheight/_index.md b/english/cpp/aspose.barcode.generation/postalparameters/get_postalshortbarheight/_index.md deleted file mode 100644 index 24803b6e2..000000000 --- a/english/cpp/aspose.barcode.generation/postalparameters/get_postalshortbarheight/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: get_PostalShortBarHeight -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Short bar''s height of Postal barcodes in C++.' -type: docs -weight: 300 -url: /cpp/aspose.barcode.generation/postalparameters/get_postalshortbarheight/ ---- -## PostalParameters::get_PostalShortBarHeight method - - -Short bar's height of Postal barcodes. - -```cpp -System::SharedPtr Aspose::BarCode::Generation::PostalParameters::get_PostalShortBarHeight() -``` - - -## See Also - -* Class [Unit](../../unit/) -* Class [PostalParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/postalparameters/get_shortbarheight/_index.md b/english/cpp/aspose.barcode.generation/postalparameters/get_shortbarheight/_index.md index f30c2adb2..c9e92536d 100644 --- a/english/cpp/aspose.barcode.generation/postalparameters/get_shortbarheight/_index.md +++ b/english/cpp/aspose.barcode.generation/postalparameters/get_shortbarheight/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::PostalParameters::get_ShortBarHeight method linktitle: get_ShortBarHeight second_title: Aspose.BarCode for C++ API Reference -description: ' method. Short bar''s height of Postal barcodes in C++.' +description: 'Aspose::BarCode::Generation::PostalParameters::get_ShortBarHeight method. Short bar''s height of Postal barcodes in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/postalparameters/get_shortbarheight/ diff --git a/english/cpp/aspose.barcode.generation/postalparameters/set_postalshortbarheight/_index.md b/english/cpp/aspose.barcode.generation/postalparameters/set_postalshortbarheight/_index.md deleted file mode 100644 index 2640edbd9..000000000 --- a/english/cpp/aspose.barcode.generation/postalparameters/set_postalshortbarheight/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: set_PostalShortBarHeight -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Short bar''s height of Postal barcodes in C++.' -type: docs -weight: 400 -url: /cpp/aspose.barcode.generation/postalparameters/set_postalshortbarheight/ ---- -## PostalParameters::set_PostalShortBarHeight method - - -Short bar's height of Postal barcodes. - -```cpp -void Aspose::BarCode::Generation::PostalParameters::set_PostalShortBarHeight(System::SharedPtr value) -``` - - -## See Also - -* Class [Unit](../../unit/) -* Class [PostalParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/postalparameters/set_shortbarheight/_index.md b/english/cpp/aspose.barcode.generation/postalparameters/set_shortbarheight/_index.md index e0bff91c3..beccff62d 100644 --- a/english/cpp/aspose.barcode.generation/postalparameters/set_shortbarheight/_index.md +++ b/english/cpp/aspose.barcode.generation/postalparameters/set_shortbarheight/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::PostalParameters::set_ShortBarHeight method linktitle: set_ShortBarHeight second_title: Aspose.BarCode for C++ API Reference -description: ' method. Short bar''s height of Postal barcodes in C++.' +description: 'Aspose::BarCode::Generation::PostalParameters::set_ShortBarHeight method. Short bar''s height of Postal barcodes in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/postalparameters/set_shortbarheight/ diff --git a/english/cpp/aspose.barcode.generation/postalparameters/tostring/_index.md b/english/cpp/aspose.barcode.generation/postalparameters/tostring/_index.md index 6322059cd..c9acbf0db 100644 --- a/english/cpp/aspose.barcode.generation/postalparameters/tostring/_index.md +++ b/english/cpp/aspose.barcode.generation/postalparameters/tostring/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::PostalParameters::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this PostalParameters in C++.' +description: 'Aspose::BarCode::Generation::PostalParameters::ToString method. Returns a human-readable string representation of this PostalParameters in C++.' type: docs -weight: 500 +weight: 300 url: /cpp/aspose.barcode.generation/postalparameters/tostring/ --- ## PostalParameters::ToString method diff --git a/english/cpp/aspose.barcode.generation/qrencodemode/_index.md b/english/cpp/aspose.barcode.generation/qrencodemode/_index.md index 1c2ffff7b..c1df1d7b6 100644 --- a/english/cpp/aspose.barcode.generation/qrencodemode/_index.md +++ b/english/cpp/aspose.barcode.generation/qrencodemode/_index.md @@ -1,10 +1,10 @@ --- -title: enum +title: Aspose::BarCode::Generation::QREncodeMode enum linktitle: QREncodeMode second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Encoding mode for QR barcodes in C++.' +description: 'Aspose::BarCode::Generation::QREncodeMode enum. Encoding mode for QR barcodes in C++.' type: docs -weight: 7600 +weight: 7500 url: /cpp/aspose.barcode.generation/qrencodemode/ --- ## QREncodeMode enum @@ -21,11 +21,6 @@ enum class QREncodeMode | Name | Value | Description | | --- | --- | --- | | Auto | 0 | In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are encoded in kanji mode if possible, or they are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. | -| Bytes | 1 | Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first. | -| Utf8BOM | 2 | Encode codetext with UTF8 encoding with first ByteOfMark character. | -| Utf16BEBOM | 3 | Encode codetext with UTF8 encoding with first ByteOfMark character. It can be problems with some barcode scanners. | -| ECIEncoding | 4 | Encode codetext with value set in the ECIEncoding property. It can be problems with some old (pre 2006) barcode scanners. This mode is not supported by MicroQR barcodes. | -| ExtendedCodetext | 5 | | | Extended | 6 | | | Binary | 7 | In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. | | ECI | 8 | In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. This mode is not supported by MicroQR barcodes. | @@ -55,18 +50,25 @@ End Using //This sample shows how to use FNC1 first position in Extended Mode. -//Extended Channel mode which supports FNC1 first position, FNC1 second position and multi ECI modes. -//It is better to use QrExtCodetextBuilder for extended codetext generation. -//Use Display2DText property to set visible text to removing managing characters. -//Encoding Principles: -//All symbols "\" must be doubled "\\" in the codetext. -//FNC1 in first position is set in codetext as as "" -//FNC1 in second position is set in codetext as as "". The value must be single symbols (a-z, A-Z) or digits from 0 to 99. -//Group Separator for FNC1 modes is set as 0x1D character '\\u001D' -//If you need to insert "" string into barcode write it as "<\FNC1>" -//ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier -//To disable current ECI mode and convert to default JIS8 mode zero mode ECI indetifier is set. "\000000" -//All unicode characters after ECI identifier are automatically encoded into correct character codeset. +Extended Channel mode which supports FNC1 first position, FNC1 second position and multi ECI modes. +It is better to use QrExtCodetextBuilder for extended codetext generation. +Use Display2DText property to set visible text by removing managing characters. +Encoding Principles: +All symbols "\" must be doubled "\\" in the codetext. +FNC1 in first position is set in codetext as "". +FNC1 in second position is set in codetext as "". The value must be a single character from a-z or A-Z, or a two-digit number from 00 to 99. +Group Separator for FNC1 modes is set as 0x1D character '\u001D'. +If you need to insert "" string into barcode write it as "<\FNC1>". +ECI identifiers are set as single slash and six digits identifier, for example "\000026" for UTF8 ECI identifier. +The default ECI mode is ISO/IEC 8859-1 ECI identifier "\000003". It does not need to be encoded at the beginning of the codetext. +To switch from another ECI mode to the default ECI mode, use "\000003". +All unicode characters after ECI identifier are automatically encoded into correct character codeset. +QR compaction mode selectors are set as single slash and mode name: "\auto", "\num", "\alnum", "\byte", "\kanji". +"\auto" sets automatic compaction mode, "\num" sets Numeric mode, "\alnum" sets AlphaNumeric mode, "\byte" sets Bytes mode, and "\kanji" sets Kanji mode. +The default compaction mode is "\auto". +Compaction mode selectors define the encoding mode for the following data until the next compaction mode selector or ECI identifier is found. +If the data cannot be encoded in the selected compaction mode, an ArgumentException is thrown. +This mode is not supported by MicroQR barcodes. [C#] //create codetext @@ -134,12 +136,15 @@ QrExtCodetextBuilder textBuilder = new QrExtCodetextBuilder(); textBuilder.AddECICodetext(ECIEncodings.Win1251, "Will"); textBuilder.AddECICodetext(ECIEncodings.UTF8, "Right"); textBuilder.AddECICodetext(ECIEncodings.UTF16BE, "Power"); -textBuilder.AddPlainCodetext(@"t\e\\st"); -
//generate barcode +textBuilder.AddPlainCodetext(@"t\e\\st"); +textBuilder.AddAlphaNumericCodetext(@"ASPOSE2001"); +textBuilder.AddNumericCodetext(@"20012026"); + +//generate barcode using (Aspose.BarCode.Generation.BarcodeGenerator generator = new Aspose.BarCode.Generation.BarcodeGenerator(EncodeTypes.QR)) { generator.CodeText = textBuilder.GetExtendedCodetext(); - generator.Parameters.Barcode.QR.EncodeMode = QREncodeMode.Extendedt; + generator.Parameters.Barcode.QR.EncodeMode = QREncodeMode.Extended; generator.Parameters.Barcode.CodeTextParameters.TwoDDisplayText = "My Text"; generator.Save(@"d:\test.png"); } @@ -150,16 +155,21 @@ textBuilder.AddECICodetext(ECIEncodings.Win1251, "Will") textBuilder.AddECICodetext(ECIEncodings.UTF8, "Right") textBuilder.AddECICodetext(ECIEncodings.UTF16BE, "Power") textBuilder.AddPlainCodetext(@"t\e\\st") +textBuilder.AddCodetextWithCompactionMode(QrExtCompactionMode.AlphaNumeric, @"ASPOSE2001"); +textBuilder.AddCodetextWithCompactionMode(QrExtCompactionMode.Numeric, @"20012026"); + 'generate barcode Using generator As New Aspose.BarCode.Generation.BarcodeGenerator(EncodeTypes.QR) generator.CodeText = textBuilder.GetExtendedCodetext() generator.Parameters.Barcode.QR.EncodeMode = QREncodeMode.Extended generator.Parameters.Barcode.CodeTextParameters.TwoDDisplayText = "My Text" generator.Save("test.png") -End Using -
+End Using
``` + + + ## See Also * Namespace [Aspose::BarCode::Generation](../) diff --git a/english/cpp/aspose.barcode.generation/qrencodetype/_index.md b/english/cpp/aspose.barcode.generation/qrencodetype/_index.md deleted file mode 100644 index 138e162c4..000000000 --- a/english/cpp/aspose.barcode.generation/qrencodetype/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: enum -linktitle: QREncodeType -second_title: Aspose.BarCode for C++ API Reference -description: ' enum. QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR. ForceMicroQR is used for strongly MicroQR symbol generation if it is possible in C++.' -type: docs -weight: 7700 -url: /cpp/aspose.barcode.generation/qrencodetype/ ---- -## QREncodeType enum - - -QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR. ForceMicroQR is used for strongly MicroQR symbol generation if it is possible. - -```cpp -enum class QREncodeType -``` - -### Values - -| Name | Value | Description | -| --- | --- | --- | -| Auto | 0 | Mode starts barcode version negotiation from MicroQR V1 | -| ForceQR | 1 | Mode starts barcode version negotiation from QR V1 | -| ForceMicroQR | 2 | Mode starts barcode version negotiation from from MicroQR V1 to V4. If data cannot be encoded into MicroQR, exception is thrown. | - -## See Also - -* Namespace [Aspose::BarCode::Generation](../) -* Library [Aspose.BarCode for C++](../../) diff --git a/english/cpp/aspose.barcode.generation/qrerrorlevel/_index.md b/english/cpp/aspose.barcode.generation/qrerrorlevel/_index.md index b8c5861fe..987dd8375 100644 --- a/english/cpp/aspose.barcode.generation/qrerrorlevel/_index.md +++ b/english/cpp/aspose.barcode.generation/qrerrorlevel/_index.md @@ -1,10 +1,10 @@ --- -title: enum +title: Aspose::BarCode::Generation::QRErrorLevel enum linktitle: QRErrorLevel second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Level of Reed-Solomon error correction. From low to high: LevelL, LevelM, LevelQ, LevelH in C++.' +description: 'Aspose::BarCode::Generation::QRErrorLevel enum. Level of Reed-Solomon error correction. From low to high: LevelL, LevelM, LevelQ, LevelH in C++.' type: docs -weight: 7800 +weight: 7600 url: /cpp/aspose.barcode.generation/qrerrorlevel/ --- ## QRErrorLevel enum diff --git a/english/cpp/aspose.barcode.generation/qrextcodetextbuilder/_index.md b/english/cpp/aspose.barcode.generation/qrextcodetextbuilder/_index.md index 2470748ef..300538422 100644 --- a/english/cpp/aspose.barcode.generation/qrextcodetextbuilder/_index.md +++ b/english/cpp/aspose.barcode.generation/qrextcodetextbuilder/_index.md @@ -20,14 +20,16 @@ class QrExtCodetextBuilder : public Aspose::BarCode::Generation::ExtCodetextBuil | Method | Description | | --- | --- | +| [AddCodetextWithCompactionMode](./addcodetextwithcompactionmode/)(QrExtCompactionMode, System::String) | Adds codetext with the specified QR compaction mode to the extended codetext items. | | [AddECICodetext](../extcodetextbuilder/addecicodetext/)(ECIEncodings, System::String) | Adds codetext with Extended Channel Identifier | -| [AddFNC1FirstPosition](./addfnc1firstposition/)() | Adds FNC1 in first position to the extended codetext items | +| [AddFNC1FirstPosition](./addfnc1firstposition/)() | Sets FNC1 in first position. If another FNC1 mode was set before, it is replaced. | | [AddFNC1GroupSeparator](./addfnc1groupseparator/)() | Adds Group Separator (GS - '\u001D') to the extended codetext items | -| [AddFNC1SecondPosition](./addfnc1secondposition/)(System::String) | Adds FNC1 in second position to the extended codetext items | +| [AddFNC1SecondPosition](./addfnc1secondposition/)(System::String) | Sets FNC1 in second position. If another FNC1 mode was set before, it is replaced. | | [AddPlainCodetext](../extcodetextbuilder/addplaincodetext/)(System::String) | Adds plain codetext to the extended codetext items | -| virtual [Clear](../extcodetextbuilder/clear/)() | Clears extended codetext items | +| [Clear](./clear/)() override | Clears extended codetext items | | [ExtCodetextBuilder](../extcodetextbuilder/extcodetextbuilder/)() | | | [GetExtendedCodetext](./getextendedcodetext/)() override | Generates Extended codetext from the extended codetext list. | +| [QrExtCodetextBuilder](./qrextcodetextbuilder/)() | | ## Remarks @@ -45,21 +47,21 @@ This sample shows how to use FNC1 first position in Extended Mode. ```cpp [C#] //create codetext -QrExtCodetextBuilder lTextBuilder = new QrExtCodetextBuilder(); -lTextBuilder.AddFNC1FirstPosition(); -lTextBuilder.AddPlainCodetext("000%89%%0"); -lTextBuilder.AddFNC1GroupSeparator(); -lTextBuilder.AddPlainCodetext("12345"); +QrExtCodetextBuilder TextBuilder = new QrExtCodetextBuilder(); +TextBuilder.AddFNC1FirstPosition(); +TextBuilder.AddPlainCodetext("000%89%%0"); +TextBuilder.AddFNC1GroupSeparator(); +TextBuilder.AddPlainCodetext("12345"); //generate codetext -string lCodetext = lTextBuilder.GetExtendedCodetext(); +string codetext = TextBuilder.GetExtendedCodetext(); //generate using(BarcodeGenerator generator = new BarcodeGenerator(EncodeTypes.QR)) { generator.Parameters.Barcode.QR.EncodeMode = QREncodeMode.ExtendedCodetext; generator.Parameters.Barcode.QR.ErrorLevel = QRErrorLevel.LevelL; - generator.CodeText = lCodetext; + generator.CodeText = codetext; generator.Parameters.Barcode.CodeTextParameters.TwoDDisplayText = "My Text"; generator.Save("test.bmp"); } @@ -70,19 +72,19 @@ This sample shows how to use FNC1 second position in Extended Mode. ```cpp [C#] //create codetext -QrExtCodetextBuilder lTextBuilder = new QrExtCodetextBuilder(); +QrExtCodetextBuilder TextBuilder = new QrExtCodetextBuilder(); TextBuilder.AddFNC1SecondPosition("12"); TextBuilder.AddPlainCodetext("TRUE3456"); //generate codetext -string lCodetext = lTextBuilder.GetExtendedCodetext(); +string codetext = TextBuilder.GetExtendedCodetext(); //generate using(BarcodeGenerator generator = new BarcodeGenerator(EncodeTypes.QR)) { generator.Parameters.Barcode.QR.EncodeMode = QREncodeMode.ExtendedCodetext; generator.Parameters.Barcode.QR.ErrorLevel = QRErrorLevel.LevelL; - generator.CodeText = lCodetext; + generator.CodeText = codetext; generator.Parameters.Barcode.CodeTextParameters.TwoDDisplayText = "My Text"; generator.Save("test.bmp"); } @@ -93,21 +95,23 @@ This sample shows how to use multi ECI mode in Extended Mode. ```cpp [C#] //create codetext -QrExtCodetextBuilder lTextBuilder = new QrExtCodetextBuilder(); +QrExtCodetextBuilder TextBuilder = new QrExtCodetextBuilder(); TextBuilder.AddECICodetext(ECIEncodings.Win1251, "Will"); TextBuilder.AddECICodetext(ECIEncodings.UTF8, "Right"); TextBuilder.AddECICodetext(ECIEncodings.UTF16BE, "Power"); -TextBuilder.AddPlainCodetext(@"t\e\\st"); -
+TextBuilder.AddPlainCodetext(@"t\e\\st"); +TextBuilder.AddCodetextWithCompactionMode(QrExtCompactionMode.AlphaNumeric, @"ASPOSE2001"); +TextBuilder.AddCodetextWithCompactionMode(QrExtCompactionMode.Numeric, @"20012026"); + //generate codetext -string lCodetext = lTextBuilder.GetExtendedCodetext(); +string codetext = TextBuilder.GetExtendedCodetext(); //generate using(BarcodeGenerator generator = new BarcodeGenerator(EncodeTypes.QR)) { generator.Parameters.Barcode.QR.EncodeMode = QREncodeMode.ExtendedCodetext; generator.Parameters.Barcode.QR.ErrorLevel = QRErrorLevel.LevelL; - generator.CodeText = lCodetext; + generator.CodeText = codetext; generator.Parameters.Barcode.CodeTextParameters.TwoDDisplayText = "My Text"; generator.Save("test.bmp"); } diff --git a/english/cpp/aspose.barcode.generation/qrextcodetextbuilder/addcodetextwithcompactionmode/_index.md b/english/cpp/aspose.barcode.generation/qrextcodetextbuilder/addcodetextwithcompactionmode/_index.md new file mode 100644 index 000000000..12a23e430 --- /dev/null +++ b/english/cpp/aspose.barcode.generation/qrextcodetextbuilder/addcodetextwithcompactionmode/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::BarCode::Generation::QrExtCodetextBuilder::AddCodetextWithCompactionMode method +linktitle: AddCodetextWithCompactionMode +second_title: Aspose.BarCode for C++ API Reference +description: 'Aspose::BarCode::Generation::QrExtCodetextBuilder::AddCodetextWithCompactionMode method. Adds codetext with the specified QR compaction mode to the extended codetext items in C++.' +type: docs +weight: 500 +url: /cpp/aspose.barcode.generation/qrextcodetextbuilder/addcodetextwithcompactionmode/ +--- +## QrExtCodetextBuilder::AddCodetextWithCompactionMode method + + +Adds codetext with the specified QR compaction mode to the extended codetext items. + +```cpp +void Aspose::BarCode::Generation::QrExtCodetextBuilder::AddCodetextWithCompactionMode(QrExtCompactionMode mode, System::String codetext) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| mode | QrExtCompactionMode | QR compaction mode for the codetext. | +| codetext | System::String | Codetext in Unicode to add as an extended codetext item. | + +## See Also + +* Enum [QrExtCompactionMode](../../qrextcompactionmode/) +* Class [QrExtCodetextBuilder](../) +* Namespace [Aspose::BarCode::Generation](../../) +* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/qrextcodetextbuilder/addfnc1firstposition/_index.md b/english/cpp/aspose.barcode.generation/qrextcodetextbuilder/addfnc1firstposition/_index.md index 738a73703..78aab784a 100644 --- a/english/cpp/aspose.barcode.generation/qrextcodetextbuilder/addfnc1firstposition/_index.md +++ b/english/cpp/aspose.barcode.generation/qrextcodetextbuilder/addfnc1firstposition/_index.md @@ -1,16 +1,16 @@ --- -title: method +title: Aspose::BarCode::Generation::QrExtCodetextBuilder::AddFNC1FirstPosition method linktitle: AddFNC1FirstPosition second_title: Aspose.BarCode for C++ API Reference -description: ' method. Adds FNC1 in first position to the extended codetext items in C++.' +description: 'Aspose::BarCode::Generation::QrExtCodetextBuilder::AddFNC1FirstPosition method. Sets FNC1 in first position. If another FNC1 mode was set before, it is replaced in C++.' type: docs -weight: 100 +weight: 200 url: /cpp/aspose.barcode.generation/qrextcodetextbuilder/addfnc1firstposition/ --- ## QrExtCodetextBuilder::AddFNC1FirstPosition method -Adds FNC1 in first position to the extended codetext items +Sets FNC1 in first position. If another FNC1 mode was set before, it is replaced. ```cpp void Aspose::BarCode::Generation::QrExtCodetextBuilder::AddFNC1FirstPosition() diff --git a/english/cpp/aspose.barcode.generation/qrextcodetextbuilder/addfnc1groupseparator/_index.md b/english/cpp/aspose.barcode.generation/qrextcodetextbuilder/addfnc1groupseparator/_index.md index 12bd6f497..b6410541c 100644 --- a/english/cpp/aspose.barcode.generation/qrextcodetextbuilder/addfnc1groupseparator/_index.md +++ b/english/cpp/aspose.barcode.generation/qrextcodetextbuilder/addfnc1groupseparator/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::QrExtCodetextBuilder::AddFNC1GroupSeparator method linktitle: AddFNC1GroupSeparator second_title: Aspose.BarCode for C++ API Reference -description: ' method. Adds Group Separator (GS - ''\u001D'') to the extended codetext items in C++.' +description: 'Aspose::BarCode::Generation::QrExtCodetextBuilder::AddFNC1GroupSeparator method. Adds Group Separator (GS - ''\u001D'') to the extended codetext items in C++.' type: docs -weight: 300 +weight: 400 url: /cpp/aspose.barcode.generation/qrextcodetextbuilder/addfnc1groupseparator/ --- ## QrExtCodetextBuilder::AddFNC1GroupSeparator method diff --git a/english/cpp/aspose.barcode.generation/qrextcodetextbuilder/addfnc1secondposition/_index.md b/english/cpp/aspose.barcode.generation/qrextcodetextbuilder/addfnc1secondposition/_index.md index 03e6910eb..caca0e296 100644 --- a/english/cpp/aspose.barcode.generation/qrextcodetextbuilder/addfnc1secondposition/_index.md +++ b/english/cpp/aspose.barcode.generation/qrextcodetextbuilder/addfnc1secondposition/_index.md @@ -1,16 +1,16 @@ --- -title: method +title: Aspose::BarCode::Generation::QrExtCodetextBuilder::AddFNC1SecondPosition method linktitle: AddFNC1SecondPosition second_title: Aspose.BarCode for C++ API Reference -description: ' method. Adds FNC1 in second position to the extended codetext items in C++.' +description: 'Aspose::BarCode::Generation::QrExtCodetextBuilder::AddFNC1SecondPosition method. Sets FNC1 in second position. If another FNC1 mode was set before, it is replaced in C++.' type: docs -weight: 200 +weight: 300 url: /cpp/aspose.barcode.generation/qrextcodetextbuilder/addfnc1secondposition/ --- ## QrExtCodetextBuilder::AddFNC1SecondPosition method -Adds FNC1 in second position to the extended codetext items +Sets FNC1 in second position. If another FNC1 mode was set before, it is replaced. ```cpp void Aspose::BarCode::Generation::QrExtCodetextBuilder::AddFNC1SecondPosition(System::String codetext) @@ -19,7 +19,7 @@ void Aspose::BarCode::Generation::QrExtCodetextBuilder::AddFNC1SecondPosition(Sy | Parameter | Type | Description | | --- | --- | --- | -| codetext | System::String | Value of the FNC1 in the second position | +| codetext | System::String | Value of the FNC1 in the second position. The value must be a single letter from a-z or A-Z, or a two-digit number from 00 to 99. | ## See Also diff --git a/english/cpp/aspose.barcode.generation/qrextcodetextbuilder/clear/_index.md b/english/cpp/aspose.barcode.generation/qrextcodetextbuilder/clear/_index.md new file mode 100644 index 000000000..4be797537 --- /dev/null +++ b/english/cpp/aspose.barcode.generation/qrextcodetextbuilder/clear/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::BarCode::Generation::QrExtCodetextBuilder::Clear method +linktitle: Clear +second_title: Aspose.BarCode for C++ API Reference +description: 'Aspose::BarCode::Generation::QrExtCodetextBuilder::Clear method. Clears extended codetext items in C++.' +type: docs +weight: 100 +url: /cpp/aspose.barcode.generation/qrextcodetextbuilder/clear/ +--- +## QrExtCodetextBuilder::Clear method + + +Clears extended codetext items + +```cpp +void Aspose::BarCode::Generation::QrExtCodetextBuilder::Clear() override +``` + +## See Also + +* Class [QrExtCodetextBuilder](../) +* Namespace [Aspose::BarCode::Generation](../../) +* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/qrextcodetextbuilder/getextendedcodetext/_index.md b/english/cpp/aspose.barcode.generation/qrextcodetextbuilder/getextendedcodetext/_index.md index 2fca99670..c0107f073 100644 --- a/english/cpp/aspose.barcode.generation/qrextcodetextbuilder/getextendedcodetext/_index.md +++ b/english/cpp/aspose.barcode.generation/qrextcodetextbuilder/getextendedcodetext/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::QrExtCodetextBuilder::GetExtendedCodetext method linktitle: GetExtendedCodetext second_title: Aspose.BarCode for C++ API Reference -description: ' method. Generates Extended codetext from the extended codetext list in C++.' +description: 'Aspose::BarCode::Generation::QrExtCodetextBuilder::GetExtendedCodetext method. Generates Extended codetext from the extended codetext list in C++.' type: docs -weight: 400 +weight: 600 url: /cpp/aspose.barcode.generation/qrextcodetextbuilder/getextendedcodetext/ --- ## QrExtCodetextBuilder::GetExtendedCodetext method diff --git a/english/cpp/aspose.barcode.generation/qrextcodetextbuilder/qrextcodetextbuilder/_index.md b/english/cpp/aspose.barcode.generation/qrextcodetextbuilder/qrextcodetextbuilder/_index.md new file mode 100644 index 000000000..b5c1381b6 --- /dev/null +++ b/english/cpp/aspose.barcode.generation/qrextcodetextbuilder/qrextcodetextbuilder/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::BarCode::Generation::QrExtCodetextBuilder::QrExtCodetextBuilder constructor +linktitle: QrExtCodetextBuilder +second_title: Aspose.BarCode for C++ API Reference +description: 'How to use QrExtCodetextBuilder constructor of Aspose::BarCode::Generation::QrExtCodetextBuilder class in C++.' +type: docs +weight: 700 +url: /cpp/aspose.barcode.generation/qrextcodetextbuilder/qrextcodetextbuilder/ +--- +## QrExtCodetextBuilder::QrExtCodetextBuilder constructor + + + + +```cpp +Aspose::BarCode::Generation::QrExtCodetextBuilder::QrExtCodetextBuilder() +``` + +## See Also + +* Class [QrExtCodetextBuilder](../) +* Namespace [Aspose::BarCode::Generation](../../) +* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/qrextcompactionmode/_index.md b/english/cpp/aspose.barcode.generation/qrextcompactionmode/_index.md new file mode 100644 index 000000000..7553f790c --- /dev/null +++ b/english/cpp/aspose.barcode.generation/qrextcompactionmode/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::BarCode::Generation::QrExtCompactionMode enum +linktitle: QrExtCompactionMode +second_title: Aspose.BarCode for C++ API Reference +description: 'Aspose::BarCode::Generation::QrExtCompactionMode enum. Specifies QR compaction mode for codetext added by QrExtCodetextBuilder in C++.' +type: docs +weight: 8200 +url: /cpp/aspose.barcode.generation/qrextcompactionmode/ +--- +## QrExtCompactionMode enum + + +Specifies QR compaction mode for codetext added by [QrExtCodetextBuilder](../qrextcodetextbuilder/). + +```cpp +enum class QrExtCompactionMode +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Auto | 0 | The encoder selects the most efficient QR compaction mode automatically. | +| Numeric | 1 | Encodes codetext in QR Numeric mode. Only digits 0-9 are allowed. | +| AlphaNumeric | 2 | Encodes codetext in QR Alphanumeric mode. | +| Bytes | 3 | Encodes codetext in QR Byte mode. | +| Kanji | 4 | Encodes codetext in QR Kanji mode. | + +## See Also + +* Namespace [Aspose::BarCode::Generation](../) +* Library [Aspose.BarCode for C++](../../) diff --git a/english/cpp/aspose.barcode.generation/qrparameters/_index.md b/english/cpp/aspose.barcode.generation/qrparameters/_index.md index fe5197449..5b04539ea 100644 --- a/english/cpp/aspose.barcode.generation/qrparameters/_index.md +++ b/english/cpp/aspose.barcode.generation/qrparameters/_index.md @@ -22,26 +22,22 @@ class QrParameters : public System::Object | --- | --- | | [get_AspectRatio](./get_aspectratio/)() | Height/Width ratio of 2D [BarCode](../../aspose.barcode/) module. | | [get_ECIEncoding](./get_eciencoding/)() const | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. Not supported by MicroQR. | -| [get_EncodeMode](./get_encodemode/)() const | QR symbology type of [BarCode](../../aspose.barcode/)'s encoding mode. Default value: [QREncodeMode.Auto](../aztecencodemode/). | +| [get_EncodeGS1SeparatorInByteMode](./get_encodegs1separatorinbytemode/)() const | | +| [get_EncodeMode](./get_encodemode/)() const | QR symbology type of [BarCode](../../aspose.barcode/)'s encoding mode. Default value: [QREncodeMode.Auto](../qrencodemode/). | | [get_ErrorLevel](./get_errorlevel/)() const | Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. See QRErrorLevel. | -| [get_MicroQRVersion](./get_microqrversion/)() const | Version of MicroQR Code. From version M1 to version M4. Default value is [MicroQRVersion.Auto](../aztecencodemode/). | -| [get_QrECIEncoding](./get_qreciencoding/)() | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. Not supported by MicroQR. | -| [get_QrEncodeMode](./get_qrencodemode/)() | QR symbology type of [BarCode](../../aspose.barcode/)'s encoding mode. Default value: [QREncodeMode.Auto](../aztecencodemode/). | -| [get_QrEncodeType](./get_qrencodetype/)() const | QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR. | -| [get_QrErrorLevel](./get_qrerrorlevel/)() | Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. See QRErrorLevel. | -| [get_QrVersion](./get_qrversion/)() | Version of QR Code.From Version1 to Version40. Default value is [QRVersion.Auto](../aztecencodemode/). | -| [get_RectMicroQrVersion](./get_rectmicroqrversion/)() const | Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is [RectMicroQRVersion.Auto](../aztecencodemode/). | +| [get_MicroQRVersion](./get_microqrversion/)() const | Version of MicroQR Code. From version M1 to version M4. Default value is [MicroQRVersion.Auto](../microqrversion/). | +| [get_RectMicroQrVersion](./get_rectmicroqrversion/)() const | Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is [RectMicroQRVersion.Auto](../rectmicroqrversion/). | | [get_StructuredAppend](./get_structuredappend/)() const | QR structured append parameters. Structured append mode is not suppported by MicroQR and RectMicroQR barcodes. | -| [get_Version](./get_version/)() const | Version of QR Code.From Version1 to Version40. Default value is [QRVersion.Auto](../aztecencodemode/). | +| [get_Version](./get_version/)() const | Version of QR Code.From Version1 to Version40. Default value is [QRVersion.Auto](../qrversion/). | | [set_AspectRatio](./set_aspectratio/)(float) | Height/Width ratio of 2D [BarCode](../../aspose.barcode/) module. | | [set_ECIEncoding](./set_eciencoding/)(ECIEncodings) | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. Not supported by MicroQR. | -| [set_EncodeMode](./set_encodemode/)(QREncodeMode) | QR symbology type of [BarCode](../../aspose.barcode/)'s encoding mode. Default value: [QREncodeMode.Auto](../aztecencodemode/). | +| [set_EncodeGS1SeparatorInByteMode](./set_encodegs1separatorinbytemode/)(bool) | | +| [set_EncodeMode](./set_encodemode/)(QREncodeMode) | QR symbology type of [BarCode](../../aspose.barcode/)'s encoding mode. Default value: [QREncodeMode.Auto](../qrencodemode/). | | [set_ErrorLevel](./set_errorlevel/)(QRErrorLevel) | Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. See QRErrorLevel. | -| [set_MicroQRVersion](./set_microqrversion/)(Aspose::BarCode::Generation::MicroQRVersion) | Version of MicroQR Code. From version M1 to version M4. Default value is [MicroQRVersion.Auto](../aztecencodemode/). | -| [set_QrEncodeType](./set_qrencodetype/)(QREncodeType) | QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR. | -| [set_RectMicroQrVersion](./set_rectmicroqrversion/)(RectMicroQRVersion) | Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is [RectMicroQRVersion.Auto](../aztecencodemode/). | +| [set_MicroQRVersion](./set_microqrversion/)(Aspose::BarCode::Generation::MicroQRVersion) | Version of MicroQR Code. From version M1 to version M4. Default value is [MicroQRVersion.Auto](../microqrversion/). | +| [set_RectMicroQrVersion](./set_rectmicroqrversion/)(RectMicroQRVersion) | Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is [RectMicroQRVersion.Auto](../rectmicroqrversion/). | | [set_StructuredAppend](./set_structuredappend/)(System::SharedPtr\) | QR structured append parameters. Structured append mode is not suppported by MicroQR and RectMicroQR barcodes. | -| [set_Version](./set_version/)(QRVersion) | Version of QR Code.From Version1 to Version40. Default value is [QRVersion.Auto](../aztecencodemode/). | +| [set_Version](./set_version/)(QRVersion) | Version of QR Code.From Version1 to Version40. Default value is [QRVersion.Auto](../qrversion/). | | [ToString](./tostring/)() const override | Returns a human-readable string representation of this [QrParameters](./). | ## See Also diff --git a/english/cpp/aspose.barcode.generation/qrparameters/get_aspectratio/_index.md b/english/cpp/aspose.barcode.generation/qrparameters/get_aspectratio/_index.md index 4ffeda61a..80df064a8 100644 --- a/english/cpp/aspose.barcode.generation/qrparameters/get_aspectratio/_index.md +++ b/english/cpp/aspose.barcode.generation/qrparameters/get_aspectratio/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::QrParameters::get_AspectRatio method linktitle: get_AspectRatio second_title: Aspose.BarCode for C++ API Reference -description: ' method. Height/Width ratio of 2D BarCode module in C++.' +description: 'Aspose::BarCode::Generation::QrParameters::get_AspectRatio method. Height/Width ratio of 2D BarCode module in C++.' type: docs -weight: 1900 +weight: 1300 url: /cpp/aspose.barcode.generation/qrparameters/get_aspectratio/ --- ## QrParameters::get_AspectRatio method diff --git a/english/cpp/aspose.barcode.generation/qrparameters/get_eciencoding/_index.md b/english/cpp/aspose.barcode.generation/qrparameters/get_eciencoding/_index.md index d5a716871..f7a7fc9eb 100644 --- a/english/cpp/aspose.barcode.generation/qrparameters/get_eciencoding/_index.md +++ b/english/cpp/aspose.barcode.generation/qrparameters/get_eciencoding/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::QrParameters::get_ECIEncoding method linktitle: get_ECIEncoding second_title: Aspose.BarCode for C++ API Reference -description: ' method. Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. Not supported by MicroQR in C++.' +description: 'Aspose::BarCode::Generation::QrParameters::get_ECIEncoding method. Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. Not supported by MicroQR in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/qrparameters/get_eciencoding/ diff --git a/english/cpp/aspose.barcode.generation/qrparameters/get_encodegs1separatorinbytemode/_index.md b/english/cpp/aspose.barcode.generation/qrparameters/get_encodegs1separatorinbytemode/_index.md new file mode 100644 index 000000000..4b30fd4fe --- /dev/null +++ b/english/cpp/aspose.barcode.generation/qrparameters/get_encodegs1separatorinbytemode/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::BarCode::Generation::QrParameters::get_EncodeGS1SeparatorInByteMode method +linktitle: get_EncodeGS1SeparatorInByteMode +second_title: Aspose.BarCode for C++ API Reference +description: 'How to use get_EncodeGS1SeparatorInByteMode method of Aspose::BarCode::Generation::QrParameters class in C++.' +type: docs +weight: 1700 +url: /cpp/aspose.barcode.generation/qrparameters/get_encodegs1separatorinbytemode/ +--- +## QrParameters::get_EncodeGS1SeparatorInByteMode method + + + + +```cpp +bool Aspose::BarCode::Generation::QrParameters::get_EncodeGS1SeparatorInByteMode() const +``` + +## Remarks + + +Gets a value indicating whether GS1 special characters should be encoded in Byte mode for QR and RectMicroQR barcodes. + +If false, GS1 separators may be encoded as '' in Alphanumeric mode according to QR specification. + +If true, GS1 group separators are encoded in Byte mode as the 0x1D character, and '' characters are also encoded in Byte mode to preserve them as data. + +This option may improve compatibility with decoders that expect byte-level GS1 group separators and prevents '' data characters from being interpreted as GS1 separators. +## See Also + +* Class [QrParameters](../) +* Namespace [Aspose::BarCode::Generation](../../) +* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/qrparameters/get_encodemode/_index.md b/english/cpp/aspose.barcode.generation/qrparameters/get_encodemode/_index.md index fb69562fd..106d525e7 100644 --- a/english/cpp/aspose.barcode.generation/qrparameters/get_encodemode/_index.md +++ b/english/cpp/aspose.barcode.generation/qrparameters/get_encodemode/_index.md @@ -1,16 +1,16 @@ --- -title: method +title: Aspose::BarCode::Generation::QrParameters::get_EncodeMode method linktitle: get_EncodeMode second_title: Aspose.BarCode for C++ API Reference -description: ' method. QR symbology type of BarCode''s encoding mode. Default value: QREncodeMode.Auto in C++.' +description: 'Aspose::BarCode::Generation::QrParameters::get_EncodeMode method. QR symbology type of BarCode''s encoding mode. Default value: QREncodeMode.Auto in C++.' type: docs -weight: 400 +weight: 300 url: /cpp/aspose.barcode.generation/qrparameters/get_encodemode/ --- ## QrParameters::get_EncodeMode method -QR symbology type of [BarCode](../../../aspose.barcode/)'s encoding mode. Default value: [QREncodeMode.Auto](../../aztecencodemode/). +QR symbology type of [BarCode](../../../aspose.barcode/)'s encoding mode. Default value: [QREncodeMode.Auto](../../qrencodemode/). ```cpp QREncodeMode Aspose::BarCode::Generation::QrParameters::get_EncodeMode() const diff --git a/english/cpp/aspose.barcode.generation/qrparameters/get_errorlevel/_index.md b/english/cpp/aspose.barcode.generation/qrparameters/get_errorlevel/_index.md index f20a38e58..b9bd8ef36 100644 --- a/english/cpp/aspose.barcode.generation/qrparameters/get_errorlevel/_index.md +++ b/english/cpp/aspose.barcode.generation/qrparameters/get_errorlevel/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::QrParameters::get_ErrorLevel method linktitle: get_ErrorLevel second_title: Aspose.BarCode for C++ API Reference -description: ' method. Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. See QRErrorLevel in C++.' +description: 'Aspose::BarCode::Generation::QrParameters::get_ErrorLevel method. Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. See QRErrorLevel in C++.' type: docs -weight: 900 +weight: 500 url: /cpp/aspose.barcode.generation/qrparameters/get_errorlevel/ --- ## QrParameters::get_ErrorLevel method diff --git a/english/cpp/aspose.barcode.generation/qrparameters/get_microqrversion/_index.md b/english/cpp/aspose.barcode.generation/qrparameters/get_microqrversion/_index.md index e5ec2a6f9..a0d2468d5 100644 --- a/english/cpp/aspose.barcode.generation/qrparameters/get_microqrversion/_index.md +++ b/english/cpp/aspose.barcode.generation/qrparameters/get_microqrversion/_index.md @@ -1,16 +1,16 @@ --- -title: method +title: Aspose::BarCode::Generation::QrParameters::get_MicroQRVersion method linktitle: get_MicroQRVersion second_title: Aspose.BarCode for C++ API Reference -description: ' method. Version of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto in C++.' +description: 'Aspose::BarCode::Generation::QrParameters::get_MicroQRVersion method. Version of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto in C++.' type: docs -weight: 1500 +weight: 900 url: /cpp/aspose.barcode.generation/qrparameters/get_microqrversion/ --- ## QrParameters::get_MicroQRVersion method -Version of MicroQR Code. From version M1 to version M4. Default value is [MicroQRVersion.Auto](../../aztecencodemode/). +Version of MicroQR Code. From version M1 to version M4. Default value is [MicroQRVersion.Auto](../../microqrversion/). ```cpp Aspose::BarCode::Generation::MicroQRVersion Aspose::BarCode::Generation::QrParameters::get_MicroQRVersion() const diff --git a/english/cpp/aspose.barcode.generation/qrparameters/get_qreciencoding/_index.md b/english/cpp/aspose.barcode.generation/qrparameters/get_qreciencoding/_index.md deleted file mode 100644 index d2390fa72..000000000 --- a/english/cpp/aspose.barcode.generation/qrparameters/get_qreciencoding/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: get_QrECIEncoding -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. Not supported by MicroQR in C++.' -type: docs -weight: 300 -url: /cpp/aspose.barcode.generation/qrparameters/get_qreciencoding/ ---- -## QrParameters::get_QrECIEncoding method - - -Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. Not supported by MicroQR. - -```cpp -ECIEncodings Aspose::BarCode::Generation::QrParameters::get_QrECIEncoding() -``` - - -## See Also - -* Enum [ECIEncodings](../../eciencodings/) -* Class [QrParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/qrparameters/get_qrencodemode/_index.md b/english/cpp/aspose.barcode.generation/qrparameters/get_qrencodemode/_index.md deleted file mode 100644 index 1d25e6a5c..000000000 --- a/english/cpp/aspose.barcode.generation/qrparameters/get_qrencodemode/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: get_QrEncodeMode -second_title: Aspose.BarCode for C++ API Reference -description: ' method. QR symbology type of BarCode''s encoding mode. Default value: QREncodeMode.Auto in C++.' -type: docs -weight: 600 -url: /cpp/aspose.barcode.generation/qrparameters/get_qrencodemode/ ---- -## QrParameters::get_QrEncodeMode method - - -QR symbology type of [BarCode](../../../aspose.barcode/)'s encoding mode. Default value: [QREncodeMode.Auto](../../aztecencodemode/). - -```cpp -QREncodeMode Aspose::BarCode::Generation::QrParameters::get_QrEncodeMode() -``` - - -## See Also - -* Enum [QREncodeMode](../../qrencodemode/) -* Class [QrParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/qrparameters/get_qrencodetype/_index.md b/english/cpp/aspose.barcode.generation/qrparameters/get_qrencodetype/_index.md deleted file mode 100644 index 005bde51b..000000000 --- a/english/cpp/aspose.barcode.generation/qrparameters/get_qrencodetype/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: get_QrEncodeType -second_title: Aspose.BarCode for C++ API Reference -description: ' method. QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR in C++.' -type: docs -weight: 700 -url: /cpp/aspose.barcode.generation/qrparameters/get_qrencodetype/ ---- -## QrParameters::get_QrEncodeType method - - -QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR. - -```cpp -QREncodeType Aspose::BarCode::Generation::QrParameters::get_QrEncodeType() const -``` - - -## See Also - -* Enum [QREncodeType](../../qrencodetype/) -* Class [QrParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/qrparameters/get_qrerrorlevel/_index.md b/english/cpp/aspose.barcode.generation/qrparameters/get_qrerrorlevel/_index.md deleted file mode 100644 index 3423ed7b2..000000000 --- a/english/cpp/aspose.barcode.generation/qrparameters/get_qrerrorlevel/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: get_QrErrorLevel -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. See QRErrorLevel in C++.' -type: docs -weight: 1100 -url: /cpp/aspose.barcode.generation/qrparameters/get_qrerrorlevel/ ---- -## QrParameters::get_QrErrorLevel method - - -Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. See QRErrorLevel. - -```cpp -QRErrorLevel Aspose::BarCode::Generation::QrParameters::get_QrErrorLevel() -``` - - -## See Also - -* Enum [QRErrorLevel](../../qrerrorlevel/) -* Class [QrParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/qrparameters/get_qrversion/_index.md b/english/cpp/aspose.barcode.generation/qrparameters/get_qrversion/_index.md deleted file mode 100644 index ebb3f85e0..000000000 --- a/english/cpp/aspose.barcode.generation/qrparameters/get_qrversion/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: get_QrVersion -second_title: Aspose.BarCode for C++ API Reference -description: ' method. Version of QR Code.From Version1 to Version40. Default value is QRVersion.Auto in C++.' -type: docs -weight: 1400 -url: /cpp/aspose.barcode.generation/qrparameters/get_qrversion/ ---- -## QrParameters::get_QrVersion method - - -Version of QR Code.From Version1 to Version40. Default value is [QRVersion.Auto](../../aztecencodemode/). - -```cpp -QRVersion Aspose::BarCode::Generation::QrParameters::get_QrVersion() -``` - - -## See Also - -* Enum [QRVersion](../../qrversion/) -* Class [QrParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/qrparameters/get_rectmicroqrversion/_index.md b/english/cpp/aspose.barcode.generation/qrparameters/get_rectmicroqrversion/_index.md index 1d259f2c5..a63173617 100644 --- a/english/cpp/aspose.barcode.generation/qrparameters/get_rectmicroqrversion/_index.md +++ b/english/cpp/aspose.barcode.generation/qrparameters/get_rectmicroqrversion/_index.md @@ -1,16 +1,16 @@ --- -title: method +title: Aspose::BarCode::Generation::QrParameters::get_RectMicroQrVersion method linktitle: get_RectMicroQrVersion second_title: Aspose.BarCode for C++ API Reference -description: ' method. Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto in C++.' +description: 'Aspose::BarCode::Generation::QrParameters::get_RectMicroQrVersion method. Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto in C++.' type: docs -weight: 1700 +weight: 1100 url: /cpp/aspose.barcode.generation/qrparameters/get_rectmicroqrversion/ --- ## QrParameters::get_RectMicroQrVersion method -Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is [RectMicroQRVersion.Auto](../../aztecencodemode/). +Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is [RectMicroQRVersion.Auto](../../rectmicroqrversion/). ```cpp RectMicroQRVersion Aspose::BarCode::Generation::QrParameters::get_RectMicroQrVersion() const diff --git a/english/cpp/aspose.barcode.generation/qrparameters/get_structuredappend/_index.md b/english/cpp/aspose.barcode.generation/qrparameters/get_structuredappend/_index.md index f4eb2f368..5ecb47563 100644 --- a/english/cpp/aspose.barcode.generation/qrparameters/get_structuredappend/_index.md +++ b/english/cpp/aspose.barcode.generation/qrparameters/get_structuredappend/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::QrParameters::get_StructuredAppend method linktitle: get_StructuredAppend second_title: Aspose.BarCode for C++ API Reference -description: ' method. QR structured append parameters. Structured append mode is not suppported by MicroQR and RectMicroQR barcodes in C++.' +description: 'Aspose::BarCode::Generation::QrParameters::get_StructuredAppend method. QR structured append parameters. Structured append mode is not suppported by MicroQR and RectMicroQR barcodes in C++.' type: docs -weight: 2100 +weight: 1500 url: /cpp/aspose.barcode.generation/qrparameters/get_structuredappend/ --- ## QrParameters::get_StructuredAppend method diff --git a/english/cpp/aspose.barcode.generation/qrparameters/get_version/_index.md b/english/cpp/aspose.barcode.generation/qrparameters/get_version/_index.md index 57fe58cdc..c71a9729b 100644 --- a/english/cpp/aspose.barcode.generation/qrparameters/get_version/_index.md +++ b/english/cpp/aspose.barcode.generation/qrparameters/get_version/_index.md @@ -1,16 +1,16 @@ --- -title: method +title: Aspose::BarCode::Generation::QrParameters::get_Version method linktitle: get_Version second_title: Aspose.BarCode for C++ API Reference -description: ' method. Version of QR Code.From Version1 to Version40. Default value is QRVersion.Auto in C++.' +description: 'Aspose::BarCode::Generation::QrParameters::get_Version method. Version of QR Code.From Version1 to Version40. Default value is QRVersion.Auto in C++.' type: docs -weight: 1200 +weight: 700 url: /cpp/aspose.barcode.generation/qrparameters/get_version/ --- ## QrParameters::get_Version method -Version of QR Code.From Version1 to Version40. Default value is [QRVersion.Auto](../../aztecencodemode/). +Version of QR Code.From Version1 to Version40. Default value is [QRVersion.Auto](../../qrversion/). ```cpp QRVersion Aspose::BarCode::Generation::QrParameters::get_Version() const diff --git a/english/cpp/aspose.barcode.generation/qrparameters/set_aspectratio/_index.md b/english/cpp/aspose.barcode.generation/qrparameters/set_aspectratio/_index.md index bd5f7dc64..38db3395a 100644 --- a/english/cpp/aspose.barcode.generation/qrparameters/set_aspectratio/_index.md +++ b/english/cpp/aspose.barcode.generation/qrparameters/set_aspectratio/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::QrParameters::set_AspectRatio method linktitle: set_AspectRatio second_title: Aspose.BarCode for C++ API Reference -description: ' method. Height/Width ratio of 2D BarCode module in C++.' +description: 'Aspose::BarCode::Generation::QrParameters::set_AspectRatio method. Height/Width ratio of 2D BarCode module in C++.' type: docs -weight: 2000 +weight: 1400 url: /cpp/aspose.barcode.generation/qrparameters/set_aspectratio/ --- ## QrParameters::set_AspectRatio method diff --git a/english/cpp/aspose.barcode.generation/qrparameters/set_eciencoding/_index.md b/english/cpp/aspose.barcode.generation/qrparameters/set_eciencoding/_index.md index 6587c4a71..e98849491 100644 --- a/english/cpp/aspose.barcode.generation/qrparameters/set_eciencoding/_index.md +++ b/english/cpp/aspose.barcode.generation/qrparameters/set_eciencoding/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::QrParameters::set_ECIEncoding method linktitle: set_ECIEncoding second_title: Aspose.BarCode for C++ API Reference -description: ' method. Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. Not supported by MicroQR in C++.' +description: 'Aspose::BarCode::Generation::QrParameters::set_ECIEncoding method. Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. Not supported by MicroQR in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/qrparameters/set_eciencoding/ diff --git a/english/cpp/aspose.barcode.generation/qrparameters/set_encodegs1separatorinbytemode/_index.md b/english/cpp/aspose.barcode.generation/qrparameters/set_encodegs1separatorinbytemode/_index.md new file mode 100644 index 000000000..2e2476163 --- /dev/null +++ b/english/cpp/aspose.barcode.generation/qrparameters/set_encodegs1separatorinbytemode/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::BarCode::Generation::QrParameters::set_EncodeGS1SeparatorInByteMode method +linktitle: set_EncodeGS1SeparatorInByteMode +second_title: Aspose.BarCode for C++ API Reference +description: 'How to use set_EncodeGS1SeparatorInByteMode method of Aspose::BarCode::Generation::QrParameters class in C++.' +type: docs +weight: 1800 +url: /cpp/aspose.barcode.generation/qrparameters/set_encodegs1separatorinbytemode/ +--- +## QrParameters::set_EncodeGS1SeparatorInByteMode method + + + + +```cpp +void Aspose::BarCode::Generation::QrParameters::set_EncodeGS1SeparatorInByteMode(bool value) +``` + +## Remarks + + +Sets a value indicating whether GS1 special characters should be encoded in Byte mode for QR and RectMicroQR barcodes. + +If false, GS1 separators may be encoded as '' in Alphanumeric mode according to QR specification. + +If true, GS1 group separators are encoded in Byte mode as the 0x1D character, and '' characters are also encoded in Byte mode to preserve them as data. + +This option may improve compatibility with decoders that expect byte-level GS1 group separators and prevents '' data characters from being interpreted as GS1 separators. +## See Also + +* Class [QrParameters](../) +* Namespace [Aspose::BarCode::Generation](../../) +* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/qrparameters/set_encodemode/_index.md b/english/cpp/aspose.barcode.generation/qrparameters/set_encodemode/_index.md index 081ecc912..8532b2360 100644 --- a/english/cpp/aspose.barcode.generation/qrparameters/set_encodemode/_index.md +++ b/english/cpp/aspose.barcode.generation/qrparameters/set_encodemode/_index.md @@ -1,16 +1,16 @@ --- -title: method +title: Aspose::BarCode::Generation::QrParameters::set_EncodeMode method linktitle: set_EncodeMode second_title: Aspose.BarCode for C++ API Reference -description: ' method. QR symbology type of BarCode''s encoding mode. Default value: QREncodeMode.Auto in C++.' +description: 'Aspose::BarCode::Generation::QrParameters::set_EncodeMode method. QR symbology type of BarCode''s encoding mode. Default value: QREncodeMode.Auto in C++.' type: docs -weight: 500 +weight: 400 url: /cpp/aspose.barcode.generation/qrparameters/set_encodemode/ --- ## QrParameters::set_EncodeMode method -QR symbology type of [BarCode](../../../aspose.barcode/)'s encoding mode. Default value: [QREncodeMode.Auto](../../aztecencodemode/). +QR symbology type of [BarCode](../../../aspose.barcode/)'s encoding mode. Default value: [QREncodeMode.Auto](../../qrencodemode/). ```cpp void Aspose::BarCode::Generation::QrParameters::set_EncodeMode(QREncodeMode value) diff --git a/english/cpp/aspose.barcode.generation/qrparameters/set_errorlevel/_index.md b/english/cpp/aspose.barcode.generation/qrparameters/set_errorlevel/_index.md index 713aae38d..3b2ad7f5b 100644 --- a/english/cpp/aspose.barcode.generation/qrparameters/set_errorlevel/_index.md +++ b/english/cpp/aspose.barcode.generation/qrparameters/set_errorlevel/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::QrParameters::set_ErrorLevel method linktitle: set_ErrorLevel second_title: Aspose.BarCode for C++ API Reference -description: ' method. Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. See QRErrorLevel in C++.' +description: 'Aspose::BarCode::Generation::QrParameters::set_ErrorLevel method. Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. See QRErrorLevel in C++.' type: docs -weight: 1000 +weight: 600 url: /cpp/aspose.barcode.generation/qrparameters/set_errorlevel/ --- ## QrParameters::set_ErrorLevel method diff --git a/english/cpp/aspose.barcode.generation/qrparameters/set_microqrversion/_index.md b/english/cpp/aspose.barcode.generation/qrparameters/set_microqrversion/_index.md index c65359723..440a2e314 100644 --- a/english/cpp/aspose.barcode.generation/qrparameters/set_microqrversion/_index.md +++ b/english/cpp/aspose.barcode.generation/qrparameters/set_microqrversion/_index.md @@ -1,16 +1,16 @@ --- -title: method +title: Aspose::BarCode::Generation::QrParameters::set_MicroQRVersion method linktitle: set_MicroQRVersion second_title: Aspose.BarCode for C++ API Reference -description: ' method. Version of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto in C++.' +description: 'Aspose::BarCode::Generation::QrParameters::set_MicroQRVersion method. Version of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto in C++.' type: docs -weight: 1600 +weight: 1000 url: /cpp/aspose.barcode.generation/qrparameters/set_microqrversion/ --- ## QrParameters::set_MicroQRVersion method -Version of MicroQR Code. From version M1 to version M4. Default value is [MicroQRVersion.Auto](../../aztecencodemode/). +Version of MicroQR Code. From version M1 to version M4. Default value is [MicroQRVersion.Auto](../../microqrversion/). ```cpp void Aspose::BarCode::Generation::QrParameters::set_MicroQRVersion(Aspose::BarCode::Generation::MicroQRVersion value) diff --git a/english/cpp/aspose.barcode.generation/qrparameters/set_qrencodetype/_index.md b/english/cpp/aspose.barcode.generation/qrparameters/set_qrencodetype/_index.md deleted file mode 100644 index ba6efd1c9..000000000 --- a/english/cpp/aspose.barcode.generation/qrparameters/set_qrencodetype/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: method -linktitle: set_QrEncodeType -second_title: Aspose.BarCode for C++ API Reference -description: ' method. QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR in C++.' -type: docs -weight: 800 -url: /cpp/aspose.barcode.generation/qrparameters/set_qrencodetype/ ---- -## QrParameters::set_QrEncodeType method - - -QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR. - -```cpp -void Aspose::BarCode::Generation::QrParameters::set_QrEncodeType(QREncodeType value) -``` - - -## See Also - -* Enum [QREncodeType](../../qrencodetype/) -* Class [QrParameters](../) -* Namespace [Aspose::BarCode::Generation](../../) -* Library [Aspose.BarCode for C++](../../../) diff --git a/english/cpp/aspose.barcode.generation/qrparameters/set_rectmicroqrversion/_index.md b/english/cpp/aspose.barcode.generation/qrparameters/set_rectmicroqrversion/_index.md index 1db87d1fe..9faf06d41 100644 --- a/english/cpp/aspose.barcode.generation/qrparameters/set_rectmicroqrversion/_index.md +++ b/english/cpp/aspose.barcode.generation/qrparameters/set_rectmicroqrversion/_index.md @@ -1,16 +1,16 @@ --- -title: method +title: Aspose::BarCode::Generation::QrParameters::set_RectMicroQrVersion method linktitle: set_RectMicroQrVersion second_title: Aspose.BarCode for C++ API Reference -description: ' method. Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto in C++.' +description: 'Aspose::BarCode::Generation::QrParameters::set_RectMicroQrVersion method. Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto in C++.' type: docs -weight: 1800 +weight: 1200 url: /cpp/aspose.barcode.generation/qrparameters/set_rectmicroqrversion/ --- ## QrParameters::set_RectMicroQrVersion method -Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is [RectMicroQRVersion.Auto](../../aztecencodemode/). +Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is [RectMicroQRVersion.Auto](../../rectmicroqrversion/). ```cpp void Aspose::BarCode::Generation::QrParameters::set_RectMicroQrVersion(RectMicroQRVersion value) diff --git a/english/cpp/aspose.barcode.generation/qrparameters/set_structuredappend/_index.md b/english/cpp/aspose.barcode.generation/qrparameters/set_structuredappend/_index.md index 87b247b11..d6005b3b0 100644 --- a/english/cpp/aspose.barcode.generation/qrparameters/set_structuredappend/_index.md +++ b/english/cpp/aspose.barcode.generation/qrparameters/set_structuredappend/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::QrParameters::set_StructuredAppend method linktitle: set_StructuredAppend second_title: Aspose.BarCode for C++ API Reference -description: ' method. QR structured append parameters. Structured append mode is not suppported by MicroQR and RectMicroQR barcodes in C++.' +description: 'Aspose::BarCode::Generation::QrParameters::set_StructuredAppend method. QR structured append parameters. Structured append mode is not suppported by MicroQR and RectMicroQR barcodes in C++.' type: docs -weight: 2200 +weight: 1600 url: /cpp/aspose.barcode.generation/qrparameters/set_structuredappend/ --- ## QrParameters::set_StructuredAppend method diff --git a/english/cpp/aspose.barcode.generation/qrparameters/set_version/_index.md b/english/cpp/aspose.barcode.generation/qrparameters/set_version/_index.md index 07aeb8f38..31d85e0e2 100644 --- a/english/cpp/aspose.barcode.generation/qrparameters/set_version/_index.md +++ b/english/cpp/aspose.barcode.generation/qrparameters/set_version/_index.md @@ -1,16 +1,16 @@ --- -title: method +title: Aspose::BarCode::Generation::QrParameters::set_Version method linktitle: set_Version second_title: Aspose.BarCode for C++ API Reference -description: ' method. Version of QR Code.From Version1 to Version40. Default value is QRVersion.Auto in C++.' +description: 'Aspose::BarCode::Generation::QrParameters::set_Version method. Version of QR Code.From Version1 to Version40. Default value is QRVersion.Auto in C++.' type: docs -weight: 1300 +weight: 800 url: /cpp/aspose.barcode.generation/qrparameters/set_version/ --- ## QrParameters::set_Version method -Version of QR Code.From Version1 to Version40. Default value is [QRVersion.Auto](../../aztecencodemode/). +Version of QR Code.From Version1 to Version40. Default value is [QRVersion.Auto](../../qrversion/). ```cpp void Aspose::BarCode::Generation::QrParameters::set_Version(QRVersion value) diff --git a/english/cpp/aspose.barcode.generation/qrparameters/tostring/_index.md b/english/cpp/aspose.barcode.generation/qrparameters/tostring/_index.md index 9398b2d4c..532a700d4 100644 --- a/english/cpp/aspose.barcode.generation/qrparameters/tostring/_index.md +++ b/english/cpp/aspose.barcode.generation/qrparameters/tostring/_index.md @@ -1,10 +1,10 @@ --- -title: method +title: Aspose::BarCode::Generation::QrParameters::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this QrParameters in C++.' +description: 'Aspose::BarCode::Generation::QrParameters::ToString method. Returns a human-readable string representation of this QrParameters in C++.' type: docs -weight: 2300 +weight: 1900 url: /cpp/aspose.barcode.generation/qrparameters/tostring/ --- ## QrParameters::ToString method diff --git a/english/cpp/aspose.barcode.generation/qrstructuredappendparameters/get_paritybyte/_index.md b/english/cpp/aspose.barcode.generation/qrstructuredappendparameters/get_paritybyte/_index.md index 2eeffdde4..8d112a734 100644 --- a/english/cpp/aspose.barcode.generation/qrstructuredappendparameters/get_paritybyte/_index.md +++ b/english/cpp/aspose.barcode.generation/qrstructuredappendparameters/get_paritybyte/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::QrStructuredAppendParameters::get_ParityByte method linktitle: get_ParityByte second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the QR structured append mode parity data in C++.' +description: 'Aspose::BarCode::Generation::QrStructuredAppendParameters::get_ParityByte method. Gets the QR structured append mode parity data in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/qrstructuredappendparameters/get_paritybyte/ diff --git a/english/cpp/aspose.barcode.generation/qrstructuredappendparameters/get_sequenceindicator/_index.md b/english/cpp/aspose.barcode.generation/qrstructuredappendparameters/get_sequenceindicator/_index.md index 68c6f3626..03affb0d0 100644 --- a/english/cpp/aspose.barcode.generation/qrstructuredappendparameters/get_sequenceindicator/_index.md +++ b/english/cpp/aspose.barcode.generation/qrstructuredappendparameters/get_sequenceindicator/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::QrStructuredAppendParameters::get_SequenceIndicator method linktitle: get_SequenceIndicator second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the index of the QR structured append mode barcode. Index starts from 0 in C++.' +description: 'Aspose::BarCode::Generation::QrStructuredAppendParameters::get_SequenceIndicator method. Gets the index of the QR structured append mode barcode. Index starts from 0 in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.generation/qrstructuredappendparameters/get_sequenceindicator/ diff --git a/english/cpp/aspose.barcode.generation/qrstructuredappendparameters/get_totalcount/_index.md b/english/cpp/aspose.barcode.generation/qrstructuredappendparameters/get_totalcount/_index.md index 7b85a1633..20cb83766 100644 --- a/english/cpp/aspose.barcode.generation/qrstructuredappendparameters/get_totalcount/_index.md +++ b/english/cpp/aspose.barcode.generation/qrstructuredappendparameters/get_totalcount/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::QrStructuredAppendParameters::get_TotalCount method linktitle: get_TotalCount second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets the QR structured append mode barcodes quantity. Max value is 16 in C++.' +description: 'Aspose::BarCode::Generation::QrStructuredAppendParameters::get_TotalCount method. Gets the QR structured append mode barcodes quantity. Max value is 16 in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.generation/qrstructuredappendparameters/get_totalcount/ diff --git a/english/cpp/aspose.barcode.generation/qrstructuredappendparameters/set_paritybyte/_index.md b/english/cpp/aspose.barcode.generation/qrstructuredappendparameters/set_paritybyte/_index.md index c5d67a3d6..0906a1a88 100644 --- a/english/cpp/aspose.barcode.generation/qrstructuredappendparameters/set_paritybyte/_index.md +++ b/english/cpp/aspose.barcode.generation/qrstructuredappendparameters/set_paritybyte/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::QrStructuredAppendParameters::set_ParityByte method linktitle: set_ParityByte second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets the QR structured append mode parity data in C++.' +description: 'Aspose::BarCode::Generation::QrStructuredAppendParameters::set_ParityByte method. Sets the QR structured append mode parity data in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/qrstructuredappendparameters/set_paritybyte/ diff --git a/english/cpp/aspose.barcode.generation/qrstructuredappendparameters/set_sequenceindicator/_index.md b/english/cpp/aspose.barcode.generation/qrstructuredappendparameters/set_sequenceindicator/_index.md index e1210bbb5..229d6c8dd 100644 --- a/english/cpp/aspose.barcode.generation/qrstructuredappendparameters/set_sequenceindicator/_index.md +++ b/english/cpp/aspose.barcode.generation/qrstructuredappendparameters/set_sequenceindicator/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::QrStructuredAppendParameters::set_SequenceIndicator method linktitle: set_SequenceIndicator second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets the index of the QR structured append mode barcode. Index starts from 0 in C++.' +description: 'Aspose::BarCode::Generation::QrStructuredAppendParameters::set_SequenceIndicator method. Sets the index of the QR structured append mode barcode. Index starts from 0 in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.generation/qrstructuredappendparameters/set_sequenceindicator/ diff --git a/english/cpp/aspose.barcode.generation/qrstructuredappendparameters/set_totalcount/_index.md b/english/cpp/aspose.barcode.generation/qrstructuredappendparameters/set_totalcount/_index.md index bee8a5629..4f78646aa 100644 --- a/english/cpp/aspose.barcode.generation/qrstructuredappendparameters/set_totalcount/_index.md +++ b/english/cpp/aspose.barcode.generation/qrstructuredappendparameters/set_totalcount/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::QrStructuredAppendParameters::set_TotalCount method linktitle: set_TotalCount second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets the QR structured append mode barcodes quantity. Max value is 16 in C++.' +description: 'Aspose::BarCode::Generation::QrStructuredAppendParameters::set_TotalCount method. Sets the QR structured append mode barcodes quantity. Max value is 16 in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.generation/qrstructuredappendparameters/set_totalcount/ diff --git a/english/cpp/aspose.barcode.generation/qrversion/_index.md b/english/cpp/aspose.barcode.generation/qrversion/_index.md index 3e97b1f2d..53b90e87d 100644 --- a/english/cpp/aspose.barcode.generation/qrversion/_index.md +++ b/english/cpp/aspose.barcode.generation/qrversion/_index.md @@ -1,10 +1,10 @@ --- -title: enum +title: Aspose::BarCode::Generation::QRVersion enum linktitle: QRVersion second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr in C++.' +description: 'Aspose::BarCode::Generation::QRVersion enum. Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr in C++.' type: docs -weight: 7900 +weight: 7700 url: /cpp/aspose.barcode.generation/qrversion/ --- ## QRVersion enum @@ -61,10 +61,6 @@ enum class QRVersion | Version38 | 38 | Specifies version 38 with 169 x 169 modules. | | Version39 | 39 | Specifies version 39 with 173 x 173 modules. | | Version40 | 40 | Specifies version 40 with 177 x 177 modules. | -| VersionM1 | 101 | Specifies version M1 for Micro QR with 11 x 11 modules. | -| VersionM2 | 102 | Specifies version M2 for Micro QR with 13 x 13 modules. | -| VersionM3 | 103 | Specifies version M3 for Micro QR with 15 x 15 modules. | -| VersionM4 | 104 | Specifies version M4 for Micro QR with 17 x 17 modules. | ## See Also diff --git a/english/cpp/aspose.barcode.generation/rectmicroqrversion/_index.md b/english/cpp/aspose.barcode.generation/rectmicroqrversion/_index.md index 38d573a52..e8e42852f 100644 --- a/english/cpp/aspose.barcode.generation/rectmicroqrversion/_index.md +++ b/english/cpp/aspose.barcode.generation/rectmicroqrversion/_index.md @@ -1,10 +1,10 @@ --- -title: enum +title: Aspose::BarCode::Generation::RectMicroQRVersion enum linktitle: RectMicroQRVersion second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Version of RectMicroQR Code. From version R7x43 to version R17x139 in C++.' +description: 'Aspose::BarCode::Generation::RectMicroQRVersion enum. Version of RectMicroQR Code. From version R7x43 to version R17x139 in C++.' type: docs -weight: 8000 +weight: 7800 url: /cpp/aspose.barcode.generation/rectmicroqrversion/ --- ## RectMicroQRVersion enum diff --git a/english/cpp/aspose.barcode.generation/supplementparameters/get_supplementdata/_index.md b/english/cpp/aspose.barcode.generation/supplementparameters/get_supplementdata/_index.md index 25d2815d9..34549df13 100644 --- a/english/cpp/aspose.barcode.generation/supplementparameters/get_supplementdata/_index.md +++ b/english/cpp/aspose.barcode.generation/supplementparameters/get_supplementdata/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::SupplementParameters::get_SupplementData method linktitle: get_SupplementData second_title: Aspose.BarCode for C++ API Reference -description: ' method. Supplement data following BarCode in C++.' +description: 'Aspose::BarCode::Generation::SupplementParameters::get_SupplementData method. Supplement data following BarCode in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/supplementparameters/get_supplementdata/ diff --git a/english/cpp/aspose.barcode.generation/supplementparameters/get_supplementspace/_index.md b/english/cpp/aspose.barcode.generation/supplementparameters/get_supplementspace/_index.md index 89fad472f..60084dbab 100644 --- a/english/cpp/aspose.barcode.generation/supplementparameters/get_supplementspace/_index.md +++ b/english/cpp/aspose.barcode.generation/supplementparameters/get_supplementspace/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::SupplementParameters::get_SupplementSpace method linktitle: get_SupplementSpace second_title: Aspose.BarCode for C++ API Reference -description: ' method. Space between main the BarCode and supplement BarCode in Unit value in C++.' +description: 'Aspose::BarCode::Generation::SupplementParameters::get_SupplementSpace method. Space between main the BarCode and supplement BarCode in Unit value in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.generation/supplementparameters/get_supplementspace/ diff --git a/english/cpp/aspose.barcode.generation/supplementparameters/set_supplementdata/_index.md b/english/cpp/aspose.barcode.generation/supplementparameters/set_supplementdata/_index.md index 1133355b7..0ed365f51 100644 --- a/english/cpp/aspose.barcode.generation/supplementparameters/set_supplementdata/_index.md +++ b/english/cpp/aspose.barcode.generation/supplementparameters/set_supplementdata/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::SupplementParameters::set_SupplementData method linktitle: set_SupplementData second_title: Aspose.BarCode for C++ API Reference -description: ' method. Supplement data following BarCode in C++.' +description: 'Aspose::BarCode::Generation::SupplementParameters::set_SupplementData method. Supplement data following BarCode in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/supplementparameters/set_supplementdata/ diff --git a/english/cpp/aspose.barcode.generation/supplementparameters/tostring/_index.md b/english/cpp/aspose.barcode.generation/supplementparameters/tostring/_index.md index 1e0be0a9d..6685b557c 100644 --- a/english/cpp/aspose.barcode.generation/supplementparameters/tostring/_index.md +++ b/english/cpp/aspose.barcode.generation/supplementparameters/tostring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::SupplementParameters::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this SupplementParameters in C++.' +description: 'Aspose::BarCode::Generation::SupplementParameters::ToString method. Returns a human-readable string representation of this SupplementParameters in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.generation/supplementparameters/tostring/ diff --git a/english/cpp/aspose.barcode.generation/svgcolormode/_index.md b/english/cpp/aspose.barcode.generation/svgcolormode/_index.md index 2839ec92c..fd8ef44d9 100644 --- a/english/cpp/aspose.barcode.generation/svgcolormode/_index.md +++ b/english/cpp/aspose.barcode.generation/svgcolormode/_index.md @@ -1,10 +1,10 @@ --- -title: enum +title: Aspose::BarCode::Generation::SvgColorMode enum linktitle: SvgColorMode second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Possible modes for filling color in svg file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG 2.0 standard. Even in RGB opacity will be set through "fill-opacity" parameter in C++.' +description: 'Aspose::BarCode::Generation::SvgColorMode enum. Possible modes for filling color in svg file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG 2.0 standard. Even in RGB opacity will be set through "fill-opacity" parameter in C++.' type: docs -weight: 8100 +weight: 7900 url: /cpp/aspose.barcode.generation/svgcolormode/ --- ## SvgColorMode enum diff --git a/english/cpp/aspose.barcode.generation/svgparameters/get_isexplicitsizeinpixels/_index.md b/english/cpp/aspose.barcode.generation/svgparameters/get_isexplicitsizeinpixels/_index.md index a1a037383..4ad24b82c 100644 --- a/english/cpp/aspose.barcode.generation/svgparameters/get_isexplicitsizeinpixels/_index.md +++ b/english/cpp/aspose.barcode.generation/svgparameters/get_isexplicitsizeinpixels/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::SvgParameters::get_IsExplicitSizeInPixels method linktitle: get_IsExplicitSizeInPixels second_title: Aspose.BarCode for C++ API Reference -description: ' method. Does SVG image contain explicit size in pixels (recommended) Default value: true in C++.' +description: 'Aspose::BarCode::Generation::SvgParameters::get_IsExplicitSizeInPixels method. Does SVG image contain explicit size in pixels (recommended) Default value: true in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/svgparameters/get_isexplicitsizeinpixels/ diff --git a/english/cpp/aspose.barcode.generation/svgparameters/get_istextdrawnintextelement/_index.md b/english/cpp/aspose.barcode.generation/svgparameters/get_istextdrawnintextelement/_index.md index 16974d312..7f8a0b324 100644 --- a/english/cpp/aspose.barcode.generation/svgparameters/get_istextdrawnintextelement/_index.md +++ b/english/cpp/aspose.barcode.generation/svgparameters/get_istextdrawnintextelement/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::SvgParameters::get_IsTextDrawnInTextElement method linktitle: get_IsTextDrawnInTextElement second_title: Aspose.BarCode for C++ API Reference -description: ' method. Does SVG image contain text as text element rather than paths (recommended) Default value: true in C++.' +description: 'Aspose::BarCode::Generation::SvgParameters::get_IsTextDrawnInTextElement method. Does SVG image contain text as text element rather than paths (recommended) Default value: true in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.generation/svgparameters/get_istextdrawnintextelement/ diff --git a/english/cpp/aspose.barcode.generation/svgparameters/get_svgcolormode/_index.md b/english/cpp/aspose.barcode.generation/svgparameters/get_svgcolormode/_index.md index 2f07b0b54..b4eee1b9d 100644 --- a/english/cpp/aspose.barcode.generation/svgparameters/get_svgcolormode/_index.md +++ b/english/cpp/aspose.barcode.generation/svgparameters/get_svgcolormode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::SvgParameters::get_SvgColorMode method linktitle: get_SvgColorMode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Possible modes for filling color in svg file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG 2.0 standard. Even in RGB opacity will be set through "fill-opacity" parameter in C++.' +description: 'Aspose::BarCode::Generation::SvgParameters::get_SvgColorMode method. Possible modes for filling color in svg file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG 2.0 standard. Even in RGB opacity will be set through "fill-opacity" parameter in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.generation/svgparameters/get_svgcolormode/ diff --git a/english/cpp/aspose.barcode.generation/svgparameters/set_isexplicitsizeinpixels/_index.md b/english/cpp/aspose.barcode.generation/svgparameters/set_isexplicitsizeinpixels/_index.md index 5cc48a9ea..3cb58631c 100644 --- a/english/cpp/aspose.barcode.generation/svgparameters/set_isexplicitsizeinpixels/_index.md +++ b/english/cpp/aspose.barcode.generation/svgparameters/set_isexplicitsizeinpixels/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::SvgParameters::set_IsExplicitSizeInPixels method linktitle: set_IsExplicitSizeInPixels second_title: Aspose.BarCode for C++ API Reference -description: ' method. Does SVG image contain explicit size in pixels (recommended) Default value: true in C++.' +description: 'Aspose::BarCode::Generation::SvgParameters::set_IsExplicitSizeInPixels method. Does SVG image contain explicit size in pixels (recommended) Default value: true in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/svgparameters/set_isexplicitsizeinpixels/ diff --git a/english/cpp/aspose.barcode.generation/svgparameters/set_istextdrawnintextelement/_index.md b/english/cpp/aspose.barcode.generation/svgparameters/set_istextdrawnintextelement/_index.md index 4295f32e9..419a43163 100644 --- a/english/cpp/aspose.barcode.generation/svgparameters/set_istextdrawnintextelement/_index.md +++ b/english/cpp/aspose.barcode.generation/svgparameters/set_istextdrawnintextelement/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::SvgParameters::set_IsTextDrawnInTextElement method linktitle: set_IsTextDrawnInTextElement second_title: Aspose.BarCode for C++ API Reference -description: ' method. Does SVG image contain text as text element rather than paths (recommended) Default value: true in C++.' +description: 'Aspose::BarCode::Generation::SvgParameters::set_IsTextDrawnInTextElement method. Does SVG image contain text as text element rather than paths (recommended) Default value: true in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.generation/svgparameters/set_istextdrawnintextelement/ diff --git a/english/cpp/aspose.barcode.generation/svgparameters/set_svgcolormode/_index.md b/english/cpp/aspose.barcode.generation/svgparameters/set_svgcolormode/_index.md index 560437d87..63936bb03 100644 --- a/english/cpp/aspose.barcode.generation/svgparameters/set_svgcolormode/_index.md +++ b/english/cpp/aspose.barcode.generation/svgparameters/set_svgcolormode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::SvgParameters::set_SvgColorMode method linktitle: set_SvgColorMode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Possible modes for filling color in svg file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG 2.0 standard. Even in RGB opacity will be set through "fill-opacity" parameter in C++.' +description: 'Aspose::BarCode::Generation::SvgParameters::set_SvgColorMode method. Possible modes for filling color in svg file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG 2.0 standard. Even in RGB opacity will be set through "fill-opacity" parameter in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.generation/svgparameters/set_svgcolormode/ diff --git a/english/cpp/aspose.barcode.generation/symbologyencodetype/_index.md b/english/cpp/aspose.barcode.generation/symbologyencodetype/_index.md index 312bb2be9..b57efac50 100644 --- a/english/cpp/aspose.barcode.generation/symbologyencodetype/_index.md +++ b/english/cpp/aspose.barcode.generation/symbologyencodetype/_index.md @@ -44,6 +44,9 @@ Dim symbologyType As SymbologyEncodeType symbologyType = EncodeTypes.QR ``` + + + ## See Also * Class [BaseEncodeType](../baseencodetype/) diff --git a/english/cpp/aspose.barcode.generation/textalignment/_index.md b/english/cpp/aspose.barcode.generation/textalignment/_index.md index bc00e36df..ca79ebd27 100644 --- a/english/cpp/aspose.barcode.generation/textalignment/_index.md +++ b/english/cpp/aspose.barcode.generation/textalignment/_index.md @@ -1,10 +1,10 @@ --- -title: enum +title: Aspose::BarCode::Generation::TextAlignment enum linktitle: TextAlignment second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Text alignment in C++.' +description: 'Aspose::BarCode::Generation::TextAlignment enum. Text alignment in C++.' type: docs -weight: 8200 +weight: 8000 url: /cpp/aspose.barcode.generation/textalignment/ --- ## TextAlignment enum diff --git a/english/cpp/aspose.barcode.generation/twodcomponenttype/_index.md b/english/cpp/aspose.barcode.generation/twodcomponenttype/_index.md index 0eb2797b3..3f6c0e4bc 100644 --- a/english/cpp/aspose.barcode.generation/twodcomponenttype/_index.md +++ b/english/cpp/aspose.barcode.generation/twodcomponenttype/_index.md @@ -1,10 +1,10 @@ --- -title: enum +title: Aspose::BarCode::Generation::TwoDComponentType enum linktitle: TwoDComponentType second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Type of 2D component in C++.' +description: 'Aspose::BarCode::Generation::TwoDComponentType enum. Type of 2D component in C++.' type: docs -weight: 8300 +weight: 8100 url: /cpp/aspose.barcode.generation/twodcomponenttype/ --- ## TwoDComponentType enum diff --git a/english/cpp/aspose.barcode.generation/unit/equals/_index.md b/english/cpp/aspose.barcode.generation/unit/equals/_index.md index 5af217c0d..120b930f5 100644 --- a/english/cpp/aspose.barcode.generation/unit/equals/_index.md +++ b/english/cpp/aspose.barcode.generation/unit/equals/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::Unit::Equals method linktitle: Equals second_title: Aspose.BarCode for C++ API Reference -description: ' method. Determines whether this instance and a specified object, which must also be a Unit object, have the same value in C++.' +description: 'Aspose::BarCode::Generation::Unit::Equals method. Determines whether this instance and a specified object, which must also be a Unit object, have the same value in C++.' type: docs weight: 1200 url: /cpp/aspose.barcode.generation/unit/equals/ diff --git a/english/cpp/aspose.barcode.generation/unit/get_document/_index.md b/english/cpp/aspose.barcode.generation/unit/get_document/_index.md index 8805203ee..3934e1885 100644 --- a/english/cpp/aspose.barcode.generation/unit/get_document/_index.md +++ b/english/cpp/aspose.barcode.generation/unit/get_document/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::Unit::get_Document method linktitle: get_Document second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets size value in document units in C++.' +description: 'Aspose::BarCode::Generation::Unit::get_Document method. Gets size value in document units in C++.' type: docs weight: 900 url: /cpp/aspose.barcode.generation/unit/get_document/ diff --git a/english/cpp/aspose.barcode.generation/unit/get_inches/_index.md b/english/cpp/aspose.barcode.generation/unit/get_inches/_index.md index bc6ce5aeb..e40d43a1e 100644 --- a/english/cpp/aspose.barcode.generation/unit/get_inches/_index.md +++ b/english/cpp/aspose.barcode.generation/unit/get_inches/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::Unit::get_Inches method linktitle: get_Inches second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets size value in inches in C++.' +description: 'Aspose::BarCode::Generation::Unit::get_Inches method. Gets size value in inches in C++.' type: docs weight: 300 url: /cpp/aspose.barcode.generation/unit/get_inches/ diff --git a/english/cpp/aspose.barcode.generation/unit/get_millimeters/_index.md b/english/cpp/aspose.barcode.generation/unit/get_millimeters/_index.md index f0fc661e0..d7fd25e72 100644 --- a/english/cpp/aspose.barcode.generation/unit/get_millimeters/_index.md +++ b/english/cpp/aspose.barcode.generation/unit/get_millimeters/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::Unit::get_Millimeters method linktitle: get_Millimeters second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets size value in millimeters in C++.' +description: 'Aspose::BarCode::Generation::Unit::get_Millimeters method. Gets size value in millimeters in C++.' type: docs weight: 500 url: /cpp/aspose.barcode.generation/unit/get_millimeters/ diff --git a/english/cpp/aspose.barcode.generation/unit/get_pixels/_index.md b/english/cpp/aspose.barcode.generation/unit/get_pixels/_index.md index 2d62d0b9f..48c34fc51 100644 --- a/english/cpp/aspose.barcode.generation/unit/get_pixels/_index.md +++ b/english/cpp/aspose.barcode.generation/unit/get_pixels/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::Unit::get_Pixels method linktitle: get_Pixels second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets size value in pixels in C++.' +description: 'Aspose::BarCode::Generation::Unit::get_Pixels method. Gets size value in pixels in C++.' type: docs weight: 100 url: /cpp/aspose.barcode.generation/unit/get_pixels/ diff --git a/english/cpp/aspose.barcode.generation/unit/get_point/_index.md b/english/cpp/aspose.barcode.generation/unit/get_point/_index.md index 3c6fff325..220dcab0e 100644 --- a/english/cpp/aspose.barcode.generation/unit/get_point/_index.md +++ b/english/cpp/aspose.barcode.generation/unit/get_point/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::Unit::get_Point method linktitle: get_Point second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets size value in point in C++.' +description: 'Aspose::BarCode::Generation::Unit::get_Point method. Gets size value in point in C++.' type: docs weight: 700 url: /cpp/aspose.barcode.generation/unit/get_point/ diff --git a/english/cpp/aspose.barcode.generation/unit/get_resolution/_index.md b/english/cpp/aspose.barcode.generation/unit/get_resolution/_index.md index 34001591e..4aafdfaf8 100644 --- a/english/cpp/aspose.barcode.generation/unit/get_resolution/_index.md +++ b/english/cpp/aspose.barcode.generation/unit/get_resolution/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::Unit::get_Resolution method linktitle: get_Resolution second_title: Aspose.BarCode for C++ API Reference -description: ' method. Resolution in C++.' +description: 'Aspose::BarCode::Generation::Unit::get_Resolution method. Resolution in C++.' type: docs weight: 1100 url: /cpp/aspose.barcode.generation/unit/get_resolution/ diff --git a/english/cpp/aspose.barcode.generation/unit/gethashcode/_index.md b/english/cpp/aspose.barcode.generation/unit/gethashcode/_index.md index 45392deb4..07658f3c1 100644 --- a/english/cpp/aspose.barcode.generation/unit/gethashcode/_index.md +++ b/english/cpp/aspose.barcode.generation/unit/gethashcode/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::Unit::GetHashCode method linktitle: GetHashCode second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns the hash code for this object in C++.' +description: 'Aspose::BarCode::Generation::Unit::GetHashCode method. Returns the hash code for this object in C++.' type: docs weight: 1300 url: /cpp/aspose.barcode.generation/unit/gethashcode/ diff --git a/english/cpp/aspose.barcode.generation/unit/set_document/_index.md b/english/cpp/aspose.barcode.generation/unit/set_document/_index.md index f4723e4c8..21ef16ae5 100644 --- a/english/cpp/aspose.barcode.generation/unit/set_document/_index.md +++ b/english/cpp/aspose.barcode.generation/unit/set_document/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::Unit::set_Document method linktitle: set_Document second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets size value in document units in C++.' +description: 'Aspose::BarCode::Generation::Unit::set_Document method. Sets size value in document units in C++.' type: docs weight: 1000 url: /cpp/aspose.barcode.generation/unit/set_document/ diff --git a/english/cpp/aspose.barcode.generation/unit/set_inches/_index.md b/english/cpp/aspose.barcode.generation/unit/set_inches/_index.md index 51668af95..0382b5ef0 100644 --- a/english/cpp/aspose.barcode.generation/unit/set_inches/_index.md +++ b/english/cpp/aspose.barcode.generation/unit/set_inches/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::Unit::set_Inches method linktitle: set_Inches second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets size value in inches in C++.' +description: 'Aspose::BarCode::Generation::Unit::set_Inches method. Sets size value in inches in C++.' type: docs weight: 400 url: /cpp/aspose.barcode.generation/unit/set_inches/ diff --git a/english/cpp/aspose.barcode.generation/unit/set_millimeters/_index.md b/english/cpp/aspose.barcode.generation/unit/set_millimeters/_index.md index 63a4e374f..c8b2de58d 100644 --- a/english/cpp/aspose.barcode.generation/unit/set_millimeters/_index.md +++ b/english/cpp/aspose.barcode.generation/unit/set_millimeters/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::Unit::set_Millimeters method linktitle: set_Millimeters second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets size value in millimeters in C++.' +description: 'Aspose::BarCode::Generation::Unit::set_Millimeters method. Sets size value in millimeters in C++.' type: docs weight: 600 url: /cpp/aspose.barcode.generation/unit/set_millimeters/ diff --git a/english/cpp/aspose.barcode.generation/unit/set_pixels/_index.md b/english/cpp/aspose.barcode.generation/unit/set_pixels/_index.md index a01efec79..8b778d203 100644 --- a/english/cpp/aspose.barcode.generation/unit/set_pixels/_index.md +++ b/english/cpp/aspose.barcode.generation/unit/set_pixels/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::Unit::set_Pixels method linktitle: set_Pixels second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets size value in pixels in C++.' +description: 'Aspose::BarCode::Generation::Unit::set_Pixels method. Sets size value in pixels in C++.' type: docs weight: 200 url: /cpp/aspose.barcode.generation/unit/set_pixels/ diff --git a/english/cpp/aspose.barcode.generation/unit/set_point/_index.md b/english/cpp/aspose.barcode.generation/unit/set_point/_index.md index 5635b80de..34dac423d 100644 --- a/english/cpp/aspose.barcode.generation/unit/set_point/_index.md +++ b/english/cpp/aspose.barcode.generation/unit/set_point/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::Unit::set_Point method linktitle: set_Point second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets size value in point in C++.' +description: 'Aspose::BarCode::Generation::Unit::set_Point method. Sets size value in point in C++.' type: docs weight: 800 url: /cpp/aspose.barcode.generation/unit/set_point/ diff --git a/english/cpp/aspose.barcode.generation/unit/tostring/_index.md b/english/cpp/aspose.barcode.generation/unit/tostring/_index.md index 8ae39a47a..691014edf 100644 --- a/english/cpp/aspose.barcode.generation/unit/tostring/_index.md +++ b/english/cpp/aspose.barcode.generation/unit/tostring/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Generation::Unit::ToString method linktitle: ToString second_title: Aspose.BarCode for C++ API Reference -description: ' method. Returns a human-readable string representation of this Unit in C++.' +description: 'Aspose::BarCode::Generation::Unit::ToString method. Returns a human-readable string representation of this Unit in C++.' type: docs weight: 1400 url: /cpp/aspose.barcode.generation/unit/tostring/ diff --git a/english/cpp/aspose.barcode/barcodeexception/_index.md b/english/cpp/aspose.barcode/barcodeexception/_index.md index f98b3afcb..0d192c329 100644 --- a/english/cpp/aspose.barcode/barcodeexception/_index.md +++ b/english/cpp/aspose.barcode/barcodeexception/_index.md @@ -1,8 +1,8 @@ --- -title: typedef +title: Aspose::BarCode::BarCodeException typedef linktitle: BarCodeException second_title: Aspose.BarCode for C++ API Reference -description: 'How to use typedef in C++.' +description: 'How to use Aspose::BarCode::BarCodeException typedef in C++.' type: docs weight: 800 url: /cpp/aspose.barcode/barcodeexception/ diff --git a/english/cpp/aspose.barcode/customerinformationinterpretingtype/_index.md b/english/cpp/aspose.barcode/customerinformationinterpretingtype/_index.md index e498a9fe2..f4268898c 100644 --- a/english/cpp/aspose.barcode/customerinformationinterpretingtype/_index.md +++ b/english/cpp/aspose.barcode/customerinformationinterpretingtype/_index.md @@ -1,8 +1,8 @@ --- -title: enum +title: Aspose::BarCode::CustomerInformationInterpretingType enum linktitle: CustomerInformationInterpretingType second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Defines the interpreting type (CTable, NTable or Other) of customer information for AustralianPost BarCode in C++.' +description: 'Aspose::BarCode::CustomerInformationInterpretingType enum. Defines the interpreting type (CTable, NTable or Other) of customer information for AustralianPost BarCode in C++.' type: docs weight: 600 url: /cpp/aspose.barcode/customerinformationinterpretingtype/ diff --git a/english/cpp/aspose.barcode/invalidcodeexception/_index.md b/english/cpp/aspose.barcode/invalidcodeexception/_index.md index 4165d3613..f5751a0bb 100644 --- a/english/cpp/aspose.barcode/invalidcodeexception/_index.md +++ b/english/cpp/aspose.barcode/invalidcodeexception/_index.md @@ -1,8 +1,8 @@ --- -title: typedef +title: Aspose::BarCode::InvalidCodeException typedef linktitle: InvalidCodeException second_title: Aspose.BarCode for C++ API Reference -description: 'How to use typedef in C++.' +description: 'How to use Aspose::BarCode::InvalidCodeException typedef in C++.' type: docs weight: 900 url: /cpp/aspose.barcode/invalidcodeexception/ diff --git a/english/cpp/aspose.barcode/license/license/_index.md b/english/cpp/aspose.barcode/license/license/_index.md index 4779682c6..166720732 100644 --- a/english/cpp/aspose.barcode/license/license/_index.md +++ b/english/cpp/aspose.barcode/license/license/_index.md @@ -1,8 +1,8 @@ --- -title: constructor +title: Aspose::BarCode::License::License constructor linktitle: License second_title: Aspose.BarCode for C++ API Reference -description: ' constructor. Initializes a new instance of this class in C++.' +description: 'Aspose::BarCode::License::License constructor. Initializes a new instance of this class in C++.' type: docs weight: 100 url: /cpp/aspose.barcode/license/license/ diff --git a/english/cpp/aspose.barcode/license/setlicense/_index.md b/english/cpp/aspose.barcode/license/setlicense/_index.md index 3d7661eb2..506da206a 100644 --- a/english/cpp/aspose.barcode/license/setlicense/_index.md +++ b/english/cpp/aspose.barcode/license/setlicense/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::License::SetLicense method linktitle: SetLicense second_title: Aspose.BarCode for C++ API Reference -description: ' method. Licenses the library in C++.' +description: 'Aspose::BarCode::License::SetLicense method. Licenses the library in C++.' type: docs weight: 200 url: /cpp/aspose.barcode/license/setlicense/ diff --git a/english/cpp/aspose.barcode/metered/getconsumptioncredit/_index.md b/english/cpp/aspose.barcode/metered/getconsumptioncredit/_index.md index 3155ad54c..63bd9338e 100644 --- a/english/cpp/aspose.barcode/metered/getconsumptioncredit/_index.md +++ b/english/cpp/aspose.barcode/metered/getconsumptioncredit/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Metered::GetConsumptionCredit method linktitle: GetConsumptionCredit second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets consumption credit in C++.' +description: 'Aspose::BarCode::Metered::GetConsumptionCredit method. Gets consumption credit in C++.' type: docs weight: 500 url: /cpp/aspose.barcode/metered/getconsumptioncredit/ diff --git a/english/cpp/aspose.barcode/metered/getconsumptionquantity/_index.md b/english/cpp/aspose.barcode/metered/getconsumptionquantity/_index.md index 96890aed0..61685483b 100644 --- a/english/cpp/aspose.barcode/metered/getconsumptionquantity/_index.md +++ b/english/cpp/aspose.barcode/metered/getconsumptionquantity/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Metered::GetConsumptionQuantity method linktitle: GetConsumptionQuantity second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets consumption file size in C++.' +description: 'Aspose::BarCode::Metered::GetConsumptionQuantity method. Gets consumption file size in C++.' type: docs weight: 400 url: /cpp/aspose.barcode/metered/getconsumptionquantity/ diff --git a/english/cpp/aspose.barcode/metered/getproductname/_index.md b/english/cpp/aspose.barcode/metered/getproductname/_index.md index b7bbcce73..52e96c973 100644 --- a/english/cpp/aspose.barcode/metered/getproductname/_index.md +++ b/english/cpp/aspose.barcode/metered/getproductname/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Metered::GetProductName method linktitle: GetProductName second_title: Aspose.BarCode for C++ API Reference -description: ' method. Gets name of licensed product in C++.' +description: 'Aspose::BarCode::Metered::GetProductName method. Gets name of licensed product in C++.' type: docs weight: 300 url: /cpp/aspose.barcode/metered/getproductname/ diff --git a/english/cpp/aspose.barcode/metered/ismeteredlicensed/_index.md b/english/cpp/aspose.barcode/metered/ismeteredlicensed/_index.md index 3000674ef..dee8b3ca8 100644 --- a/english/cpp/aspose.barcode/metered/ismeteredlicensed/_index.md +++ b/english/cpp/aspose.barcode/metered/ismeteredlicensed/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Metered::IsMeteredLicensed method linktitle: IsMeteredLicensed second_title: Aspose.BarCode for C++ API Reference -description: ' method. Check whether metered is licensed in C++.' +description: 'Aspose::BarCode::Metered::IsMeteredLicensed method. Check whether metered is licensed in C++.' type: docs weight: 600 url: /cpp/aspose.barcode/metered/ismeteredlicensed/ diff --git a/english/cpp/aspose.barcode/metered/metered/_index.md b/english/cpp/aspose.barcode/metered/metered/_index.md index 0be2383b8..5000ffe9e 100644 --- a/english/cpp/aspose.barcode/metered/metered/_index.md +++ b/english/cpp/aspose.barcode/metered/metered/_index.md @@ -1,8 +1,8 @@ --- -title: constructor +title: Aspose::BarCode::Metered::Metered constructor linktitle: Metered second_title: Aspose.BarCode for C++ API Reference -description: ' constructor. Initializes a new instance of this class in C++.' +description: 'Aspose::BarCode::Metered::Metered constructor. Initializes a new instance of this class in C++.' type: docs weight: 100 url: /cpp/aspose.barcode/metered/metered/ diff --git a/english/cpp/aspose.barcode/metered/setmeteredkey/_index.md b/english/cpp/aspose.barcode/metered/setmeteredkey/_index.md index 4cbc6d291..b341555e8 100644 --- a/english/cpp/aspose.barcode/metered/setmeteredkey/_index.md +++ b/english/cpp/aspose.barcode/metered/setmeteredkey/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::Metered::SetMeteredKey method linktitle: SetMeteredKey second_title: Aspose.BarCode for C++ API Reference -description: ' method. Sets metered public and private key. If you purchase metered license, when start application, this API should be called, normally, this is enough. However, if always fail to upload consumption data and exceed 24 hours, the license will be set to evaluation status, to avoid such case, you should regularly check the license status, if it is evaluation status, call this API again in C++.' +description: 'Aspose::BarCode::Metered::SetMeteredKey method. Sets metered public and private key. If you purchase metered license, when start application, this API should be called, normally, this is enough. However, if always fail to upload consumption data and exceed 24 hours, the license will be set to evaluation status, to avoid such case, you should regularly check the license status, if it is evaluation status, call this API again in C++.' type: docs weight: 200 url: /cpp/aspose.barcode/metered/setmeteredkey/ diff --git a/english/cpp/aspose.barcode/xmlserializationattribute/get_defaultvalue/_index.md b/english/cpp/aspose.barcode/xmlserializationattribute/get_defaultvalue/_index.md index 7a3dc143e..11d0bb63c 100644 --- a/english/cpp/aspose.barcode/xmlserializationattribute/get_defaultvalue/_index.md +++ b/english/cpp/aspose.barcode/xmlserializationattribute/get_defaultvalue/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::XmlSerializationAttribute::get_DefaultValue method linktitle: get_DefaultValue second_title: Aspose.BarCode for C++ API Reference -description: ' method. Get or sets default value of the property in C++.' +description: 'Aspose::BarCode::XmlSerializationAttribute::get_DefaultValue method. Get or sets default value of the property in C++.' type: docs weight: 500 url: /cpp/aspose.barcode/xmlserializationattribute/get_defaultvalue/ diff --git a/english/cpp/aspose.barcode/xmlserializationattribute/get_name/_index.md b/english/cpp/aspose.barcode/xmlserializationattribute/get_name/_index.md index d633e9883..65120379b 100644 --- a/english/cpp/aspose.barcode/xmlserializationattribute/get_name/_index.md +++ b/english/cpp/aspose.barcode/xmlserializationattribute/get_name/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::XmlSerializationAttribute::get_Name method linktitle: get_Name second_title: Aspose.BarCode for C++ API Reference -description: ' method. Get or sets overriden property name in C++.' +description: 'Aspose::BarCode::XmlSerializationAttribute::get_Name method. Get or sets overriden property name in C++.' type: docs weight: 300 url: /cpp/aspose.barcode/xmlserializationattribute/get_name/ diff --git a/english/cpp/aspose.barcode/xmlserializationattribute/get_type/_index.md b/english/cpp/aspose.barcode/xmlserializationattribute/get_type/_index.md index 859d8bdcc..84cfb694d 100644 --- a/english/cpp/aspose.barcode/xmlserializationattribute/get_type/_index.md +++ b/english/cpp/aspose.barcode/xmlserializationattribute/get_type/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::XmlSerializationAttribute::get_Type method linktitle: get_Type second_title: Aspose.BarCode for C++ API Reference -description: ' method. Get or sets serialization type. Default is attribute in C++.' +description: 'Aspose::BarCode::XmlSerializationAttribute::get_Type method. Get or sets serialization type. Default is attribute in C++.' type: docs weight: 100 url: /cpp/aspose.barcode/xmlserializationattribute/get_type/ diff --git a/english/cpp/aspose.barcode/xmlserializationattribute/set_defaultvalue/_index.md b/english/cpp/aspose.barcode/xmlserializationattribute/set_defaultvalue/_index.md index bf06439d2..a491df880 100644 --- a/english/cpp/aspose.barcode/xmlserializationattribute/set_defaultvalue/_index.md +++ b/english/cpp/aspose.barcode/xmlserializationattribute/set_defaultvalue/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::XmlSerializationAttribute::set_DefaultValue method linktitle: set_DefaultValue second_title: Aspose.BarCode for C++ API Reference -description: ' method. Get or sets default value of the property in C++.' +description: 'Aspose::BarCode::XmlSerializationAttribute::set_DefaultValue method. Get or sets default value of the property in C++.' type: docs weight: 600 url: /cpp/aspose.barcode/xmlserializationattribute/set_defaultvalue/ diff --git a/english/cpp/aspose.barcode/xmlserializationattribute/set_name/_index.md b/english/cpp/aspose.barcode/xmlserializationattribute/set_name/_index.md index f783c4013..1dd092f6b 100644 --- a/english/cpp/aspose.barcode/xmlserializationattribute/set_name/_index.md +++ b/english/cpp/aspose.barcode/xmlserializationattribute/set_name/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::XmlSerializationAttribute::set_Name method linktitle: set_Name second_title: Aspose.BarCode for C++ API Reference -description: ' method. Get or sets overriden property name in C++.' +description: 'Aspose::BarCode::XmlSerializationAttribute::set_Name method. Get or sets overriden property name in C++.' type: docs weight: 400 url: /cpp/aspose.barcode/xmlserializationattribute/set_name/ diff --git a/english/cpp/aspose.barcode/xmlserializationattribute/set_type/_index.md b/english/cpp/aspose.barcode/xmlserializationattribute/set_type/_index.md index 1bb37412f..4cc39139e 100644 --- a/english/cpp/aspose.barcode/xmlserializationattribute/set_type/_index.md +++ b/english/cpp/aspose.barcode/xmlserializationattribute/set_type/_index.md @@ -1,8 +1,8 @@ --- -title: method +title: Aspose::BarCode::XmlSerializationAttribute::set_Type method linktitle: set_Type second_title: Aspose.BarCode for C++ API Reference -description: ' method. Get or sets serialization type. Default is attribute in C++.' +description: 'Aspose::BarCode::XmlSerializationAttribute::set_Type method. Get or sets serialization type. Default is attribute in C++.' type: docs weight: 200 url: /cpp/aspose.barcode/xmlserializationattribute/set_type/ diff --git a/english/cpp/aspose.barcode/xmlserializationattribute/xmlserializationattribute/_index.md b/english/cpp/aspose.barcode/xmlserializationattribute/xmlserializationattribute/_index.md index 103f96867..15b58ba7b 100644 --- a/english/cpp/aspose.barcode/xmlserializationattribute/xmlserializationattribute/_index.md +++ b/english/cpp/aspose.barcode/xmlserializationattribute/xmlserializationattribute/_index.md @@ -1,8 +1,8 @@ --- -title: constructor +title: Aspose::BarCode::XmlSerializationAttribute::XmlSerializationAttribute constructor linktitle: XmlSerializationAttribute second_title: Aspose.BarCode for C++ API Reference -description: ' constructor. Initializes new instance of class XmlSerializationAttribute in C++.' +description: 'Aspose::BarCode::XmlSerializationAttribute::XmlSerializationAttribute constructor. Initializes new instance of class XmlSerializationAttribute in C++.' type: docs weight: 700 url: /cpp/aspose.barcode/xmlserializationattribute/xmlserializationattribute/ diff --git a/english/cpp/aspose.barcode/xmlserializationtype/_index.md b/english/cpp/aspose.barcode/xmlserializationtype/_index.md index 4173cb2d3..217a6a088 100644 --- a/english/cpp/aspose.barcode/xmlserializationtype/_index.md +++ b/english/cpp/aspose.barcode/xmlserializationtype/_index.md @@ -1,8 +1,8 @@ --- -title: enum +title: Aspose::BarCode::XmlSerializationType enum linktitle: XmlSerializationType second_title: Aspose.BarCode for C++ API Reference -description: ' enum. Represents type of xml serialization in C++.' +description: 'Aspose::BarCode::XmlSerializationType enum. Represents type of xml serialization in C++.' type: docs weight: 700 url: /cpp/aspose.barcode/xmlserializationtype/ diff --git a/english/nodejs/_index.md b/english/nodejs/_index.md index 602f13711..f398f4547 100644 --- a/english/nodejs/_index.md +++ b/english/nodejs/_index.md @@ -1,6 +1,6 @@ --- title: "Aspose.BarCode for Node.js via Java API Reference" -linktitle: "Aspose.BarCode for Node.js via Java API Reference" +linktitle: "Aspose.BarCode for Node.js via Java" articleTitle: "Aspose.BarCode for Node.js via Java API Reference" description: "Aspose.BarCode for Node.js via Java enables developers to generate and read barcodes in Node.js applications using Java runtime." type: docs diff --git a/english/php/_index.md b/english/php/_index.md index 30bd1a8ef..e2944abe9 100644 --- a/english/php/_index.md +++ b/english/php/_index.md @@ -1,6 +1,6 @@ --- title: "Aspose.BarCode for PHP via Java API Reference" -linktitle: "Aspose.BarCode for PHP via Java API Reference" +linktitle: "Aspose.BarCode for PHP via Java" articleTitle: "Aspose.BarCode for PHP via Java API Reference" description: "Aspose.BarCode for PHP via Java enables developers to generate and read barcodes across multiple formats with a simple, cross‑platform API." type: docs diff --git a/english/python-java/_index.md b/english/python-java/_index.md index 35ad3d246..4699d9baa 100644 --- a/english/python-java/_index.md +++ b/english/python-java/_index.md @@ -1,6 +1,6 @@ --- title: "Aspose.BarCode for Python via Java API Reference" -linktitle: "Aspose.BarCode for Python via Java API Reference" +linktitle: "Aspose.BarCode for Python via Java" articleTitle: "Aspose.BarCode for Python via Java API Reference" description: "Aspose.BarCode for Python via Java provides barcode generation and recognition capabilities for Python developers using Java libraries." type: docs