ID2D1PrintControl interface
Converts Direct2D primitives stored in an ID2D1CommandList into a fixed page representation. The print sub-system then consumes the primitives.
Members
The ID2D1PrintControl interface inherits from the IUnknown interface. ID2D1PrintControl also has these types of members:
Methods
The ID2D1PrintControl interface has these methods.
| Method | Description |
|---|---|
| AddPage |
Converts Direct2D primitives in the passed-in command list into a fixed page representation for use by the print subsystem. |
| Close |
Passes all remaining resources to the print sub-system, then clean up and close the current print job. |
Requirements
|
Minimum supported client |
Windows 8 and Platform Update for Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
|
Header |
|
|
DLL |
|
See also