Declaration
function IsEmpty(): boolean;
Description
Returns True if the TIEImageEnAnnot object contains no objects.
ImageEnView.IO.LoadFromFile('input.jpg');
if ImageEnVIew1.IO.Params.ImageEnAnnot.IsEmpty() then
ShowMessage('input.jpg contains no vectorial objects');