VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationDataControllerBase Class / AnnotationDataControllerBase Constructor(ImageCollection)
Syntax Requirements SeeAlso
In This Topic
AnnotationDataControllerBase Constructor(ImageCollection)
In This Topic
Initializes a new instance of the AnnotationDataControllerBase class.
Syntax
'Declaration

Protected Function New( _
ByVal images
An ImageCollection object with which controller must be associated.
As Vintasoft.Imaging.ImageCollection _
)
protected AnnotationDataControllerBase(
Vintasoft.Imaging.ImageCollection images
)

Parameters

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