Class PdfLoadedDocument.PdfDocumentSplitEventHandler
The event handler for saving the split PDF document.
Inheritance
System.Object
PdfLoadedDocument.PdfDocumentSplitEventHandler
Assembly: Syncfusion.Pdf.NET.dll
Syntax
public sealed class PdfDocumentSplitEventHandler : MulticastDelegate
Constructors
PdfDocumentSplitEventHandler(Object, IntPtr)
Declaration
public PdfDocumentSplitEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, PdfDocumentSplitEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, PdfDocumentSplitEventArgs args, AsyncCallback callback, object object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, PdfDocumentSplitEventArgs)
Declaration
public virtual void Invoke(object sender, PdfDocumentSplitEventArgs args)
Parameters