TImagingMNG.SaveToStream Method
TImagingMNG Class

Saves the current image to the stream.

Class
Pascal
public procedure SaveToStream(Stream: TStream); override;
Description

It is saved in the file format according to the DefaultFileExt property. So each descendant class can save some other file format.

Related Information
You are here: Symbol Reference > Classes > TImagingMNG Class > Methods > SaveToStream Method