←Select platform

MatchCase Property

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 DocumentViewerText.Find.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.