←Select platform

ReplaceCharacter Property

Summary

Character to use when replacing redacted text.

Syntax
C#
VB
C++
public char ReplaceCharacter {get; set;} 
Public Property ReplaceCharacter() As Char 
   Get 
   Set 
public:  
   property Char ReplaceCharacter 
   { 
      Char get() 
      void set(Char value) 
   } 

Property Value

The value to use when replacing each character in the redacted text. The default value is *.

Remarks

To remove redacted text from the document altogether, use a value of 0. For more information, refer to Document View and Convert Redaction.

Example

For an example, refer to DocumentAnnotations.RedactionOptions.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly