'Declaration Protected Overrides Sub LoadAnnotations( _
ByVal imageИзображение, для которого должны быть загружены аннотации.As Vintasoft.Imaging.VintasoftImage, _
ByVal annotationsКоллекция аннотаций, которая будет содержать аннотации изображений, когда метод будет завершен.As AnnotationDataCollection _
)
protected override void LoadAnnotations(
Vintasoft.Imaging.VintasoftImage image,
AnnotationDataCollection annotations
)
protected: void LoadAnnotations(
Vintasoft.Imaging.VintasoftImage* image,
AnnotationDataCollection* annotations
); override
protected:
void LoadAnnotations(
Vintasoft.Imaging.VintasoftImage^ image,
AnnotationDataCollection^ annotations
); override
Parameters
- image
- Изображение, для которого должны быть загружены аннотации.
- annotations
- Коллекция аннотаций, которая будет содержать аннотации изображений, когда метод будет завершен.