Click or drag to resize

MolBaseWrite Method (Stream, String, Boolean)

Store the object into a stream

Namespace:  Scilligence.MolEngine
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public bool Write(
	Stream stream,
	string mimetype,
	bool compressed
)

Parameters

stream
Type: System.IOStream
The output stream
mimetype
Type: SystemString
The file format of output
compressed
Type: SystemBoolean
Compress the output to save storage space

Return Value

Type: Boolean
See Also