Page.SendTo
SendTo(PageDevice, Stream)
Sends page to process with given page device.
public void SendTo(PageDevice device, Stream output)
Parameter | Type | Description |
---|---|---|
device | PageDevice | The device to process page. |
output | Stream | Result stream which is used with device to save its output. |
See Also
- class PageDevice
- class Page
- namespace Aspose.Pdf
- assembly Aspose.PDF
SendTo(PageDevice, string)
Sends page to process with given page device.
public void SendTo(PageDevice device, string outputFileName)
Parameter | Type | Description |
---|---|---|
device | PageDevice | The device to process page. |
outputFileName | String | File which is used with device to save its output. |
See Also
- class PageDevice
- class Page
- namespace Aspose.Pdf
- assembly Aspose.PDF