> There is a StringResourceStream, but then i ended up creating a String and > then the class internally asks for its byte[]. I'm not sure if this can > cause memory consumption. Normally i wouldn't care too much, but being > full PDFs involved, it could be an issue.
You can just directly implement IResourceStream and expose your input stream via that. Eelco --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
