MoonPdf is a WPF-based PDF Viewer that uses the MoonPdfLib library.
The MoonPdfLib contains a WPF control that can be included in your application. An example for the inclusion is the MoonPdf app (see excerpt below)
<Windowxmlns:mpp="clr-namespace:MoonPdfLib;assembly=MoonPdfLib" ...>
<mpp:MoonPdfPanelBackground="LightGray"ViewType="SinglePage"PageDisplay="ContinuousPages"PageMargin="0,2,4,2"AllowDrop="True"/>
</Window>The binaries for MoonPdf and MoonPdfLib can be found here: