'Declaration Protected Overridable Function GetAnnotationCollectionFromCacheManager( _
ByVal sessionIdAn HTTP session identifier.As String, _
ByVal fileIdA file identifier.As String, _
ByVal pageIndexA zero-based index of page in file.As Integer, _
ByRef jsonAnnotationCollectionA JSON-string that represents an annotation collection.As String _
) As Boolean
protected virtual bool GetAnnotationCollectionFromCacheManager(
string sessionId,
string fileId,
int pageIndex,
out 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.
Return Value
True if cache manager contains annotation collection for image; otherwise, false.