'Declaration Protected Overridable Function GetAnnotationCollectionFromDataStorage( _
ByVal sessionIdAn HTTP session identifier.As String, _
ByVal fileIdA file identifier.As String, _
ByVal filePasswordA file password.As String, _
ByVal documentLayoutSettingsThe document layout settings.As Vintasoft.Shared.Web.WebDocumentLayoutSettings, _
ByVal imageIndixesAn array that contains image indixes in file.() As Integer _
) As String[]
protected virtual string[] GetAnnotationCollectionFromDataStorage(
string sessionId,
string fileId,
string filePassword,
Vintasoft.Shared.Web.WebDocumentLayoutSettings documentLayoutSettings,
int[] imageIndixes
)
protected: virtual string[]* GetAnnotationCollectionFromDataStorage(
string* sessionId,
string* fileId,
string* filePassword,
Vintasoft.Shared.Web.WebDocumentLayoutSettings* documentLayoutSettings,
int[]* imageIndixes
)
protected:
virtual string[]^ GetAnnotationCollectionFromDataStorage(
string^ sessionId,
string^ fileId,
string^ filePassword,
Vintasoft.Shared.Web.WebDocumentLayoutSettings^ documentLayoutSettings,
array<int>^ imageIndixes
)
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.