logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Post a reply
From:
Message:

Maximum number of characters in each post is: 32767
Bold Italic Underline   Highlight Quote Choose Language for Syntax Highlighting Insert Image Insert an existing Attachment or upload a new File... Create Link   Unordered List Ordered List   Left Justify Center Justify Right Justify   Outdent Indent   More BBCode Tags
Font Color Font Size
Security Image:
Enter The Letters From The Security Image:
  Preview Post Cancel

Last 10 Posts (In reverse order)
Paul Rayman Posted: Thursday, January 28, 2016 6:45:42 PM(UTC)
 
I believe that the first half is the most likely.
Guest Posted: Thursday, January 28, 2016 10:28:18 AM(UTC)
 
Paul,

Can you suggest a general time frame for the addition of the toolbar to the wpf version. Is it 1) first-half of 2016, second, or at this point unknown?

Thanks
Paul Rayman Posted: Monday, January 25, 2016 2:33:56 PM(UTC)
 
xmlns:Wpf="clr-namespace:Patagames.Pdf.Net.Controls.Wpf;assembly=Patagames.Pdf.Wpf"

In <window> tag

Code:

<Window xmlns:Wpf="clr-namespace:Patagames.Pdf.Net.Controls.Wpf;assembly=Patagames.Pdf.Wpf"  x:Class="ExamplesWpf.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
        xmlns:local="clr-namespace:ExamplesWpf"
        mc:Ignorable="d"
        Title="MainWindow" Height="642" Width="525.667">
    <Grid>
        <ScrollViewer CanContentScroll="True"  VerticalScrollBarVisibility="Auto" HorizontalScrollBarVisibility="Auto">
                <Wpf:PdfViewer Name="pdfViewer1" />
        </ScrollViewer>
    </Grid>
</Window>
wildmanwigan Posted: Monday, January 25, 2016 7:48:41 AM(UTC)
 
Hi Paul

Im just testing this component out and im having a dumb blond moment to get it to compile for wpf

If you have a minute could you post the basic xml class file not just the

<ScrollViewer CanContentScroll="True" VerticalScrollBarVisibility="Auto" HorizontalScrollBarVisibility="Auto">
<Wpf:pdfviewer Name="PDFViewer" />
</ScrollViewer>


as i cant get the referencing right for the control

Cheers
Paul Rayman Posted: Friday, January 15, 2016 8:27:21 AM(UTC)
 
Hi,
Currently the toolbars are implemented for WinForms only. We have plans to add the basic toolbars for WPF in the near future.
Guest Posted: Friday, January 15, 2016 12:03:30 AM(UTC)
 
I have installed and setup a simple wpf app and installed the viewer. It loads the pdf file but without any toolbar. I have loaded the PdfToolStrip .NET Components but have no clue of how to get a toolbar to show at the top of the loaded pdf document. A simple example or a couple of words moving me in the right direction would be greatly appreciated. I'm very interested in a license if I can get a basic toolbar included at the top or bottom of the viewer. Thanks