Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxDocDocumentImporterOptions.KeepPermissionsForRemovedRanges Property

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