Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfTextSearchStatus Enum

Lists the values specifying the status of a PDF text search operation.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public enum PdfTextSearchStatus

Members

Name Description
Found

The text, which is being searched for, has been found.

NotFound

The text, which is being searched for, has not been found.

Finished

The text search has finished.

Remarks

An object of the PdfTextSearchStatus type is returned by the PdfTextSearchResults.Status property.

See Also