Class PdfViewerSearchToastInfo
Defines an information structure for the PdfViewerSearchToast.
Inheritance
System.Object
PdfViewerSearchToastInfo
Namespace: Telerik.Maui.Controls.PdfViewer
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class PdfViewerSearchToastInfo : ValueType
Fields
Empty
Special value indicating empty PdfViewerSearchToastInfo.
Declaration
public static readonly PdfViewerSearchToastInfo Empty
Field Value
PdfViewerSearchToastInfo
|
ShowDuration
Gets or sets the duration the PdfViewerSearchToast is shown for.
Declaration
public TimeSpan ShowDuration
Field Value
System.TimeSpan
|
Text
Gets or sets the text of the PdfViewerSearchToast.
Declaration
public string Text
Field Value
System.String
|