[]
        
(Showing Draft Content)

C1.Win.C1Preview.ExporterOptions.-ctor

ExporterOptions Constructor

ExporterOptions(ExportProvider)

Initializes a new instance of the ExporterOptions class.

Declaration
public ExporterOptions(ExportProvider exportProvider)
Parameters
Type Name Description
ExportProvider exportProvider

The ExportProvider associated with this instance.

ExporterOptions(ExportProvider, string, bool, bool, bool)

Initializes a new instance of the ExporterOptions class.

Declaration
public ExporterOptions(ExportProvider exportProvider, string optionsDialogClassName, bool enabled, bool showOptions, bool preview)
Parameters
Type Name Description
ExportProvider exportProvider

The ExportProvider associated with this instance.

string optionsDialogClassName

The options dialog class name.

bool enabled

Indicates whether this export format is enabled.

bool showOptions

Indicates whether to show options to the user.

bool preview

Indicates whether to preview the exported document by default.

ExporterOptions(string, string, bool, bool, bool)

Initializes a new instance of the ExporterOptions class.

Declaration
public ExporterOptions(string exportProviderFormatKey, string optionsDialogClassName, bool enabled, bool showOptions, bool preview)
Parameters
Type Name Description
string exportProviderFormatKey

The export format key associated with this instance.

string optionsDialogClassName

The options dialog class name.

bool enabled

Indicates whether this export format is enabled.

bool showOptions

Indicates whether to show options to the user.

bool preview

Indicates whether to preview the exported document by default.