ExportOptions Properties
Stores the document export options for different export formats.Name | Description |
---|---|
Csv | Gets the settings used to specify exporting parameters when a document is exported to CSV format. |
Docx | Gets the settings used to specify exporting parameters when a document is exported to DOCX format. |
Gets the settings used to specify exporting parameters when a document is sent by e-mail in Print Preview. | |
Html | Gets the settings used to specify exporting parameters when a document is exported to HTML format. |
Image | Gets the settings used to specify exporting parameters when a document is exported to image. |
MailMessage | Provides access to an object that contains options which define how a document is exported to a mail message. |
Mht | Gets the settings used to specify exporting parameters when a document is exported to MHT format. |
NativeFormat | Provides access to the object, which contains settings for saving the PrintingSystem document in native format. |
Gets the settings used to specify exporting parameters when a document is exported to PDF format. | |
PrintPreview | Gets the settings used to specify how a document is exported from the Print Preview. |
Rtf | Gets the settings used to specify exporting parameters when a document is exported to RTF format. |
Text | Gets the settings used to specify exporting parameters when a document is exported to text. |
Xls | Gets the settings used to specify exporting parameters when a document is exported to XLS format. |
Xlsx | Gets the settings used to specify export parameters when a document is exported to XLSX format. |
See Also