Gets or sets the alignment of text in the result QR-code image. Default value is None.
Returns:
int
setCodeTextAlignment(int value)
public final void setCodeTextAlignment(int value)
Gets or sets the alignment of text in the result QR-code image. Default value is None.
Parameters:
Parameter
Type
Description
value
int
getLogoFilePath()
public final String getLogoFilePath()
Gets or sets the QR-code logo image file name. This property in use only if LogoStream is not specified. Using of this property could cause problems with verification. Use it carefully.
Returns:
java.lang.String
setLogoFilePath(String value)
public final void setLogoFilePath(String value)
Gets or sets the QR-code logo image file name. This property in use only if LogoStream is not specified. Using of this property could cause problems with verification. Use it carefully.
Parameters:
Parameter
Type
Description
value
java.lang.String
getLogoStream()
public final InputStream getLogoStream()
Gets or sets the QR-code logo image stream. If this property is specified it is always used instead LogoGuid. Using of this property could cause problems with verification. Use it carefully.
Returns:
java.io.InputStream
setLogoStream(InputStream value)
public final void setLogoStream(InputStream value)
Gets or sets the QR-code logo image stream. If this property is specified it is always used instead LogoGuid. Using of this property could cause problems with verification. Use it carefully.
Parameters:
Parameter
Type
Description
value
java.io.InputStream
getData()
public final Object getData()
Gets or sets custom object to serialize to QR-Code content.
Returns:
java.lang.Object
setData(Object value)
public final void setData(Object value)
Gets or sets custom object to serialize to QR-Code content.
Parameters:
Parameter
Type
Description
value
java.lang.Object
getDataEncryption()
public final IDataEncryption getDataEncryption()
Gets or sets implementation of IDataEncryption interface to encode and decode QR-Code Signature Text or Data properties.
Gets or sets flag to get QR-Code image content of a signature which was put 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 get QR-Code image content of a signature which was put 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 (QrCodeSignature.getFormat/{@link QrCodeSignature#(FileType)}) Possible supported values are: FileType.JPEG, FileType.PNG, FileType.BMP. If provided format is not supported than QR-Code image content in .png format 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 (QrCodeSignature.getFormat/{@link QrCodeSignature#(FileType)}) Possible supported values are: FileType.JPEG, FileType.PNG, FileType.BMP. If provided format is not supported than QR-Code image content in .png format will be returned.