ImageEn, unit iexBitmaps

TIEImagingAnnot.CopyFromTImageEnView

TIEImagingAnnot.CopyFromTImageEnView


Declaration

procedure CopyFromTImageEnView(Target: TObject = nil);


Description

Copy layers from a TImageEnView object.
If Target is nil then the parent TImageEnView is given.


Example

// save image and layers in TImageEnView to 'TIFF_with_layers.tiff'
ImageEnView1.IO.Params.ImagingAnnot.CopyFromTImageEnView();
ImageEnView1.IO.SaveToFile('TIFF_with_layers.tiff');


See Also

 CopyToTImageEnView
 TIEImageEnAnnot.CopyToTImageEnView