VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.Web.Services Namespace / VintasoftAnnotationCollectionWebService Class / SaveAnnotationCollectionToCacheManager(String,String,Int32,String) Method
Syntax Requirements SeeAlso
In This Topic
SaveAnnotationCollectionToCacheManager(String,String,Int32,String) Method (VintasoftAnnotationCollectionWebService)
In This Topic
Saves an annotation collection for image to the annotation cache manager.
Syntax
'Declaration

Protected Overridable Sub SaveAnnotationCollectionToCacheManager( _
ByVal sessionId
An HTTP session identifier.
As String, _
ByVal fileId
A file identifier.
As String, _
ByVal pageIndex
A zero-based index of page in file.
As Integer, _
ByVal jsonAnnotationCollection
A JSON-string that represents an annotation collection.
As String _
)
protected virtual void SaveAnnotationCollectionToCacheManager(
string sessionId,
string fileId,
int pageIndex,
string jsonAnnotationCollection
)

Parameters

sessionId
An HTTP session identifier.
fileId
A file identifier.
pageIndex
A zero-based index of page in file.
jsonAnnotationCollection
A JSON-string that represents an annotation collection.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

See Also