We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e86f1c1 commit 52f6cddCopy full SHA for 52f6cdd
1 file changed
Printing-Examples/programmatically-print-currentpage/Progamatic_printpage/MainWindow.xaml
@@ -12,7 +12,7 @@
12
<RowDefinition Height="Auto"/>
13
<RowDefinition Height="*"/>
14
</Grid.RowDefinitions>
15
- <Button x:Name="Print" Content="Print" Width="100" Height="30" Margin="10" Click="Print_Click"/>
+ <Button x:Name="Print_Currentpage" Content="Print" Width="100" Height="30" Margin="10" Click="Print_Click"/>
16
<syncfusion:PdfViewerControl x:Name="pdfViewer" Grid.Row="1"></syncfusion:PdfViewerControl>
17
</Grid>
18
</Window>
0 commit comments