[]
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)
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)
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)
Type | Name | Description |
---|---|---|
CommandList | commandList | |
Size2F | pageSize | |
ComStream | pagePrintTicketStream | |
long | tag1 | |
long | tag2 |