| IEngineDetectField Method |
Detects a field on a specified report page.
Namespace:
Opait.ReportMiner.Api
Assembly:
Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax IField DetectField(
string fieldName,
int pageNumber
)
Parameters
- fieldName
- Type: SystemString
The name of the field to detect. - pageNumber
- Type: SystemInt32
The index of the PDF page to search, counting from zero.
Return Value
Type:
IFieldThe value of the field, or null if the field was not detected.
See Also