VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationDataControllerBase Class / LoadAnnotations(VintasoftImage,AnnotationDataCollection) Method
Syntax Requirements SeeAlso
In This Topic
LoadAnnotations(VintasoftImage,AnnotationDataCollection) Method (AnnotationDataControllerBase)
In This Topic
Loads the annotations of specified image.
Syntax
'Declaration

Protected MustOverride Sub LoadAnnotations( _
ByVal image
The image for which annotations must be loaded.
As Vintasoft.Imaging.VintasoftImage, _
ByVal annotations
The annotation collection, which will contain image annotations when method will be finished.
As AnnotationDataCollection _
)

Parameters

image
The image for which annotations must be loaded.
annotations
The annotation collection, which will contain image annotations when method will be finished.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also