TdxPDFDocumentTextSearchStatus Enum
In This Article
Enumerates states of the text search operation within a PDF document.
#Declaration
Delphi
TdxPDFDocumentTextSearchStatus = (
tssFound,
tssNotFound,
tssFinished
);
#Members
Name |
---|
tss
|
tss
|
tss
|
#Remarks
Options include:
Value | Description |
---|---|
tss |
A text search method (such as the PDF Viewer‘s Text |
tss |
No matching text strings were found in the document. |
tss |
The last or the only text string match is found within the document. |
The TdxPDFDocumentTextSearchStatus type is referenced by the Status field of the TdxPDFDocumentTextSearchResult record.
Note
The PDF Viewer’s Text
See Also