[]
Gets an ExporterOptions object by its index in the current ExportOptions.
public ExporterOptions this[int index] { get; }
Type | Name | Description |
---|---|---|
int | index |
Gets an ExporterOptions object by the type of its ExportProvider.
public ExporterOptions this[Type exportProviderType] { get; }
Type | Name | Description |
---|---|---|
Type | exportProviderType |
Gets an ExporterOptions object by the format key of the export provider (see FormatKey).
public ExporterOptions this[string exportProviderFormatKey] { get; }
Type | Name | Description |
---|---|---|
string | exportProviderFormatKey |