VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.Web.Services Namespace / VintasoftAnnotationCollectionWebService Class / GetAnnotationCollectionFromDataStorage(String,String,String,WebDocumentLayoutSettings,Int32[]) Method
Syntax Requirements SeeAlso
In This Topic
GetAnnotationCollectionFromDataStorage(String,String,String,WebDocumentLayoutSettings,Int32[]) Method (VintasoftAnnotationCollectionWebService)
In This Topic
Returns annotation collections for images from image file.
Syntax
'Declaration

Protected Overridable Function GetAnnotationCollectionFromDataStorage( _
ByVal sessionId
An HTTP session identifier.
As String, _
ByVal fileId
A file identifier.
As String, _
ByVal filePassword
A file password.
As String, _
ByVal documentLayoutSettings
The document layout settings.
As Vintasoft.Shared.Web.WebDocumentLayoutSettings, _
ByVal imageIndixes
An array that contains image indixes in file.
() As Integer _
) As String[]

Parameters

sessionId
An HTTP session identifier.
fileId
A file identifier.
filePassword
A file password.
documentLayoutSettings
The document layout settings.
imageIndixes
An array that contains image indixes in file.

Return Value

An array that contains annotation collections as JSON-strings.
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