TIEImagingAnnot.CopyToTImageEnView
Declaration
procedure CopyToTImageEnView(Dest: TObject = nil);
Description
Copy to a TImageEnView object (as layers).
If
Dest is
nil then the parent TImageEnView is used.
Example
// load image and layers in 'TIFF_with_layers.tiff' to TImageEnView
ImageEnView1.IO.LoadFromFile('TIFF_with_layers.tiff');
ImageEnView1.IO.Params.ImagingAnnot.CopyToTImageEnView();
See Also
◼CopyFromTImageEnView
◼TIEImageEnAnnot.CopyToTImageEnView