Page.SendTo

SendTo(PageDevice, Stream)

Sends page to process with given page device.

public void SendTo(PageDevice device, Stream output)
ParameterTypeDescription
devicePageDeviceThe device to process page.
outputStreamResult stream which is used with device to save its output.

See Also


SendTo(PageDevice, string)

Sends page to process with given page device.

public void SendTo(PageDevice device, string outputFileName)
ParameterTypeDescription
devicePageDeviceThe device to process page.
outputFileNameStringFile which is used with device to save its output.

See Also