Skip to content

Commit bd42c1c

Browse files
984774: Update the review correction in the print files
1 parent 7fd9ced commit bd42c1c

File tree

1 file changed

+1
-2
lines changed
  • Document-Processing/PDF/PDF-Viewer/blazor

1 file changed

+1
-2
lines changed

Document-Processing/PDF/PDF-Viewer/blazor/print.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ The SfPdfViewer supports printing the loaded PDF by default. Enable or disable t
2828

2929
![Print a PDF using the SfPdfViewer](../blazor-classic/images/blazor-pdfviewer-print.png)
3030

31-
3231
```cshtml
3332
3433
@using Syncfusion.Blazor.SfPdfViewer
@@ -127,7 +126,7 @@ The [PrintStart](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.SfPdfVi
127126

128127
#### Event Arguments
129128

130-
See [PrintStartEventArgs](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.SfPdfViewer.PrintStartEventArgs.html) for details such as Filename, Cancel option.
129+
See [PrintStartEventArgs](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.SfPdfViewer.PrintStartEventArgs.html) for details such as Filename, Cancel option. If [Cancel](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.SfPdfViewer.PrintStartEventArgs.html#Syncfusion_Blazor_SfPdfViewer_PrintStartEventArgs_Cancel) is true then the print operation will not work.
131130

132131
The following example illustrates how to handle the PrintStart event.
133132

0 commit comments

Comments
 (0)