'Declaration Protected Overridable Function SaveAnnotationCollectionToDataStorage( _
ByVal sessionIdИдентификатор HTTP сессии.As String, _
ByVal fileIdИдентификатор файла.As String, _
ByVal filePasswordПароль к файлу.As String, _
ByVal documentLayoutSettingsНастройки макета документа.As Vintasoft.Shared.Web.WebDocumentLayoutSettings, _
ByVal imageIndexToJsonAnnotationCollectionsСловарь: индекс изображения в файле => коллекция аннотаций в виде JSON-строки.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
- Идентификатор HTTP сессии.
- fileId
- Идентификатор файла.
- filePassword
- Пароль к файлу.
- documentLayoutSettings
- Настройки макета документа.
- imageIndexToJsonAnnotationCollections
- Словарь: индекс изображения в файле => коллекция аннотаций в виде JSON-строки.
Return Value
Словарь: индекс изображения в файле => исключение, возникающее при сохранении коллекции аннотаций в файл.