Aspose::Words::IDocumentMergerPlugin interface
IDocumentMergerPlugin interface
Defines an interface for external merger plugin that can merge Pdf documents.
class IDocumentMergerPlugin : public virtual System::Object
Methods
| Method | Description |
|---|---|
| GetType() const override | |
| Is(const System::TypeInfo&) const override | |
| virtual Merge(System::SharedPtr<System::IO::Stream>, System::ArrayPtr<System::SharedPtr<System::IO::Stream>>, System::ArrayPtr<System::SharedPtr<Aspose::Words::Loading::LoadOptions>>) | Merges the given input PDF documents into a single output PDF document using specified input and output streams. |
| static Type() |
See Also
- Namespace Aspose::Words
- Library Aspose.Words for C++