How do I add a page preview control to my WPF app?

Question:

I want to add a page preview control to my WPF application, how can I do that?

Answer:

The PDFViewWPFTest sample project includes a page thumbnail control. See ThumbnailsControl.xaml.cs. You would use this file as the basis for your control.

Note, you also need to call PDFViewWPF.SetupThumbnails which is called in the samples PDFViewControl.xaml.cs file in the constructor. For more about how to use this function see the following post
https://groups.google.com/d/msg/pdfnet-sdk/I7QyPyoqHMQ/bnlT7RNKAQAJ