Click or drag to resize

IField Interface

Interface defines an exported field.

Namespace:  Opait.ReportMiner.Api
Assembly:  Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax
C#
public interface IField

The IField type exposes the following members.

Properties
  NameDescription
Public propertyDataType
Gets the data type of the field value.
Public propertyName
Gets or set the name of the field.
Public propertyPageNumber
Get the index of the page where the field was detected.
Public propertyValue
Gets or sets the text value of the field.
Top
See Also