This is the Batch object's child object. Access this object through the Batch object's Image method. For example, Batch.Image(5) returns the five images in the batch.
|
Property |
Type |
Read Only/Write |
Description |
|---|---|---|---|
|
ImprinterString |
String |
Read Only |
The imprinter string assigned to the image. |
|
Sequence |
Number |
Read Only |
The image sequence number. |
|
ImageName |
String |
Read Only |
The image name, such as 00001.tif |
|
Filename |
String |
Read Only |
The image name with the path. |
|
OriginalImportFileName |
String |
Read Only |
The original file name of the imported image. |
|
BitsPerPixel |
Number |
Read Only |
The color depth of the image. |
|
DotsPerInch |
Number |
Read Only |
The image resolution. |
|
XRes |
Number |
Read Only |
Width of the image in pixels. |
|
YRes |
Number |
Read Only |
Height of the image in pixels. |
|
FileSize |
Number |
Read Only |
Size of the file in bytes. |
|
IsColor |
Boolean |
Read Only |
vbTrue if the image is color (bpp>1). |