FileConverter.CanSave Property

Definition

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.

Applies to