IPrintService.PrintAsync Method
Name | Parameters | Description |
---|---|---|
Print |
stream, job |
Shows the system print dialog asynchronously. The method returns the Task that completes when the print operation is started or cancelled. |
Print |
file |
Prints the document by the specified path asynchronously. The method returns the Task that completes when the print operation is started or cancelled. |