public class ScannerConfig.DecoderParams.Signature extends ScannerConfig.DecoderParams.BaseDecoder
Modifier and Type | Field and Description |
---|---|
ScannerConfig.SignatureImageBitsPerPixel |
bpp
Use to set bits per pixel for a black and white image.
|
ScannerConfig.SignatureImageFormat |
format
Use to set format of the image.
|
int |
height
Use to set height of the image.
|
int |
jpegQuality
Use to set jpeg quality of the image.
|
int |
width
Use to set width of the image.
|
enabled
public int width
Example Usage: signature.width = 16;
public int height
Example Usage: signature.height = 16;
public ScannerConfig.SignatureImageFormat format
Example Usage: signature.format = SignatureImageFormat.JPEG;
public int jpegQuality
Example Usage: signature.jpegQuality = 5;
public ScannerConfig.SignatureImageBitsPerPixel bpp
Example Usage: signature.bpp = SignatureImageBitsPerPixel.BPP_1;