IPluginSaveFileTypes Interface

Save File Types handler interface.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public interface IPluginSaveFileTypes : IPluginHandleFileTypes, 
	IPlugin, IDisposable
Implements
IPluginHandleFileTypes, IPlugin, IDisposable

Properties

FileTypesHandled Array of the file types, handled by Plug-in.
(Inherited from IPluginHandleFileTypes)

Methods

DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Initialize Fires on plug-in initialize.
(Inherited from IPlugin)
SaveFileType Requests to save file of specified type.

See Also