VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationDataController Class / LoadAnnotations(VintasoftImage,AnnotationDataCollection) Method
Syntax Requirements SeeAlso
In This Topic
    LoadAnnotations(VintasoftImage,AnnotationDataCollection) Method (AnnotationDataController)
    In This Topic
    Loads the annotations of specified image.
    Syntax
    'Declaration
    
    Protected Overrides 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 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also