Click or drag to resize

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
C#
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: IField
The value of the field, or null if the field was not detected.
See Also