VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationDataControllerBase Class / GetImageWithAnnotations(Int32) Method
Syntax Exceptions Remarks Requirements SeeAlso
In This Topic
GetImageWithAnnotations(Int32) Method (AnnotationDataControllerBase)
In This Topic
Returns cloned image with drawn 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

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

This methods creates cloned image, draws 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