GroupDocs.Merger.Domain.Common
The namespace provides common delegates.
Classes
Class | Description |
---|---|
CreatePageStream | Delegate that defines method to create output page preview stream. |
CreateSplitStream | Delegate that defines method to create output split stream. |
Func<TResult> | Encapsulates a method that has no parameters and returns a value of the type specified by the TResult parameter. |
Func<T,TResult> | Encapsulates a method that has one parameter and returns a value of the type specified by the TResult parameter. |
Func<T1,T2,TResult> | Encapsulates a method that has two parameters and returns a value of the type specified by the TResult parameter. |
Func<T1,T2,T3,TResult> | Encapsulates a method that has three parameters and returns a value of the type specified by the TResult parameter. |
Func<T1,T2,T3,T4,TResult> | Encapsulates a method that has four parameters and returns a value of the type specified by the TResult parameter. |
ReleasePageStream | Delegate that defines method to release output page preview stream. |
ReleaseSplitStream | Delegate that defines method to release output split stream. |