Error processing SSI file
LEADTOOLS Leadtools.Documents.UI (Leadtools.Documents.UI assembly)

Show in webframe

MatchCase Property






Indicates whether to use case matching when searching for text.
Syntax
public bool MatchCase {get; set;}
'Declaration
 
Public Property MatchCase As Boolean
'Usage
 
Dim instance As DocumentViewerFindText
Dim value As Boolean
 
instance.MatchCase = value
 
value = instance.MatchCase
public:
property bool MatchCase {
   bool get();
   void set (    bool value);
}

Property Value

true to use case matching when searching for text; otherwise, false. Default value is false.
Remarks

When this option is false, then the viewer will internally compares the lower case of Text against the lower case of the text in the pages. Note that lower case matching might not work in all languages.

Example

For an example, refer to Find.

Requirements

Target Platforms

See Also

Reference

DocumentViewerFindText Class
DocumentViewerFindText Members

Error processing SSI file
Leadtools.Documents.UI requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features