Click or drag to resize

MolBaseSaveImage Method (Stream, String, Boolean, Boolean)

Generate an image for the structure

Namespace:  Scilligence.MolEngine
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public void SaveImage(
	Stream stream,
	string format,
	bool showid,
	bool showstereo
)

Parameters

stream
Type: System.IOStream
The image output stream
format
Type: SystemString
The image's file format, which can be png, gif, jpg, bmp, tif, emf
showid
Type: SystemBoolean
Display atoms' ID
showstereo
Type: SystemBoolean
Display atoms' CIP code
See Also