Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public bool CaseSensitive { get; }

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
.FindDialogOptions .CaseSensitive
See Also