'Declaration Protected Overridable Function SaveAnnotationCollectionToDataStorage( _
ByVal sessionIdAn HTTP session identifier.As String, _
ByVal fileIdA file identifier.As String, _
ByVal filePasswordA file password.As String, _
ByVal documentLayoutSettingsDocument layout settings.As Vintasoft.Shared.Web.WebDocumentLayoutSettings, _
ByVal imageIndexToJsonAnnotationCollectionsDictionary: image index in file => annotation collection as JSON-string.As System.Collections.Generic.Dictionary(Of Integer,String) _
) As System.Collections.Generic.Dictionary(Of Integer,Exception)
protected virtual System.Collections.Generic.Dictionary<int,Exception> SaveAnnotationCollectionToDataStorage(
string sessionId,
string fileId,
string filePassword,
Vintasoft.Shared.Web.WebDocumentLayoutSettings documentLayoutSettings,
System.Collections.Generic.Dictionary<int,string> imageIndexToJsonAnnotationCollections
)
protected: virtual System.Collections.Generic.Dictionary<int,Exception*>* SaveAnnotationCollectionToDataStorage(
string* sessionId,
string* fileId,
string* filePassword,
Vintasoft.Shared.Web.WebDocumentLayoutSettings* documentLayoutSettings,
System.Collections.Generic.Dictionary<int,string*>* imageIndexToJsonAnnotationCollections
)
protected:
virtual System.Collections.Generic.Dictionary<int,Exception^>^ SaveAnnotationCollectionToDataStorage(
string^ sessionId,
string^ fileId,
string^ filePassword,
Vintasoft.Shared.Web.WebDocumentLayoutSettings^ documentLayoutSettings,
System.Collections.Generic.Dictionary<int,string^>^ imageIndexToJsonAnnotationCollections
)
Parameters
- sessionId
- An HTTP session identifier.
- fileId
- A file identifier.
- filePassword
- A file password.
- documentLayoutSettings
- Document layout settings.
- imageIndexToJsonAnnotationCollections
- Dictionary: image index in file => annotation collection as JSON-string.
Return Value
Dictionary: image index in file => exception that occurs during saving annotation collection to the file.