TdxDocDocumentImporterOptions.KeepPermissionsForRemovedRanges Property
Specifies if the editing permissions applied to the deleted text ranges are imported.
Declaration
property KeepPermissionsForRemovedRanges: Boolean read; write; default DefaultKeepPermissionsForRemovedRanges;
Property Value
Type | Default |
---|---|
Boolean | DefaultKeepPermissionsForRemovedRanges |
Remarks
Set this property to False to disable importing editing permissions for the text ranges deleted using the Microsoft Word® Track Changes feature from the imported document.
The default value of the KeepPermissionsForRemovedRanges property is DefaultKeepPermissionsForRemovedRanges.
See Also