Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DocDocumentExporterOptions Properties

Contains options used to save (export) the document in DOC format (aka MS Office Word 97-2003 format, .doc).
Name Description
Compatibility Provides access to options affecting the compatibility of exported files with different DOC editors.
ExportedDocumentProperties Gets or sets the document properties being exported. Inherited from DocumentExporterOptions.
TargetUri Gets or sets the URI of the document being exported. Inherited from DocumentExporterOptions.
See Also