Aspose::Pdf::Page::SendTo method

Page::SendTo(const System::SharedPtr<Aspose::Pdf::Devices::PageDevice>&, const System::SharedPtr<System::IO::Stream>&) method

Sends page to process with given page device.

void Aspose::Pdf::Page::SendTo(const System::SharedPtr<Aspose::Pdf::Devices::PageDevice> &device, const System::SharedPtr<System::IO::Stream> &output)
ParameterTypeDescription
deviceconst System::SharedPtr<Aspose::Pdf::Devices::PageDevice>&The device to process page.
outputconst System::SharedPtr<System::IO::Stream>&Result stream which is used with device to save its output.

See Also

Page::SendTo(const System::SharedPtr<Aspose::Pdf::Devices::PageDevice>&, const System::String&) method

Sends page to process with given page device.

void Aspose::Pdf::Page::SendTo(const System::SharedPtr<Aspose::Pdf::Devices::PageDevice> &device, const System::String &outputFileName)
ParameterTypeDescription
deviceconst System::SharedPtr<Aspose::Pdf::Devices::PageDevice>&The device to process page.
outputFileNameconst System::String&File which is used with device to save its output.

See Also