Indicates whether the exporter appears in the default FileSave dialog of C1PrintPreview.

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

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.All)]
[DefaultValueAttribute(true)]
public bool Enabled { get; set; }
Visual Basic (Declaration)
<RefreshPropertiesAttribute(RefreshProperties.All)> _
<DefaultValueAttribute(True)> _
Public Property Enabled As Boolean

See Also