VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationDataControllerBase Class / GetAnnotations Methods / GetAnnotations(VintasoftImage) Method
Syntax Remarks Requirements SeeAlso
In This Topic
GetAnnotations(VintasoftImage) Method (AnnotationDataControllerBase)
In This Topic
Returns the AnnotationDataCollection object associated with the specified VintasoftImage.
Syntax
'Declaration

Public Overloads Function GetAnnotations( _
ByVal image
The image for which annotations must be loaded.
As Vintasoft.Imaging.VintasoftImage _
) As AnnotationDataCollection

Parameters

image
The image for which annotations must be loaded.

Return Value

AnnotationDataCollection object associated with the image.
Remarks

Subscribe to the AnnotationDataDeserializationException if you want to know that exception occurs during deserialization of annotation.

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