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
|
|
|
|
|
|
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.
|
|
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 1/21/2016(UTC) Posts: 1  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
|
|
|
|
|
|
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
|
|
|
|
|
|
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
|
|
|
|
|
|
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.
|
|
|
|
|
|
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.
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