FileConverter.CanOpen Property

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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

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.

See Also

Reference

FileConverter Interface

FileConverter Members

Microsoft.Office.Interop.Word Namespace