FileConverter.CanSave Property

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property CanSave As Boolean
    Get
'Usage
Dim instance As FileConverter
Dim value As Boolean

value = instance.CanSave
bool CanSave { get; }

Property Value

Type: System.Boolean

Remarks

The CanOpen property returns True if the specified file converter can be used to open (import) files.

See Also

Reference

FileConverter Interface

FileConverter Members

Microsoft.Office.Interop.Word Namespace