[]
        
(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)
Public Sub AddPage(commandList As CommandList, pageSize As Size2F)
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)
Public Sub AddPage(commandList As CommandList, pageSize As Size2F, pagePrintTicketStream As ComStream)
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)
Public Sub AddPage(commandList As CommandList, pageSize As Size2F, pagePrintTicketStream As ComStream, ByRef tag1 As Long, ByRef tag2 As Long)
Parameters
Type Name Description
CommandList commandList
Size2F pageSize
ComStream pagePrintTicketStream
long tag1
long tag2