VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationDataController Class / AnnotationDataController Constructor(ImageCollection)
Syntax Requirements SeeAlso
In This Topic
    AnnotationDataController Constructor(ImageCollection)
    In This Topic
    Initializes a new instance of the AnnotationDataController class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal images
    An ImageCollection object with which controller must be associated.
    As Vintasoft.Imaging.ImageCollection _
    )
    public AnnotationDataController(
    Vintasoft.Imaging.ImageCollection images
    )
    public: AnnotationDataController(
    Vintasoft.Imaging.ImageCollection* images
    )
    public:
    AnnotationDataController(
    Vintasoft.Imaging.ImageCollection^ images
    )

    Parameters

    images
    An ImageCollection object with which controller must be associated.
    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