intersectionPercentage Property

Summary

Percentage of intersection to use when redacting text characters.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnotationsRedactionOptions.prototype, 'intersectionPercentage', 
   get: function(), 
   set: function(value) 
) 
intersectionPercentage: number; 

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

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.2.1
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.