DocumentRedactionMode Enumeration

Summary

Annotations redaction mode.

Syntax
TypeScript
JavaScript
lt.Document.DocumentRedactionMode = { 
   none: 0, 
   apply: 1, 
   applyThenRasterize: 2 
} 
lt.Document.DocumentRedactionMode = { 
   none: 0, 
   apply: 1, 
   applyThenRasterize: 2 
} 

Members

ValueMemberDescription
none0Do not apply any annotations. Default behavior. All annotations are visible and live when viewing or converting.
apply1Apply the annotations and keep SVG pages.
applyThenRasterize2Apply the annotations then rasterize SVG pages.

Remarks

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