PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.Export Namespace / C1dExporter Class / ShowOptions Property

In This Topic
    ShowOptions Property (C1dExporter)
    In This Topic
    Gets or sets a value indicating whether the options dialog should be shown to the user before exporting the document.
    Syntax
    'Declaration
     
    Public Property ShowOptions As Boolean
    public bool ShowOptions {get; set;}
    See Also