Gets or sets the alignment of text in the result Barcode 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 Barcode image.
Default value is None.
Parameters:
Parameter
Type
Description
value
int
getReturnContent()
public final boolean getReturnContent()
Gets or sets flag to get Barcode image content of a signature which was put 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 get Barcode image content of a signature which was put 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.