ExportOptionsContainer Members
In This Article
#Constructors
Name | Description |
---|---|
Export |
Initializes a new instance of the Export |
#Properties
Name | Description |
---|---|
Csv |
Gets the settings used to specify exporting parameters when a document is exported to CSV format.
Inherited from Export |
Docx |
Gets the settings used to specify exporting parameters when a document is exported to DOCX format.
Inherited from Export |
Gets the settings used to specify exporting parameters when a document is sent by e-mail in Print Preview.
Inherited from Export |
|
Html |
Gets the settings used to specify exporting parameters when a document is exported to HTML format.
Inherited from Export |
Image |
Gets the settings used to specify exporting parameters when a document is exported to image.
Inherited from Export |
Mail |
Provides access to an object that contains options which define how a document is exported to a mail message.
Inherited from Export |
Mht |
Gets the settings used to specify exporting parameters when a document is exported to MHT format.
Inherited from Export |
Native |
Provides access to the object, which contains settings for saving the Printing |
Gets the settings used to specify exporting parameters when a document is exported to PDF format.
Inherited from Export |
|
Print |
Gets the settings used to specify how a document is exported from the Print Preview.
Inherited from Export |
Rtf |
Gets the settings used to specify exporting parameters when a document is exported to RTF format.
Inherited from Export |
Text |
Gets the settings used to specify exporting parameters when a document is exported to text.
Inherited from Export |
Xls |
Gets the settings used to specify exporting parameters when a document is exported to XLS format.
Inherited from Export |
Xlsx |
Gets the settings used to specify export parameters when a document is exported to XLSX format.
Inherited from Export |
Xps | Gets the settings used to specify export parameters when a document is exported to XPS format. |
#Methods
Name | Description |
---|---|
Assign |
Copies all the settings from the Export |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the current visibility of the specified export option in the Print Preview.
Inherited from Export |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Restore |
Loads export options from the specified stream.
Inherited from Export |
Restore |
Loads export options from the specified XML file.
Inherited from Export |
Save |
Saves the current export options to the specified stream.
Inherited from Export |
Save |
Saves the current export options to an XML file.
Inherited from Export |
Set |
Changes the visibility of the specified export options in the Print Preview.
Inherited from Export |
Set |
Changes the visibility of the specified export option in the Print Preview (only for desktop platforms).
Inherited from Export |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also