DocumentSendTo Method (DocumentDevice, Int32, Int32, 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,
int fromPage,
int toPage,
string outputFileName
)
Public Sub SendTo (
device As DocumentDevice,
fromPage As Integer,
toPage As Integer,
outputFileName As String
)
public:
void SendTo(
DocumentDevice^ device,
int fromPage,
int toPage,
String^ outputFileName
)
member SendTo :
device : DocumentDevice *
fromPage : int *
toPage : int *
outputFileName : string -> unit
Parameters
- device
- Type: Aspose.Pdf.DevicesDocumentDevice
Document device which is used to process the document.
- fromPage
- Type: SystemInt32
The first page for processing.
- toPage
- Type: SystemInt32
The last page for processing.
- outputFileName
- Type: SystemString
Output file name with the results of processing.
See Also