TIEImagingAnnot.CopyFromTImageEnVect
Declaration
procedure CopyFromTImageEnVect(Source: TObject = nil);
Description
Copy vectorial objects from a
TImageEnVect object.
If
Source is
nil then the parent TImageEnVect is used.
Note: Only the following
object kinds are supported: iekBITMAP, iekLINE, iekPOLYLINE, iekBOX, iekMEMO, iekTEXT. Use
ImageEnAnnot to support all TImageEnVect object types
Example
// 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