IPluginSaveFileTypesSaveFileType Method
Requests to save file of specified type.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
bool SaveFileType(
Stream stream,
RegionsManager manager,
FileContext context
)
Function SaveFileType (
stream As Stream,
manager As RegionsManager,
context As FileContext
) As Boolean
bool SaveFileType(
Stream^ stream,
RegionsManager^ manager,
FileContext^ context
)
abstract SaveFileType :
stream : Stream *
manager : RegionsManager *
context : FileContext -> bool
- 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.
Boolean
Returns condition of the file save operation.