DocumentSendTo Method (DocumentDevice, String)
Sends the whole document to the document device for processing.

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

Parameters

device
Type: Aspose.Pdf.DevicesDocumentDevice
Document device which is used to process the document.
outputFileName
Type: SystemString
Output file name with the results of processing.
See Also