PageSendTo Method (PageDevice, String)
Sends page to process with given page device.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public void SendTo(
	PageDevice device,
	string outputFileName
)

Parameters

device
Type: Aspose.Pdf.DevicesPageDevice
The device to process page.
outputFileName
Type: SystemString
File which is used with device to save its output.
See Also