Gets or sets value indicating whether the options dialog should be displayed before export.

Namespace:  C1.C1PrintDocument.Export
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public override bool ShowOptions { get; set; }
Visual Basic (Declaration)
Public Overrides Property ShowOptions As Boolean

Implements

IExporter..::.ShowOptions

See Also