Gets or sets flag to grab QR-Code image content of signature on document page.
If this flag is set true, QR-Code 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 QR-Code image content of signature on document page.
If this flag is set true, QR-Code 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 QR-Code signature when ReturnContent property is enabled.
By default it set to Null. That means to return QR-Code image content in original format.
This image format is specified at
QrCodeSignature.Format
()
Possible supported values are: FileType.JPEG, FileType.PNG, FileType.BMP.
If provided format is not supported than QR-Code image content in original .png will be returned.
public final void setReturnContentType(FileType value)
Specifies file type of returned image content of the QR-Code signature when ReturnContent property is enabled.
By default it set to Null. That means to return QR-Code image content in original format.
This image format is specified at
QrCodeSignature.Format
()
Possible supported values are: FileType.JPEG, FileType.PNG, FileType.BMP.
If provided format is not supported than QR-Code image content in original .png will be returned.