←Select platform

IntersectionPercentage Property

Summary

Percentage of intersection to use when redacting text characters.

Syntax
C#
VB
C++
public int IntersectionPercentage {get; set;} 
Public Property IntersectionPercentage() As Integer 
   Get 
   Set 
public:  
   property Int32 IntersectionPercentage 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

The percentage of intersection to use when redacting text characters. The default value is 0, which means to perform redacting if 50% or more of the character boundary intersects with any of the redaction items.

Remarks

The IntersectionPercentage controls the percentage of intersection on which to perform redaction on the text characters as follows:

  • Value of 1: Means only perform the operation if 1% or more of the character boundary intersects with any of the redaction items.
  • Value of 50: Means only perform the operation if 50% or more of the character boundary intersects with any of the redaction items.
  • Value of 100: Means only perform the operation if 100% of the character boundary intersects with any of the redaction items.

The default value of 0 means to use the default percentage of 50%.

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