VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI Namespace / WpfAnnotationViewController Class / GetImageWithAnnotations(Int32) Method
Syntax Exceptions Remarks Requirements SeeAlso
In This Topic
GetImageWithAnnotations(Int32) Method (WpfAnnotationViewController)
In This Topic
Returns cloned image with annotations.
Syntax
'Declaration

Public Function GetImageWithAnnotations( _
ByVal index
Index of image in the Images.
As System.Int32 _
) As Vintasoft.Imaging.VintasoftImage
public Vintasoft.Imaging.VintasoftImage GetImageWithAnnotations(
System.Int32 index
)

Parameters

index
Index of image in the Images.

Return Value

The cloned image with annotations.
Exceptions
ExceptionDescription
Thrown if index is less than zero -or- index is equal to or greater than images count.
Remarks

This methods creates a clone of image, burns annotations on image and returns the result image.

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