←Select platform

MatchCase Property (DocumentViewerFindText)

Summary

Indicates whether to use case matching when searching for text.

Syntax

C#
VB
C++
public bool MatchCase { get; set; }
Public Property MatchCase() As Boolean 
   Get 
   Set 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Documents.UI Assembly
Click or drag to resize