RetrieveDocSection |
Scroll |
Retrieves a part of an archived Therefore™ Document directly from the end media, without having to retrieve the whole Therefore™ Document. This function is provided to retrieve parts of very large files, without having to retrieve the whole file from the end media to the Therefore™ Server Cache (e.g. SAP® Print Lists, ....)
Namespace: Therefore.API
Parameters nDocNo The number of the Thereforeâ„¢ document.
nStreamNo The stream number in the Thereforeâ„¢ document to retrieve.
nOffset The offset (in bytes) where to start reading.
[in,out] nLength The number of bytes to read, starting from the offset. Returns on success the number of bytes actually read from the file.
Return Value Part of an Thereforeâ„¢ document as a raw byte array. |
|
Requires Connection You must be connected to the Thereforeâ„¢ Server when calling this method. |