|
|
I believe that the first half is the most likely.
|
|
|
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
|
|
|
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>
|
|
|
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
|
|
|
Hi, Currently the toolbars are implemented for WinForms only. We have plans to add the basic toolbars for WPF in the near future.
|
|
|
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
|
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