Is it possible to have a 2-page view in PDFTron?

144 views Asked by At

I looked over the PDFNet API references and sample code, but can't find any mention for having a 2-page view. Is it possible to have 2 pages on 1 pdfviewctrl in PDFNet ?

If I overlooked it, I apoligize in advance !

1

There are 1 answers

0
Ryan On BEST ANSWER

Yes, both our WinForm (PDFViewCtrl) and WPF (PDFViewWPF) viewers support not only two page mode, but also cover two page mode (so two page magazine spreads are side by side for example).

You want to call PDFViewCtrl.SetPagePresentationMode.

Available page modes here.