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

Public Function New( _
ByVal stream
The stream that contains serialized annotations.
As System.IO.Stream, _
ByVal imageResolution
The resolution of an image with annotations.
As Vintasoft.Imaging.Resolution _
)

Parameters

stream
The stream that contains serialized annotations.
imageResolution
The resolution of an image with annotations.
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