Skip to content

Commit bbf4d62

Browse files
committed
Update README.md
1 parent 4f76a9c commit bbf4d62

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,10 @@ MoonPdf
22
=======
33

44
MoonPdf is a WPF-based PDF Viewer that uses the MoonPdfLib library.
5-
It uses MuPdf for the rendering of the PDF pages.
5+
6+
The MoonPdfLib contains a WPF control that can be included in your application.
7+
An example for the inclusion is the MoonPdf app (see excerpt below)
8+
```xml
9+
<Window xmlns:mpp="clr-namespace:MoonPdfLib;assembly=MoonPdfLib" ...>
10+
<mpp:MoonPdfPanel Background="LightGray" ViewType="SinglePage" PageDisplay="ContinuousPages" PageBorderThickness="0,2,4,2" AllowDrop="True"/>
11+
</Window>

0 commit comments

Comments
 (0)