VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationDataControllerBase Class / CloneImageWithAnnotations Methods / CloneImageWithAnnotations(Int32,Int32) Method
Syntax Requirements SeeAlso
In This Topic
CloneImageWithAnnotations(Int32,Int32) Method (AnnotationDataControllerBase)
In This Topic
Clones the image with annotations and insert it at specified index.
Syntax
'Declaration

Public Overloads Function CloneImageWithAnnotations( _
ByVal imageIndex
The index of image in the Images.
As System.Int32, _
ByVal insertIndex
The index at which cloned image should be inserted in the Images.
As System.Int32 _
) As Vintasoft.Imaging.VintasoftImage
public Vintasoft.Imaging.VintasoftImage CloneImageWithAnnotations(
System.Int32 imageIndex,
System.Int32 insertIndex
)

Parameters

imageIndex
The index of image in the Images.
insertIndex
The index at which cloned image should be inserted in the Images.

Return Value

The cloned 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