BarcodeVerifyOptions
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.signature.options.verify.VerifyOptions, com.groupdocs.signature.options.verify.TextVerifyOptions
public class BarcodeVerifyOptions extends TextVerifyOptions
Represents the Barcode verify options.
Learn more Learn more
- Basic usage of verification for Barcode electronic signature by GroupDocs.Signature: How to eVerification Barcode signatures in a document
- Advanced usage of settings of verification for Barcode electronic signature with GroupDocs.Signature: Advanced usage of eVerification Barcode signatures in a document and additional settings
| Constructor | Description |
|---|---|
| BarcodeVerifyOptions() | Creates default Verification Option for Barcode Signature. |
| BarcodeVerifyOptions(String text) | Creates default Verification Option with verification text |
| BarcodeVerifyOptions(BarcodeType encodeType) | Creates default Verification Option with Barcode Type verification |
| BarcodeVerifyOptions(String text, BarcodeType encodeType) | Creates default Verification Option with Barcode Type verification and text |
| Method | Description |
|---|---|
| getEncodeType() | Gets or sets Barcode Type verification. |
| setEncodeType(BarcodeType value) | Gets or sets Barcode Type verification. |
| toString() | Overrides conversion to string. |
public BarcodeVerifyOptions()
Creates default Verification Option for Barcode Signature.
public BarcodeVerifyOptions(String text)
Creates default Verification Option with verification text
Parameters:
| Parameter | Type | Description |
|---|---|---|
| text | java.lang.String | Barcode text to verify |
public BarcodeVerifyOptions(BarcodeType encodeType)
Creates default Verification Option with Barcode Type verification
Parameters:
| Parameter | Type | Description |
|---|---|---|
| encodeType | BarcodeType | Barcode Type verification |
public BarcodeVerifyOptions(String text, BarcodeType encodeType)
Creates default Verification Option with Barcode Type verification and text
Parameters:
| Parameter | Type | Description |
|---|---|---|
| text | java.lang.String | Barcode text to verify |
| encodeType | BarcodeType | Barcode Type verification |
public final BarcodeType getEncodeType()
Gets or sets Barcode Type verification.
Returns: BarcodeType
public final void setEncodeType(BarcodeType value)
Gets or sets Barcode Type verification.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | BarcodeType |
public String toString()
Overrides conversion to string.
Returns: java.lang.String -
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.