DXRichEditDocDocumentImporterOptions Properties
Provides options used for loading (importing) documents in DOC (MS Word 97-2003) format.| Name | Description |
|---|---|
| IgnoreDeletedText | Gets or sets whether to ignore the text deleted using the MS Word Track Changes feature when loading a DOC document. This is a dependency property. |
| KeepBookmarksForRemovedRanges | Gets or sets whether to keep bookmarks contained in the range deleted with the Track Changes option. This is a dependency property. |
| KeepCommentsForRemovedRanges | Gets or sets whether to keep a comment applied to deleted ranges in a loaded document. This is a dependency property. |
| KeepPermissionsForRemovedRanges | Gets or sets whether to keep permissions applied to deleted ranges in a loaded document. This is a dependency property. |
| SourceUri | Gets or sets the base URI for the external content of the document. This is a dependency property. |
| UpdateFieldOptions | For internal use. |
See Also