'Declaration Protected Overrides Sub LoadAnnotations( _
ByVal imageThe image for which annotations must be loaded.As Vintasoft.Imaging.VintasoftImage, _
ByVal annotationsThe annotation collection, which will contain image annotations when method will be finished.As Vintasoft.Imaging.Annotation.AnnotationDataCollection _
)
protected override void LoadAnnotations(
Vintasoft.Imaging.VintasoftImage image,
Vintasoft.Imaging.Annotation.AnnotationDataCollection annotations
)
protected: void LoadAnnotations(
Vintasoft.Imaging.VintasoftImage* image,
Vintasoft.Imaging.Annotation.AnnotationDataCollection* annotations
); override
protected:
void LoadAnnotations(
Vintasoft.Imaging.VintasoftImage^ image,
Vintasoft.Imaging.Annotation.AnnotationDataCollection^ annotations
); override
Parameters
- image
- The image for which annotations must be loaded.
- annotations
- The annotation collection, which will contain image annotations when method will be finished.