PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.Export Namespace / TiffExportProvider Class / CanShowOptions Property

In This Topic
    CanShowOptions Property (TiffExportProvider)
    In This Topic
    Gets a value indicating whether the associated ImageExporter can show a dialog allowing the user to edit the export options. This implementation returns true.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property CanShowOptions As Boolean
    public virtual bool CanShowOptions {get;}
    See Also