| ProcessorDetectLabel Method |
Detects a label on a specified PDF report page.
Namespace:
Opait.ReportMiner.Api
Assembly:
Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax public string DetectLabel(
string labelName,
int pageNumber
)
Parameters
- labelName
- Type: SystemString
The name of the label to detect. - pageNumber
- Type: SystemInt32
The PDF page number, counting from zero.
Return Value
Type:
StringThe matching string of the label query, or null if label was not detected.
See Also