logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Post a reply
From:
Message:

Maximum number of characters in each post is: 32767
Bold Italic Underline   Highlight Quote Choose Language for Syntax Highlighting Insert Image Insert an existing Attachment or upload a new File... Create Link   Unordered List Ordered List   Left Justify Center Justify Right Justify   Outdent Indent   More BBCode Tags
Font Color Font Size
Security Image:
Enter The Letters From The Security Image:
  Preview Post Cancel

Last 10 Posts (In reverse order)
Paul Rayman Posted: Tuesday, January 5, 2016 5:21:59 AM(UTC)
 
It's seems like a bug.
I'll check it.
Thanks.

Update:
Please upgrade to the latest(2.10.8.2454) version of Prfium.Net.Sdk.
In this release we are fix an issue with NullReferenceException in pdfViewer1.ViewMode = ViewModes.Horizontal
Look at here for details.
Guest Posted: Tuesday, January 5, 2016 5:20:59 AM(UTC)
 
I think to buy a single developer license but i have a question.

I initialize the library and if i use
Code:

 PdfCommon.Initialize();
 pdfViewer1.ViewMode = Patagames.Pdf.Net.Controls.Wpf.ViewModes.Vertical;

all it's ok.

If i use mode
Code:

 PdfCommon.Initialize();
 pdfViewer1.ViewMode = Patagames.Pdf.Net.Controls.Wpf.ViewModes.Horizontal;

horizontal o other mode i have the error NullReferenceException.
Why have i this error? Evaluation license cannot open a pdf in
horizontal mode?
Paul Rayman Posted: Tuesday, January 5, 2016 5:16:32 AM(UTC)
 
PdfViewer has ample opportunities for customization based on user needs. So if you can recognize the swipe gesture (for pages switching?), then, in principle, you can creatively combine the Pan tool and ScrollToPage to achieve the result. In addition, the components are supplied in source code, so you'll be able to make the necessary modifications in the logic of the viewer.

Another more preferred method is to override the drawing methods and to animate the page switching on their own.
Antonio Posted: Tuesday, January 5, 2016 5:15:22 AM(UTC)
 
Dear Sir,
this is a beatiful project. I think to buy Pdfium.Net SDK single developer license.
I want to implement a swipe gesture on multitouch monitor.
It's possible with Pdfium.Net?