TIEImagingAnnot.LoadFromStandardBuffer
Declaration
procedure LoadFromStandardBuffer(buffer: Pointer; buflen: Integer);
Description
Loads imaging annotations from the specified buffer.
Used when ImageEn loads image files, to extract imaging annotations.
Example
ImageEnView1.IO.Params.ImagingAnnot.LoadFromStandardBuffer( buff, buffLen );