Back to Devexpress

TdxPDFDocumentTextSearchDirection Enum

vcl-dxpdfdocument-4b86a3f0.md

latest848 B
Original Source

TdxPDFDocumentTextSearchDirection Enum

Enumerates available text string search directions in a PDF document.

Declaration

delphi
TdxPDFDocumentTextSearchDirection = (
    tsdForward,
    tsdBackward
);

Members

Name
tsdForward
tsdBackward

Remarks

Options include:

ValueDescription
tsdForwardA text search process starts from the current position within the document towards its end.
tsdBackwardThe opposite search direction, that is, from the current position towards the document start.

The TdxPDFDocumentTextSearchOptions.Direction field contains a TdxPDFDocumentTextSearchDirection value.

See Also

dxPDFDocument Unit