TIEImagingAnnot.CopyFromTImageEnVect
Declaration
procedure CopyFromTImageEnVect(Target: TObject=nil);
Description
Copy vectorial objects from a
TImageEnVect object.
If
Target is
nil then the parent TImageEnVect is given.
Note: Only the following
object kinds are supported: iekBITMAP, iekLINE, iekPOLYLINE, iekBOX, iekMEMO, iekTEXT. Use
ImageEnAnnot to support all TImageEnVect object types
// save image and vectorial objects in TImageEnVect to 'TIFF_with_objects.tiff'
ImageEnVect1.IO.Params.ImagingAnnot.CopyFromTImageEnVect();
ImageEnVect1.IO.SaveToFile('TIFF_with_objects.tiff');
See Also
◼CopyToTImageEnVect◼TIEImageEnAnnot.CopyToTImageEnVect