DocumentSendTo Method (DocumentDevice, String) |
Sends the whole document to the document device for processing.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic void SendTo(
DocumentDevice device,
string outputFileName
)
Public Sub SendTo (
device As DocumentDevice,
outputFileName As String
)
public:
void SendTo(
DocumentDevice^ device,
String^ outputFileName
)
member SendTo :
device : DocumentDevice *
outputFileName : string -> unit
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