Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document.Export Namespace / MetafileFilter Class / ShowOptions Property

In This Topic
    ShowOptions Property (MetafileFilter)
    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