[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.PrintControl

PrintControl Class

ID2D1PrintControl

Inheritance
PrintControl
Implements
Namespace: C1.Util.DX.Direct2D
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("2c1d867d-c290-41c8-ae7e-34a98702e9a5")]
public class PrintControl : ComObject, IDisposable, IUnknown

Constructors

Name Description
PrintControl(IntPtr)

Initializes a new instance of the PrintControl class.

Methods

Name Description
AddPage(CommandList, Size2F)

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

AddPage(CommandList, Size2F, ComStream)

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

AddPage(CommandList, Size2F, ComStream, out long, out long)

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

Close()

HRESULT ID2D1PrintControl::Close()

Create(Device, ImagingFactory, IntPtr)

Initializes a new instance of the PrintControl class.

Create(Device, ImagingFactory, IntPtr, PrintControlProperties)

Initializes a new instance of the PrintControl class.

Operators

Name Description
explicit operator PrintControl(IntPtr)

Performs an explicit conversion from IntPtr to PrintControl.