[]
        
(Showing Draft Content)

C1.Win.C1Preview.ExportOptions.Item

this Property

this[int]

Gets an ExporterOptions object by its index in the current ExportOptions.

Declaration
public ExporterOptions this[int index] { get; }
Parameters
Type Name Description
int index

this[Type]

Gets an ExporterOptions object by the type of its ExportProvider.

Declaration
public ExporterOptions this[Type exportProviderType] { get; }
Parameters
Type Name Description
Type exportProviderType

this[string]

Gets an ExporterOptions object by the format key of the export provider (see FormatKey).

Declaration
public ExporterOptions this[string exportProviderFormatKey] { get; }
Parameters
Type Name Description
string exportProviderFormatKey