Click or drag to resize

MolBaseWrite Method (Stream, String)

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
)

Parameters

stream
Type: System.IOStream
The output stream
mimetype
Type: SystemString
The file format of output

Return Value

Type: Boolean
See Also