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

MethodDescription
GetType() const override
Is(const System::TypeInfo&) const override
virtual Merge(System::SharedPtr<System::IO::Stream>, const System::ArrayPtr<System::SharedPtr<System::IO::Stream>>&)Merges the given input PDF documents into a single output PDF document using specified input and output streams.
static Type()

See Also