如何实现pdf文件中的某单页旋转:
Dim pdfFile = O2S.Components.PDFRender4NET.PDFFile.Open(file23) 'file23为文件路径
怎么将pdfFile 的第1页页面旋转90度,后再保存
pageImage.Dispose() '释放内存资源 pdfFile.Dispose() '释放内存资源