GroupDocs.Merger.Domain.Common
Leave feedback
On this page
The namespace provides common delegates.
| 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. |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.