DXRichEditDotDocumentExporterOptions Members
Contains options used for export documents in DOT (MS Word 97-2003 Template) format.Constructors
| Name | Description |
|---|---|
| DXRichEditDotDocumentExporterOptions() | Initializes a new instance of the DXRichEditDotDocumentExporterOptions class. |
Fields
| Name | Description |
|---|---|
| CompatibilityOptionsProperty static | Identifies the CompatibilityOptions dependency property. |
| ExportedDocumentPropertiesProperty static | Identifies the ExportedDocumentProperties dependency property. |
| TargetUriProperty static | Identifies the TargetUri dependency property. |
Properties
| Name | Description |
|---|---|
| CompatibilityOptions | Retrieves options affecting the compatibility of exported files. This is a dependency property. |
| ExportedDocumentProperties | Gets or sets the document properties being exported. This is a dependency property. |
| TargetUri | Gets or sets the URI of the document being exported. |
See Also