EnumPdfViewerSearchTrigger
Enum
Defines when a search operation should be performed.
Definition
Namespace:Telerik.Maui.Controls.PdfViewer
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
[Flags]
public enum PdfViewerSearchTrigger
Fields
All
A search operation is triggered by both text changes and completion events.
Completed
A search operation is triggered when the corresponding entry completes (by pressing Enter/Return key).
None
A search operation is not triggered by anything. Only programmatic calls will start a search operation.
TextChanged
A search operation is triggered every time the Text changes.