|
|
Please look at the following Code:
<Wpf:PdfViewer Name="pdfViewer1" >
<Wpf:PdfViewer.ContextMenu>
<ContextMenu>
<MenuItem Command="Cut">
<MenuItem.Icon>
<Image Source="Images/cut.png" />
</MenuItem.Icon>
</MenuItem>
<MenuItem Command="Copy">
<MenuItem.Icon>
<Image Source="Images/copy.png" />
</MenuItem.Icon>
</MenuItem>
<MenuItem Command="Paste">
<MenuItem.Icon>
<Image Source="Images/paste.png" />
</MenuItem.Icon>
</MenuItem>
</ContextMenu>
</Wpf:PdfViewer.ContextMenu>
</Wpf:PdfViewer>
|
|
|
How do I add context menu in to the PDF viewer. I can create context menu, but I want to attach it to the PDF viewer. Is there an example of this. Thanks!
|
Important Information:
The Patagames Software Support Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close