←Select platform

IntersectionPercentage Property

Summary

Percentage of intersection to use when redacting text characters.

Syntax
C#
C++/CLI
Python
public int IntersectionPercentage {get; set;} 
public:  
   property Int32 IntersectionPercentage 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 
IntersectionPercentage # get and set (AnnotationsRedactionOptions) 

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 22.0.2023.4.21
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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