Skip to main content

TdxPDFDocumentTextSearchResult.Status Field

Stores the state of the text search within a PDF document.

Declaration

Status: TdxPDFDocumentTextSearchStatus

Field Value

Type
TdxPDFDocumentTextSearchStatus

Remarks

If a search operation found no text matches, the Status field is set to tssNotFound, and the found text range is invalid.

For detailed information on all possible text search states, refer to the TdxPDFDocumentTextSearchStatus type description.

See Also