TdxPDFDocumentTextSearchOptions.Direction Field
In This Article
Specifies the text search direction in a PDF document.
#Declaration
Delphi
Direction: TdxPDFDocumentTextSearchDirection
#Field Value
Type |
---|
Tdx |
#Remarks
Assign tsdForward or tsdBackward to the Direction field to if a text search routine navigates to the next search result towards the end or beginning of a PDF document, respectively.
See Also