Columncount – Kofax DM API User Manual

Page 178

Advertising
background image

158 C

HAPTER

4

ColumnCount

ColumnCount

Use this method to return the number of columns in the return data.
This will always be equal to or greater than the number of times

AddReturnProperty

is called. (In some situations, the DM API returns

extra columns by default, which can increase the ColumnCount value.)

Syntax

PCDLookup.ColumnCount()

PCDRecentDoc.ColumnCount()

PCDSearch.ColumnCount()

Returns

Returns the column count as an integer.

Example

The

Example

in the discussion of the PCDLookup object illustrates the

use of this method.

Related Items

See the following objects:

PCDLookup

PCDRecentDoc

PCDSearch

See the following properties:

ErrDescription
ErrNumber

Advertising