TIEImagingAnnot.CopyFromTImageEnView
Declaration
procedure CopyFromTImageEnView(Source: TObject = nil);
Description
Copy layers from a
TImageEnView object.
If
Source is
nil then the parent TImageEnView is used.
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