ImageEn, unit imageenio

TImageEnIO.InsertToFileDCX

TImageEnIO.InsertToFileDCX


Declaration

procedure InsertToFileDCX(const FileName: WideString);


Description

Inserts the current image into the specified DCX file, at the position specified by Params.ImageIndex.


Example

ImageEnView1.IO.Params.ImageIndex := 1;
ImageEnView1.IO.InsertToFileDCX('D:\multipage.dcx');


See Also

LoadFromFileDCX
SaveToFileDCX
ImageIndex
ImageCount
DeleteDCXIm
Global Image Methods