LEADTOOLS Support
Document
Document SDK Questions
""Objects"" could not found in AnnotationContainer.
#1
Posted
:
Friday, June 19, 2015 4:23:53 AM(UTC)
Groups: Registered
Posts: 16
Hello Sir,
""Objects"" could not found in AnnotationContainer. v19 Trial
this url shows it is avail but in code not avail.
https://www.leadtools.com/help/leadtools/v19/dh/mv/leadtools.medicalviewer~leadtools.medicalviewer.medicalviewersubcell.html
cell.SubCells[0].AnnotationContainer.Objects.Add(rectangleObject);
or
_viewer.Cells[i].SubCells[j].AnnotationContainer.Objects.Add(rectangleObject);
LeadTools.Annotation.Core.AnnContainer does not contain a defination for Objects and no extension methods Objects accepting a first argument of type 'Leadtools.Annotations.Core.AnnContainer could be found.(are you missing a using directive or an assembly reference.
#2
Posted
:
Sunday, June 21, 2015 6:26:49 AM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
Since you are using LEADTOOLS v19, you need to use Children Property instead of the Objects property.
You can find more information in the following online help topic:
https://www.leadtools.com/help/leadtools/v19/dh/wn/leadtools.windows.annotations~leadtools.windows.annotations.anncontainer~children.html
Thanks,
Maen Badwan
LEADTOOLS Technical Support
#3
Posted
:
Thursday, June 25, 2015 2:02:22 AM(UTC)
Groups: Registered
Posts: 16
LEADTOOLS Support
Document
Document SDK Questions
""Objects"" could not found in AnnotationContainer.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.