Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.27 KB

windows_graphics_printing_workflow.md

File metadata and controls

21 lines (14 loc) · 1.27 KB
-api-id -api-type
N:Windows.Graphics.Printing.Workflow
winrt namespace

Windows.Graphics.Printing.Workflow

-description

This namespace provides the functionality for writing a print workflow app. Print workflow apps are registered to print-capable source applications. They are launched in the background after the source application has elected to print something but before the print data is sent to the printer. Workflow apps are able to alter both the print ticket (printer device settings) and the actual content to be printed, and they can optionally expose this functionality to the user by launching a foreground app midway through the process. This allows for a greater degree of customization of the printing experience.

-remarks

-see-also

Print support app design guide, PrintWorkflowBackgroundSession class, PrintWorkflowForegroundSession class, Print Workflow sample, Windows.Graphics.Printing.PrintTicket namespace

-examples