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

Notification

Icon
Error

New Topic Post Reply
Options
Go to last post Go to first unread
Guest  
#1 Posted : Friday, January 15, 2016 12:03:30 AM(UTC)
Quote
Guest

Rank: Guest

Groups: Guests
Joined: 1/5/2016(UTC)
Posts: 162

Was thanked: 5 time(s) in 5 post(s)
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
Paul Rayman  
#2 Posted : Friday, January 15, 2016 8:27:21 AM(UTC)
Quote
Paul Rayman

Rank: Administration

Groups: Administrators
Joined: 1/5/2016(UTC)
Posts: 1,138

Thanks: 10 times
Was thanked: 133 time(s) in 130 post(s)
Hi,
Currently the toolbars are implemented for WinForms only. We have plans to add the basic toolbars for WPF in the near future.
wildmanwigan  
#3 Posted : Monday, January 25, 2016 7:48:41 AM(UTC)
Quote
wildmanwigan

Rank: Newbie

Groups: Registered
Joined: 1/21/2016(UTC)
Posts: 1
United Kingdom
Location: brighton

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  
#4 Posted : Monday, January 25, 2016 2:33:56 PM(UTC)
Quote
Paul Rayman

Rank: Administration

Groups: Administrators
Joined: 1/5/2016(UTC)
Posts: 1,138

Thanks: 10 times
Was thanked: 133 time(s) in 130 post(s)
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>

Edited by user Monday, January 25, 2016 8:48:09 PM(UTC)  | Reason: Not specified

Guest  
#5 Posted : Thursday, January 28, 2016 10:28:18 AM(UTC)
Quote
Guest

Rank: Guest

Groups: Guests
Joined: 1/5/2016(UTC)
Posts: 162

Was thanked: 5 time(s) in 5 post(s)
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  
#6 Posted : Thursday, January 28, 2016 6:45:42 PM(UTC)
Quote
Paul Rayman

Rank: Administration

Groups: Administrators
Joined: 1/5/2016(UTC)
Posts: 1,138

Thanks: 10 times
Was thanked: 133 time(s) in 130 post(s)
I believe that the first half is the most likely.
Quick Reply Show Quick Reply
Users browsing this topic
Guest
New Topic Post Reply
Forum Jump  
You can post new topics in this forum.
You can reply to topics in this forum.
You can delete your posts in this forum.
You can edit your posts in this forum.
You cannot create polls in this forum.
You can vote in polls in this forum.