Rank: Newbie
Groups: Registered
Joined: 9/5/2019(UTC) Posts: 2 
|
Hello. I am new with SDK. I have successfully show pdf file using winform viewing. When it goes to printer it not rotated. Must mention that original file takes half space of the page(but in viewer its rotated)
i am using standard options Dim pdfd As PdfDocument = PdfViewer1.Document Dim pdfp As New PdfPrintDocument(pdfd) pdfp.PrintSizeMode = PrintSizeMode.Fit pdfp.AutoCenter = True pdfp.AutoRotate = True pdfp.Print()
Please help
|
|
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 1/5/2016(UTC) Posts: 1,138
Thanks: 10 times Was thanked: 133 time(s) in 130 post(s)
|
what about pdfp.PrintSizeMode? Try to change this property too.
|
|
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 9/5/2019(UTC) Posts: 2 
|
Hello Paul. Thank for response The problem actually that my document has height that equal half page. What is interesting that pdf viewer shows it rotated, but when printing auto rotate options does not help. Print size mode just stretching it without rotate. I found that (auto resize = false) print ok, but i am worrying now what will be with other pages. I also need help how to create preview window with option to select pages to be printed and also turn it to landscape. Thank you for help
|
|
|
|
|
|
Forum Jump
You can post new topics in this forum.
You can reply to topics in this forum.
You can delete your posts in this forum.
You can edit your posts in this forum.
You cannot create polls in this forum.
You can vote in polls in this forum.
Important Information:
The Patagames Software Support Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close