BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Query | Response |
could you give me please basic step to print a that list. | Using Syncfusion Grid control you can display and print your data’s. Kindly refer the following sample to print using our Grid control. https://www.syncfusion.com/downloads/support/forum/118757/Printing-1911914537.zip If you are using WPF MS Grid then you can print the visual element using PrintVisual in PrintDialog, refer the following for more details on this. https://msdn.microsoft.com/en-us/library/ms742418%28v=vs.110%29.aspx https://social.msdn.microsoft.com/Forums/vstudio/en-US/a95af594-170c-40a3-8497-d922da7b3773/convert-a-wpf-grid-into-a-flowdocument-for-paginated-printing?forum=wpf |
i want also to include other elements in the page like logo, other texts ... etc | You can print a WPF Panel element using PrintVisual method available in PrintDialog. Please refer the following for more details on PrintDialog. https://msdn.microsoft.com/en-us/library/system.windows.controls.printdialog.printvisual(v=vs.110).aspx https://code.msdn.microsoft.com/windowsdesktop/WPF-Printing-Overview-f28c541a |