Sourceinfo, imagesourceinfo, Datasource, imagedatasource, Zone – Kofax DOKuStar Validation User Manual

Page 63

Advertising
background image

DOKuStar Validation Programming Manual

Page

59

SourceInfo, ImageSourceInfo

SourceInfo

is the base class of

ImageSourceInfo

.

Properties and methods of the

ImageSourceInfo

object (excerpt):

Property/Method

Returns

Description

DataSource

ImageDataSource

Holds the

ImageDataSource

object, which includes the images

filename.

Zone

Zone

Describes the box around the field.

DataSource, ImageDataSource

DataSource

is the base class of

ImageDataSource

.

Properties and methods of the

ImageDataSource

object (excerpt):


Property/Method

Returns

Description

FileName

String

Name of the image file (full path)

Zone

Describes a rectangle around a field.

Properties and methods of the

Zone

object (excerpt):

Property/Method

Returns

Description

Height

Long

Height of the rectangle in 1/10 mm

SetValue

--

Sets all four values of the rectangle
Parameters:

x As Long
y As Long
w As Long
h As Long

Width

Long

Width of the rectangle in 1/10 mm

X

Long

Left corner of the rectangle in 1/10 mm

Y

Long

Upper corner of the rectangle in 1/10 mm

Advertising