[]
Represents options for a specific export format.
[TypeConverter(typeof(ExporterOptions.TypeConverter))]
public class ExporterOptions
| 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. |
| 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. |
| Name | Description |
|---|---|
| AssignFrom(ExporterOptions) | Assigns (copies) properties from another ExporterOptions to the current object. |