Class PatchCodeParameters
PatchCodeParameters class
PatchCode parameters.
public class PatchCodeParameters
Properties
| Name | Description |
|---|
| ExtraBarcodeText { get; set; } | Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode. |
| PatchFormat { get; set; } | PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly |
Methods
| Name | Description |
|---|
| override ToString() | Returns a human-readable string representation of this PatchCodeParameters. |
See Also