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