IEImagingAnnotations contains the (Wang) imaging annotations loaded (or to save) from a TIFF.

Using IEImaingAnnotations object you can create new objects, copy to a IEAnnotations (as vectorial objects), copy from a IEAnnotations (from vectorial objects) or just draw on the bitmap.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public IEImagingAnnotations ImagingAnnotations { get; }
Public ReadOnly Property ImagingAnnotations As IEImagingAnnotations
	Get
public:
property IEImagingAnnotations^ ImagingAnnotations {
	IEImagingAnnotations^ get ();
}

See Also