'Declaration Protected MustOverride 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 AnnotationDataCollection _
)
protected abstract void LoadAnnotations(
Vintasoft.Imaging.VintasoftImage image,
AnnotationDataCollection annotations
)
protected: abstract void LoadAnnotations(
Vintasoft.Imaging.VintasoftImage* image,
AnnotationDataCollection* annotations
)
protected:
abstract void LoadAnnotations(
Vintasoft.Imaging.VintasoftImage^ image,
AnnotationDataCollection^ annotations
)
Parameters
- image
- The image for which annotations must be loaded.
- annotations
- The annotation collection, which will contain image annotations when method will be finished.