TdxPDFDocumentTextSearchDirection Enum
In This Article
Enumerates available text string search directions in a PDF document.
#Declaration
Delphi
TdxPDFDocumentTextSearchDirection = (
tsdForward,
tsdBackward
);
#Members
Name |
---|
tsd
|
tsd
|
#Remarks
Options include:
Value | Description |
---|---|
tsd |
A text search process starts from the current position within the document towards its end. |
tsd |
The opposite search direction, that is, from the current position towards the document start. |
The TdxPDFDocumentTextSearchOptions.Direction field contains a TdxPDFDocumentTextSearchDirection value.
See Also