[]
Converts Direct2D primitives in the passed-in command list into a fixed page representation for use by the print subsystem.
public void AddPage(CommandList commandList, Size2F pageSize)
Public Sub AddPage(commandList As CommandList, pageSize As Size2F)
| Type | Name | Description |
|---|---|---|
| CommandList | commandList | |
| Size2F | pageSize |
Converts Direct2D primitives in the passed-in command list into a fixed page representation for use by the print subsystem.
public void AddPage(CommandList commandList, Size2F pageSize, ComStream pagePrintTicketStream)
Public Sub AddPage(commandList As CommandList, pageSize As Size2F, pagePrintTicketStream As ComStream)
| Type | Name | Description |
|---|---|---|
| CommandList | commandList | |
| Size2F | pageSize | |
| ComStream | pagePrintTicketStream |
Converts Direct2D primitives in the passed-in command list into a fixed page representation for use by the print subsystem.
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)
| Type | Name | Description |
|---|---|---|
| CommandList | commandList | |
| Size2F | pageSize | |
| ComStream | pagePrintTicketStream | |
| long | tag1 | |
| long | tag2 |