ID2D1PrintControl interface (d2d1_1.h)

Converts Direct2D primitives stored in an ID2D1CommandList into a fixed page representation. The print sub-system then consumes the primitives.

Inheritance

The ID2D1PrintControl interface inherits from the IUnknown interface. ID2D1PrintControl also has these types of members:

Methods

The ID2D1PrintControl interface has these methods.

 
ID2D1PrintControl::AddPage

Converts Direct2D primitives in the passed-in command list into a fixed page representation for use by the print subsystem.
ID2D1PrintControl::Close

Passes all remaining resources to the print sub-system, then clean up and close the current print job.

Requirements

Requirement Value
Minimum supported client Windows 8 and Platform Update for Windows 7 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps | UWP apps]
Target Platform Windows
Header d2d1_1.h

See also

Printing and Command Lists