DocDocumentImporterOptions Properties
Contains options used for loading (importing) documents in DOC binary format.| Name | Description |
|---|---|
| IgnoreDeletedText | Specifies whether the text deleted using the MS Word Track Changes feature is ignored when loading a document in MS Word 97-2007 binary file format (.doc). |
| KeepBookmarksForRemovedRanges | Gets or sets whether to keep bookmarks contained in the range deleted with the Track Changes option. |
| KeepCommentsForRemovedRanges | Gets or sets whether to keep the comment applied to the deleted ranges. |
| KeepPermissionsForRemovedRanges | Gets or sets whether to keep the permissions applied to the ranges deleted with the Track Changes option. |
| SourceUri | Gets or sets the base URI for the external content of the document. Inherited from DocumentImporterOptions. |
| UpdateField | Provides access to options that specify whether a certain document field is updated during import. Inherited from DocumentImporterOptions. |
See Also