IPrinterExtensionContext interface (printerextension.h)

Represents the context for the activation of a UWP device app for printers.

Inheritance

The IPrinterExtensionContext interface inherits from the IDispatch interface.

Methods

The IPrinterExtensionContext interface has these methods.

 
IPrinterExtensionContext::get_DriverProperties

Gets the driver property bag.
IPrinterExtensionContext::get_PrinterQueue

Gets the queue for the printer.
IPrinterExtensionContext::get_PrintSchemaTicket

Gets the print ticket that is appropriate for the queue and the activation.
IPrinterExtensionContext::get_UserProperties

Gets the user property bag for this app.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Target Platform Windows
Header printerextension.h (include Printerextension.h)

See also

IPrinterExtensionContextCollection

IPrinterExtensionContextCollection::Count

IPrinterExtensionContextCollection::GetAt

IPrinterExtensionEvent::OnPrinterQueuesEnumerated

V4 Printer Driver Property Bags