Contains the options for all exporters (PdfExporter, XlsExporter and so on).

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

Syntax

C#
[DefaultMemberAttribute("Item")]
[TypeConverterAttribute(typeof(ExportOptions..::.TypeConverter))]
public class ExportOptions
Visual Basic (Declaration)
<DefaultMemberAttribute("Item")> _
<TypeConverterAttribute(GetType(ExportOptions..::.TypeConverter))> _
Public Class ExportOptions

Inheritance Hierarchy

System..::.Object
  C1.Win.C1PrintPreview..::.ExportOptions

See Also