Class Merger
Info
Represents Documentize.Merger plugin. Used to merge multiple PDF documents into a single PDF.
[Obsolete("Please use PdfManager class. The class will be deleted soon.")]
public static class Merger
Inheritance
Inherited Members
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Methods
Process(MergeOptions)
Merge PDF documents.
public static ResultContainer Process(MergeOptions options)
Parameters
options
MergeOptions: An options object containing instructions for the operation.
Returns
ResultContainer : An object containing the result of the operation.
Exceptions
If options not set.
Namespace: Documentize Assembly: Documentize.dll