2021年3月19日星期五

The page cannot be rotated using iTextsharp pdf using Xamarin.Android

enter link description hereenter image description hereWhen opening the file, it is always horizontal in the form of A4 paper

                Rectangle pagesize = new Rectangle(108f,72f);              Document document = new Document(pagesize, 1f, 1f, 1f, 1f);  

does not work and this

working on the project on Xamarin.Android and I use the Android to open pdf file

https://stackoverflow.com/questions/66717572/the-page-cannot-be-rotated-using-itextsharp-pdf-using-xamarin-android March 20, 2021 at 09:56AM

没有评论:

发表评论