Aspose::Pdf::Facades::PdfConverter::MergeImagesAsTiff метод
PdfConverter::MergeImagesAsTiff method
Объединяет список потоков TIFF в один поток TIFF с несколькими кадрами.
static System::SharedPtr<System::IO::Stream> Aspose::Pdf::Facades::PdfConverter::MergeImagesAsTiff(const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::IO::Stream>>> &inputImagesStreams)
| Параметр | Тип | Описание |
|---|---|---|
| inputImagesStreams | const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::IO::Stream>>>& | Список tiff‑потоков. |
ReturnValue
Многокадровый tiff‑поток.
См. также
- Typedef SharedPtr
- Class Stream
- Class List
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++