[]
        
(Showing Draft Content)

C1.Win.C1Preview.ExportOptions

ExportOptions Class

Represents export options for all export formats. This class can be handled as a collection (see Count property and indexer).

Inheritance
ExportOptions
Namespace: C1.Win.C1Preview
Assembly: C1.Win.PrintPreview.8.dll
Syntax
[TypeConverter(typeof(ExportOptions.TypeConverter))]
public class ExportOptions

Constructors

Name Description
ExportOptions()

Initializes a new instance of the ExportOptions class.

Properties

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.

Methods

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.