VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI Namespace / WpfAnnotationViewController Class / GetAnnotationsView Methods / GetAnnotationsView(Int32) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
GetAnnotationsView(Int32) Method (WpfAnnotationViewController)
In This Topic
Returns an WpfAnnotationViewCollection for image specified by index.
Syntax
'Declaration

Public Overloads Function GetAnnotationsView( _
ByVal index
Index of image in the Images.
As System.Int32 _
) As WpfAnnotationViewCollection
public WpfAnnotationViewCollection GetAnnotationsView(
System.Int32 index
)

Parameters

index
Index of image in the Images.

Return Value

Exceptions
ExceptionDescription
Thrown if index is less than zero -or- index is equal to or greater than images count.
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