Represents the options of separate exporter, the ExportOptions class contains the list of such objects.

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

Syntax

C#
[SerializableAttribute]
[TypeConverterAttribute(typeof(ExporterOptions..::.TypeConverter))]
public class ExporterOptions
Visual Basic (Declaration)
<SerializableAttribute> _
<TypeConverterAttribute(GetType(ExporterOptions..::.TypeConverter))> _
Public Class ExporterOptions

Inheritance Hierarchy

System..::.Object
  C1.Win.C1PrintPreview..::.ExporterOptions

See Also