TIEImagingAnnot.SaveToStandardBuffer
Declaration
procedure SaveToStandardBuffer(var Buffer: Pointer; var BufferLength: Integer);
Description
Saves imaging objects to buffer. You must free the buffer.
This method is used to embed imaging annotations inside image files.
Example
ImageEnView1.IO.Params.ImagingAnnot.SaveToStandardBuffer( buff, buffLen );