I recently decided to try PdfViewer Control in my software.
This is the namespace registered:
xmlns:Syncfusion ="clr-namespace:Syncfusion.Windows.PdfViewer;assembly=Syncfusion.PdfViewer.WPF"
And this is how I have declared the Control inside a Grid:
<Syncfusion:PdfViewerControl Name="pdfViewerControl1" Grid.Row="0" Grid.Column="0" />
Hi have this reference
Syncfusion.Compression.Base
Syncfusion.Core
Syncfusion.Pdf.Base
Syncfusion.PdfViewer.Wpf
Syncfusion.Shared.Wpf
Visual Studio autocompletes the Control declaration and attributes, and I am even able to see the preview from the XAML file but if I compile the software I get:
The name "PdfDocumentView" does not exist in the namespace "clr-namespace:Syncfusion.Windows.PdfViewer;assembly=Syncfusion.PdfViewer.WPF".
how do I fix?
Thanks in advance