I am using the below code to read a text file and it always returns 0 bytes for edocStream. Any idea please?
using (LaserficheReadStream edocStream = document.ReadEdoc(out mimeType))
{
edocStream.CopyTo(fileStream);
}