Returns the options of exporter by type of ExportProvider.

Namespace:  C1.Win.C1PrintPreview
Assembly:  C1.Win.C1PrintPreview.Classic.2 (in C1.Win.C1PrintPreview.Classic.2.dll)

Syntax

C#
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public ExporterOptions this[
	Type exportProviderType
] { get; }
Visual Basic (Declaration)
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _
Public ReadOnly Default Property Item ( _
	exportProviderType As Type _
) As ExporterOptions

Parameters

exportProviderType
Type: System..::.Type

See Also