Aspose::BarCode::Generation::PatchCodeParameters class
Contents
[
Hide
]PatchCodeParameters class
PatchCode parameters.
class PatchCodeParameters : public System::Object
Methods
Method | Description |
---|---|
get_ExtraBarcodeText() const | Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode. |
get_PatchFormat() const | PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly. |
set_ExtraBarcodeText(System::String) | Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode. |
set_PatchFormat(Aspose::BarCode::Generation::PatchFormat) | PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly. |
ToString() const override | Returns a human-readable string representation of this PatchCodeParameters. |
See Also
- Namespace Aspose::BarCode::Generation
- Library Aspose.BarCode for C++