BarcodeVerifyOptions

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

Constructors

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

Methods

Method Description
getEncodeType() Gets or sets Barcode Type verification.
setEncodeType(BarcodeType value) Gets or sets Barcode Type verification.
toString() Overrides conversion to string.

BarcodeVerifyOptions()

public BarcodeVerifyOptions()

Creates default Verification Option for Barcode Signature.

BarcodeVerifyOptions(String text)

public BarcodeVerifyOptions(String text)

Creates default Verification Option with verification text

Parameters:

Parameter Type Description
text java.lang.String Barcode text to verify

BarcodeVerifyOptions(BarcodeType encodeType)

public BarcodeVerifyOptions(BarcodeType encodeType)

Creates default Verification Option with Barcode Type verification

Parameters:

Parameter Type Description
encodeType BarcodeType Barcode Type verification

BarcodeVerifyOptions(String text, BarcodeType encodeType)

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

getEncodeType()

public final BarcodeType getEncodeType()

Gets or sets Barcode Type verification.

Returns: BarcodeType

setEncodeType(BarcodeType value)

public final void setEncodeType(BarcodeType value)

Gets or sets Barcode Type verification.

Parameters:

Parameter Type Description
value BarcodeType

toString()

public String toString()

Overrides conversion to string.

Returns: java.lang.String -