[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.PrintControl.AddPage

AddPage Method

AddPage(CommandList, Size2F)

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

Declaration
public void AddPage(CommandList commandList, Size2F pageSize)
Parameters
Type Name Description
CommandList commandList
Size2F pageSize

AddPage(CommandList, Size2F, ComStream)

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

Declaration
public void AddPage(CommandList commandList, Size2F pageSize, ComStream pagePrintTicketStream)
Parameters
Type Name Description
CommandList commandList
Size2F pageSize
ComStream pagePrintTicketStream

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.

Declaration
public void AddPage(CommandList commandList, Size2F pageSize, ComStream pagePrintTicketStream, out long tag1, out long tag2)
Parameters
Type Name Description
CommandList commandList
Size2F pageSize
ComStream pagePrintTicketStream
long tag1
long tag2