FileConverter.CanSave 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 save files.
public:
property bool CanSave { bool get(); };
public bool CanSave { get; }
member this.CanSave : bool
Public ReadOnly Property CanSave As Boolean
Property Value
Remarks
The CanOpen property returns True if the specified file converter can be used to open (import) files.