Aspose::Pdf::Document::SendTo method

Document::SendTo(System::SharedPtr<Devices::DocumentDevice>, int32_t, int32_t, System::SharedPtr<System::IO::Stream>) method

Sends the certain pages of the document to the document device for processing.

void Aspose::Pdf::Document::SendTo(System::SharedPtr<Devices::DocumentDevice> device, int32_t fromPage, int32_t toPage, System::SharedPtr<System::IO::Stream> output)
ParameterTypeDescription
deviceSystem::SharedPtr<Devices::DocumentDevice>Document device which is used to process the document.
fromPageint32_tThe first page for processing.
toPageint32_tThe last page for processing.
outputSystem::SharedPtr<System::IO::Stream>Output stream contains the results of the document pages processing with given device.

See Also

Document::SendTo(System::SharedPtr<Devices::DocumentDevice>, int32_t, int32_t, System::String) method

Sends the whole document to the document device for processing.

void Aspose::Pdf::Document::SendTo(System::SharedPtr<Devices::DocumentDevice> device, int32_t fromPage, int32_t toPage, System::String outputFileName)
ParameterTypeDescription
deviceSystem::SharedPtr<Devices::DocumentDevice>Document device which is used to process the document.
fromPageint32_tThe first page for processing.
toPageint32_tThe last page for processing.
outputFileNameSystem::StringOutput file name with the results of processing.

See Also

Document::SendTo(System::SharedPtr<Devices::DocumentDevice>, System::SharedPtr<System::IO::Stream>) method

Sends the whole document to the document device for processing.

void Aspose::Pdf::Document::SendTo(System::SharedPtr<Devices::DocumentDevice> device, System::SharedPtr<System::IO::Stream> output)
ParameterTypeDescription
deviceSystem::SharedPtr<Devices::DocumentDevice>Document device which is used to process the document.
outputSystem::SharedPtr<System::IO::Stream>Output stream contains the results of the document processing with given device.

See Also

Document::SendTo(System::SharedPtr<Devices::DocumentDevice>, System::String) method

Sends the whole document to the document device for processing.

void Aspose::Pdf::Document::SendTo(System::SharedPtr<Devices::DocumentDevice> device, System::String outputFileName)
ParameterTypeDescription
deviceSystem::SharedPtr<Devices::DocumentDevice>Document device which is used to process the document.
outputFileNameSystem::StringOutput file name with the results of processing.

See Also