Namespace PSPDFKit.Search
Classes
Library
Represents a Library of indexed PDFs that can be searched.
This class implements System.IDisposable.
Don't forget to use using
or class `System.IDisposable.Dispose() manually.
LibraryQuery
This class represents a search query that can be performed on a Library
PasswordRequest
This class represents a request for a password.
Query
This class represents a search query that can be performed on a document with a TextSearcher
RedactionSearchOptions
Describes options specific to creating redactions by search. See CreateRedactionsBySearchAsync(String, SearchType, RedactionSearchOptions)
TextSearcher
With this class an open Document can be searched.