CustomAndroidAPI  1.30
it.custom.printer.api.android.ScannerImage Class Reference

Public Member Functions

 ScannerImage ()
 
 ScannerImage (Bitmap img, byte bHeaderBMP[]) throws CustomException
 

Public Attributes

int ImageWidth = 0
 
int ImageHeight = 0
 
Bitmap Image = null
 
int ImageBitsPerPixel = 0
 
int ImageNumColors = 0
 
float ImageInclination = 0
 

Detailed Description

This the container class to hold the scanned image

Constructor & Destructor Documentation

◆ ScannerImage() [1/2]

it.custom.printer.api.android.ScannerImage.ScannerImage ( )
inline

◆ ScannerImage() [2/2]

it.custom.printer.api.android.ScannerImage.ScannerImage ( Bitmap  img,
byte  bHeaderBMP[] 
) throws CustomException
inline

Member Data Documentation

◆ Image

Bitmap it.custom.printer.api.android.ScannerImage.Image = null

Indicates that the Bitmap Image

◆ ImageBitsPerPixel

int it.custom.printer.api.android.ScannerImage.ImageBitsPerPixel = 0

Indicates that the Image Bits per pixel

◆ ImageHeight

int it.custom.printer.api.android.ScannerImage.ImageHeight = 0

Indicates that the Image Height

◆ ImageInclination

float it.custom.printer.api.android.ScannerImage.ImageInclination = 0

Indicates that the Image Inclination (if supported by the device)

◆ ImageNumColors

int it.custom.printer.api.android.ScannerImage.ImageNumColors = 0

Indicates that the number of colors of Image

◆ ImageWidth

int it.custom.printer.api.android.ScannerImage.ImageWidth = 0

Indicates that the Image Width