Aspose::BarCode::Generation::PatchCodeParameters class

PatchCodeParameters class

PatchCode parameters.

class PatchCodeParameters : public System::Object

Methods

MethodDescription
get_ExtraBarcodeText() constSpecifies codetext for an extra QR barcode, when PatchCode is generated in page mode.
get_Format() constPatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly
get_PatchFormat()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_Format(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
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 overrideReturns a human-readable string representation of this PatchCodeParameters.

See Also