TIEIPTCInfoList.LoadFromStandardBuffer
Declaration
function LoadFromStandardBuffer(Buffer: Pointer; BufferLength: Integer): Boolean;
Description
Loads IPTC from the specified buffer. Use to extract IPTC data from an image file.
Example
ImageEnView1.IO.Params.IPTC_Info.LoadFromStandardBuffer( buff, buffLen );