'Declaration Protected MustOverride Sub LoadAnnotations( _
ByVal imageИзображение, для которого должны быть загружены аннотации.As Vintasoft.Imaging.VintasoftImage, _
ByVal annotationsКоллекция аннотаций, которая будет содержать аннотации изображений, когда метод будет завершен.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
- Изображение, для которого должны быть загружены аннотации.
- annotations
- Коллекция аннотаций, которая будет содержать аннотации изображений, когда метод будет завершен.