PatchCodeParameters
Contents
[
Hide
]PatchCodeParameters class
PatchCode parameters.
public class PatchCodeParameters : joint.BaseJavaClass
Constructors
| Name | Description |
|---|---|
| PatchCodeParameters(object) | Initializes a new instance of the PatchCodeParameters class. |
Methods
| Name | Description |
|---|---|
| getExtraBarcodeText | Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode. |
| getFormat | PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly. |
| getPatchFormat | PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PATCH_ONLY. |
| init | |
| setExtraBarcodeText(object) | Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode. |
| setFormat(object) | PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly. |
| setPatchFormat(object) | PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PATCH_ONLY. |
| toString | Returns a human-readable string representation of this {PatchCodeParameters}. |
See Also
- assembly Aspose.BarCode