PlanetPress Capture Library
TICRDatas Class Reference

This object is a collection of all the ICRData objects linked to an area. More...

List of all members.

Public Attributes

IICRData Item
 Returns the ICRData at index ItemIndex.
IICRData ItemByID
 Returns the ICRData whose ID is ItemID.
Integer Count
 Number of ICRData objects in the collection.

Detailed Description

This object is a collection of all the ICRData objects linked to an area.

Note:
PlanetPress Capture does not currently have a built-in ICR engine, nor does it provide connectors to third-party ICR engines. The ICR-related objects are provided as a convenience only for third-party developers that wish to add ICR capability to their solution. Although backward compatibility will be preserved as much as possible, breaking changes may be introduced in the future when and if ICR support is officially added. The library version number will be updated accordingly.

Member Data Documentation

Number of ICRData objects in the collection.

IICRData TICRDatas::Item

Returns the ICRData at index ItemIndex.

Note:
The index of a ICRData object within an ICRData collection can change over time. Do not rely on the index once the item has been retrieved; use its Item ID instead.
Parameters:
ItemIndexIndex of the ICRData object to retrieve.
See also:
TICRData

Returns the ICRData whose ID is ItemID.

Parameters:
ItemIDID of the ICRData object to retrieve.
See also:
TICRData