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

Public Overloads Function CloneImageWithAnnotations( _
ByVal image
The image to clone.
As Vintasoft.Imaging.VintasoftImage, _
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(
Vintasoft.Imaging.VintasoftImage image,
System.Int32 insertIndex
)

Parameters

image
The image to clone.
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