Specifies Barcode Signature text if it should be searched and matched.
Returns:
java.lang.String
setText(String value)
public final void setText(String value)
Specifies Barcode Signature text if it should be searched and matched.
Parameters:
Parameter
Type
Description
value
java.lang.String
getMatchType()
public final int getMatchType()
Gets or sets Barcode text Match Type search. It is used only when Text property is set.
Returns:
int
setMatchType(int value)
public final void setMatchType(int value)
Gets or sets Barcode text Match Type search. It is used only when Text property is set.
Parameters:
Parameter
Type
Description
value
int
getReturnContent()
public final boolean getReturnContent()
Gets or sets flag to grab Barcode image content of signature on document page.
If this flag is set true, Barcode signature image content will keep raw image data by required format
ReturnContentType
(#getReturnContentType.getReturnContentType/#setReturnContentType(FileType).setReturnContentType(FileType)).
By default this option is disabled.
Returns:
boolean
setReturnContent(boolean value)
public final void setReturnContent(boolean value)
Gets or sets flag to grab Barcode image content of signature on document page.
If this flag is set true, Barcode signature image content will keep raw image data by required format
ReturnContentType
(#getReturnContentType.getReturnContentType/#setReturnContentType(FileType).setReturnContentType(FileType)).
By default this option is disabled.
Parameters:
Parameter
Type
Description
value
boolean
getReturnContentType()
public final FileType getReturnContentType()
Specifies file type of returned image content of the Barcode signature when ReturnContent property is enabled.
By default it set to Null. That means to return Barcode image content in original format.
This image format is specified at
BarcodeSignature.Format
(BarcodeSignature.getFormat})
Possible supported values are: FileType.JPEG, FileType.PNG, FileType.BMP.
If provided format is not supported than Barcode image content in .png format will be returned.
public final void setReturnContentType(FileType value)
Specifies file type of returned image content of the Barcode signature when ReturnContent property is enabled.
By default it set to Null. That means to return Barcode image content in original format.
This image format is specified at
BarcodeSignature.Format
(BarcodeSignature.getFormat})
Possible supported values are: FileType.JPEG, FileType.PNG, FileType.BMP.
If provided format is not supported than Barcode image content in .png format will be returned.