TIEImageEnAnnot.CopyFromTImageEnView
Declaration
procedure CopyFromTImageEnView(Target: TObject = nil);
Description
Copies layers from a
TImageEnView object.
If
Target is
nil then the parent TImageEnView is given.
Note:
◼The EXIF marker block has a maximum size of 65KB, so
CopyFromTImageEnView will ignore any
image layers◼An exception is raised if the data block exceeds 65KB
◼The
TIOParams.ImageEnAnnot format is proprietary to ImageEn.
// save image and layers in TImageEnView to 'jpeg_with_layers.jpg'
ImageEnView1.IO.Params.ImageEnAnnot.CopyFromTImageEnView();
ImageEnView1.IO.SaveToFile('jpeg_with_layers.jpg');
See Also
◼CopyToTImageEnView◼TIEImagingAnnot.CopyFromTImageEnView