Skip to main content

SearchOptions Class

Definition

Assembly:Avalonia.Controls.PdfViewer
Package:Avalonia.Controls.PdfViewer

Options for text search.

public class SearchOptions

Inheritance: object -> SearchOptions

Constructors

NameDescription
SearchOptionsNo summary available.

SearchOptions Constructor

public SearchOptions()

Properties

NameDescription
MatchCaseMatch case when searching.
MatchWholeWordMatch whole words only.
MaxResultsMaximum number of results to return (0 for unlimited).
StartPageStarting page index for search.

MatchCase Property

Match case when searching.

public bool MatchCase { get; set; }

MatchWholeWord Property

Match whole words only.

public bool MatchWholeWord { get; set; }

MaxResults Property

Maximum number of results to return (0 for unlimited).

public int MaxResults { get; set; }

StartPage Property

Starting page index for search.

public int StartPage { get; set; }