[]
        
(Showing Draft Content)

C1.Win.C1Preview.ExporterOptions

ExporterOptions Class

Represents options for a specific export format.

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

Constructors

Name Description
ExporterOptions(ExportProvider)

Initializes a new instance of the ExporterOptions class.

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

Initializes a new instance of the ExporterOptions class.

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

Initializes a new instance of the ExporterOptions class.

Properties

Name Description
Enabled

Gets or sets a value indicating whether the exporter appears in the default "file save" dialog of a C1PrintPreviewControl.

ExportProvider

Gets the ExportProvider object associated with this ExporterOptions.

OptionsDialogClassName

Gets or sets the class name of the export options dialog form.

Preview

Gets or sets a value indicating whether to preview the exported document.

ShowOptions

Gets or sets a value indicating whether to show the export options dialog to the user.

Methods

Name Description
AssignFrom(ExporterOptions)

Assigns (copies) properties from another ExporterOptions to the current object.