Aspose::Pdf::Document::SendTo метод

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

Отправляет весь документ на устройство документа для обработки.

void Aspose::Pdf::Document::SendTo(const System::SharedPtr<Devices::DocumentDevice> &device, const System::SharedPtr<System::IO::Stream> &output)
ПараметрТипОписание
deviceconst System::SharedPtr<Devices::DocumentDevice>&Document устройство, которое используется для обработки документа.
outputconst System::SharedPtr<System::IO::Stream>&Поток вывода содержит результаты обработки документа с заданным устройством.

См. также

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

Отправляет весь документ на устройство документа для обработки.

void Aspose::Pdf::Document::SendTo(const System::SharedPtr<Devices::DocumentDevice> &device, const System::String &outputFileName)
ПараметрТипОписание
deviceconst System::SharedPtr<Devices::DocumentDevice>&Document устройство, которое используется для обработки документа.
outputFileNameconst System::String&Имя выходного файла с результатами обработки.

См. также

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

Отправляет определённые страницы документа на устройство документа для обработки.

void Aspose::Pdf::Document::SendTo(const System::SharedPtr<Devices::DocumentDevice> &device, int32_t fromPage, int32_t toPage, const System::SharedPtr<System::IO::Stream> &output)
ПараметрТипОписание
deviceconst System::SharedPtr<Devices::DocumentDevice>&Document устройство, которое используется для обработки документа.
fromPageint32_tПервая страница для обработки.
toPageint32_tПоследняя страница для обработки.
outputconst System::SharedPtr<System::IO::Stream>&Поток вывода содержит результаты обработки страниц документа с заданным устройством.

См. также

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

Отправляет весь документ на устройство документа для обработки.

void Aspose::Pdf::Document::SendTo(const System::SharedPtr<Devices::DocumentDevice> &device, int32_t fromPage, int32_t toPage, const System::String &outputFileName)
ПараметрТипОписание
deviceconst System::SharedPtr<Devices::DocumentDevice>&Document устройство, которое используется для обработки документа.
fromPageint32_tПервая страница для обработки.
toPageint32_tПоследняя страница для обработки.
outputFileNameconst System::String&Имя выходного файла с результатами обработки.

См. также