TdxDocDocumentImporterOptions.KeepPermissionsForRemovedRanges Property
In This Article
Specifies if the editing permissions applied to the deleted text ranges are imported.
#Declaration
Delphi
property KeepPermissionsForRemovedRanges: Boolean read; write; default DefaultKeepPermissionsForRemovedRanges;
#Property Value
Type | Default |
---|---|
Boolean | Default |
#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