Aspose::Pdf::Page::SendTo method

Page::SendTo(System::SharedPtr<Devices::PageDevice>, System::SharedPtr<System::IO::Stream>) method

Sends page to process with given page device.

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

See Also

Page::SendTo(System::SharedPtr<Devices::PageDevice>, System::String) method

Sends page to process with given page device.

void Aspose::Pdf::Page::SendTo(System::SharedPtr<Devices::PageDevice> device, System::String outputFileName)
ParameterTypeDescription
deviceSystem::SharedPtr<Devices::PageDevice>The device to process page.
outputFileNameSystem::StringFile which is used with device to save its output.

See Also