RtfExportProvider Class Properties
For a list of all members of this type, see RtfExportProvider members.
| Name | Description |
 | CanShowOptions | Gets a value indicating whether the associated ExportFilter can show a dialog allowing the user to edit the export options. (Inherited from C1.Xaml.Document.Export.ExportProvider) |
 | DefaultExtension | Overridden. Gets the default filename extension for the current export format. This implementation returns "rtf". |
 | FormatName | Overridden. Gets a short description of the RTF export format. |
 | SupportedDocumentInfoFields | Overridden. Gets the combination of flags indicating which fields of the C1.Xaml.Document.DocumentInfo class are supported by the current export format. This implementation returns the combination of Author, Creator, Title, Operator, Subject, Keywords, CreationTime, RevisionTime, Manager, Company and Comment. |
Top