IPrintManagerInterop interface (printmanagerinterop.h)

Enables access to PrintManager methods in a Windows Store app that manages multiple windows.

Inheritance

The IPrintManagerInterop interface inherits from IInspectable. IPrintManagerInterop also has these types of members:

Methods

The IPrintManagerInterop interface has these methods.

 
IPrintManagerInterop::GetForWindow

Gets the PrintManager instance for the specified window.
IPrintManagerInterop::ShowPrintUIForWindowAsync

Displays the UI for printing content for the specified window.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header printmanagerinterop.h

See also

PrintManager