FileConverter.CanOpen Property
true if the specified file converter is designed to open files. Read-only Boolean value.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property CanOpen As Boolean
Get
'Usage
Dim instance As FileConverter
Dim value As Boolean
value = instance.CanOpen
bool CanOpen { get; }
Property Value
Type: System.Boolean
Remarks
The CanSave property returns true if the specified file converter can be used to save (export) files.