redactionOptions Property

Summary

Redaction options to use with this document.

Syntax
TypeScript
JavaScript
Object.defineProperty(LoadDocumentOptions.prototype, 'redactionOptions', 
   get: function(), 
   set: function(value) 
) 
redactionOptions: DocumentRedactionOptions; 

Property Value

The optional redaction options to use with this document. The default value is null.

Remarks

When the value of RedactionOptions is not null, a copy of the options is set in the DocumentAnnotations.RedactionOptions of the newly created document when it finishes loading.

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