Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.19 KB

printworkflowjobuisession.md

File metadata and controls

29 lines (16 loc) · 1.19 KB
-api-id -api-type
T:Windows.Graphics.Printing.Workflow.PrintWorkflowJobUISession
winrt class

Windows.Graphics.Printing.Workflow.PrintWorkflowJobUISession

-description

Represents a session of the print support workflow UI.

-remarks

To create a print support workflow UI extension, your app must declare a uap4:Extension element with the category windows.printSupportJobUI in its package manifest. When the app is activated, the OnActivated method receives a PrintWorkflowJobActivatedEventArgs object that provides access to information about the print support workflow UI session. The Session property of that object returns a PrintWorkflowJobUISession object.

For more information, see Print support app design guide.

-see-also

Print support app design guide,Session

-examples