diff --git a/angular/Spreadsheet/Print.md b/angular/Spreadsheet/Print.md index 9ce3811f..257b5bb2 100644 --- a/angular/Spreadsheet/Print.md +++ b/angular/Spreadsheet/Print.md @@ -1,13 +1,13 @@ --- layout: post -title: Print with Spreadsheet widget for Syncfusion Essential JS -description: How to use the Spreadsheet Print +title: Print with Spreadsheet widget for Essential JavaScript | Syncfusion +description: Learn here about How to use the Spreadsheet Print with Syncfusion Angular Spreadsheet, its elements, and more. platform: Angular control: Spreadsheet documentation: ug --- -# Print +# Print with Spreadsheet widget for Syncfusion Essential This feature is used for produce text and graphics from a computer screen or file onto a sheet of paper. You can use `allowPrinting` property in `printSettings`to enable/disable the print operation. @@ -75,14 +75,14 @@ printSelClick(event) { The following output is displayed as a result of the above code example. -![](Print_images/Print_img1.png) +![Print Sheet / Print Selected Area in Angular Spreadsheet](Print_images/Print_img1.png) -![](Print_images/Print_img2.png) +![Print Sheet / Print Selected Area in Angular Spreadsheet](Print_images/Print_img2.png) Print dialog with entire sheet in Chrome browser {:.caption} -![](Print_images/Print_img3.png) +![Print dialog with entire sheet in Chrome browser in Angular Spreadsheet](Print_images/Print_img3.png) Print dialog with selected area print in chrome browser {:.caption} @@ -109,7 +109,7 @@ The following code example describes the above behavior. {% endhighlight %} -![](Print_images/Print_img4.png) +![Print with Gridlines in Angular Shreadsheet](Print_images/Print_img4.png) Print dialog without gridlines in chrome browser {:.caption} @@ -135,7 +135,7 @@ The following code example describes the above behavior. {% endhighlight %} -![](Print_images/Print_img5.png) +![Print with Headings in Angular Spreadsheet](Print_images/Print_img5.png) Print dialog without headings in chrome browser {:.caption}