PdfFindDialogOptions.CaseSensitive Property
Gets a value that specifies whether or not to ignore the letter case when searching text in a PDF.
Namespace: DevExpress.XtraPdfViewer
Assembly: DevExpress.XtraPdfViewer.v24.1.dll
NuGet Package: DevExpress.Win.PdfViewer
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to take into account the letter case; otherwise false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to CaseSensitive |
---|---|
PdfViewer |
|
See Also