标签: pdf-viewer
我正试图直接从字节数组显示PDF,而不保存到硬盘n c#中。是否有不需要“文件”作为输入的组件(pdf查看器)? 预先感谢。
答案 0 :(得分:0)
最后我使用了XtremeDocumentStudio.NETFree,它运行良好。
documentViewer1.LoadDocument(mtStream, "");