[]
Represents export options for all export formats. This class can be handled as a collection (see Count property and indexer).
[TypeConverter(typeof(ExportOptions.TypeConverter))]
public class ExportOptions
Name | Description |
---|---|
ExportOptions() | Initializes a new instance of the ExportOptions class. |
Name | Description |
---|---|
Count | Gets the number of export formats in the current ExportOptions. |
DefaultProvider | Gets or sets the default export provider. The default format is initially selected when showing the save file dialog. |
this[int] | Gets an ExporterOptions object by its index in the current ExportOptions. |
this[string] | Gets an ExporterOptions object by the format key of the export provider (see FormatKey). |
this[Type] | Gets an ExporterOptions object by the type of its ExportProvider. |
Name | Description |
---|---|
IndexByExportProvider(ExportProvider) | Searches the current ExportOptions for an index corresponding to the specified ExportProvider. |
IndexByExportProviderFormatKey(string) | Searches the current ExportOptions for an index corresponding to the specified format key (see FormatKey). |
Reset() | Resets all export options to their default values. |