FileConverter.CanOpen Property

Definition

Determines if the specified file converter is designed to open files.

public:
 property bool CanOpen { bool get(); };
public bool CanOpen { get; }
member this.CanOpen : bool
Public ReadOnly Property CanOpen As Boolean

Property Value

Remarks

This property returns True if the specified file converter is designed to open files, and False if not.

The CanSave property returns True if the specified file converter can be used to save (export) files.

Applies to