IPluginSaveFileTypesSaveFileType Method

Requests to save file of specified type.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
bool SaveFileType(
	Stream stream,
	RegionsManager manager,
	FileContext context
)

Parameters

stream  Stream
File stream to write data to.
manager  RegionsManager
Manager of the Controls currently exists on the worksheet.
context  FileContext
Current file save context.

Return Value

Boolean
Returns condition of the file save operation.

See Also