Click or drag to resize

ProcessorDetectField Method

Detects a field on a specified PDF report page.

Namespace:  Opait.ReportMiner.Api
Assembly:  Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax
C#
public IField DetectField(
	string fieldName,
	int pageNumber
)

Parameters

fieldName
Type: SystemString
The name of the field to detect.
pageNumber
Type: SystemInt32
The PDF page number, counting from zero.

Return Value

Type: IField
The detected field, or null if the field was not detected.
See Also