Skip to content

Commit 52f6cdd

Browse files
898743
1 parent e86f1c1 commit 52f6cdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Printing-Examples/programmatically-print-currentpage/Progamatic_printpage

Printing-Examples/programmatically-print-currentpage/Progamatic_printpage/MainWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<RowDefinition Height="Auto"/>
1313
<RowDefinition Height="*"/>
1414
</Grid.RowDefinitions>
15-
<Button x:Name="Print" Content="Print" Width="100" Height="30" Margin="10" Click="Print_Click"/>
15+
<Button x:Name="Print_Currentpage" Content="Print" Width="100" Height="30" Margin="10" Click="Print_Click"/>
1616
<syncfusion:PdfViewerControl x:Name="pdfViewer" Grid.Row="1"></syncfusion:PdfViewerControl>
1717
</Grid>
1818
</Window>

0 commit comments

Comments
 (0)