the found text ignore case

Namespace: Spire.PdfViewer.Forms
Assembly: Spire.PdfViewer.Forms (in Spire.PdfViewer.Forms.dll) Version: 6.6.0.0 (6.6.0.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool IgnoreCase { get; set; }
Public Property IgnoreCase As Boolean
	Get
	Set
public:
property bool IgnoreCase {
	bool get ();
	void set (bool value);
}
member IgnoreCase : bool with get, set

Property Value

Boolean

See Also