Click or drag to resize

IEngineDetectLabel Method

Detects a label on a specified report page.

Namespace:  Opait.ReportMiner.Api
Assembly:  Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax
C#
string DetectLabel(
	string labelName,
	int pageNumber
)

Parameters

labelName
Type: SystemString
The name of the label to detect.
pageNumber
Type: SystemInt32
The index of the PDF page to search, counting from zero.

Return Value

Type: String
The matching string of the label query, or null if label was not detected.
See Also