File tree Expand file tree Collapse file tree 4 files changed +2
-2
lines changed
Bookmark/Reducing_Bookmark_LoadingTime Expand file tree Collapse file tree 4 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55 xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
66 xmlns : local =" clr-namespace:ReduceBookmarkLoadingTime" xmlns : syncfusion =" clr-namespace:Syncfusion.Windows.PdfViewer;assembly=Syncfusion.PdfViewer.WPF"
77 mc : Ignorable =" d"
8- Title =" MainWindow" Height = " 450 " Width = " 800 " >
8+ Title =" MainWindow" WindowState = " Maximized " >
99 <Grid >
1010 <syncfusion : PdfViewerControl x : Name =" pdfViewer" ></syncfusion : PdfViewerControl >
1111 </Grid >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public partial class MainWindow : Window
2424 public MainWindow ( )
2525 {
2626 InitializeComponent ( ) ;
27- pdfViewer . Load ( @"../../../Data/98290 .pdf" ) ;
27+ pdfViewer . Load ( @"../../../Data/Input .pdf" ) ;
2828 pdfViewer . Loaded += PdfViewer_Loaded ;
2929 }
3030
You can’t perform that action at this time.
0 commit comments