PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / ExporterOptions Class / Enabled Property

In This Topic
    Enabled Property (ExporterOptions)
    In This Topic
    Gets or sets a value indicating whether the exporter appears in the default "file save" dialog of a C1PrintPreviewControl.
    Syntax
    'Declaration
     
    Public Property Enabled As Boolean
    public bool Enabled {get; set;}
    See Also