FileConverter.CanOpen Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.