Table of Contents

Delegate PdfLoadedDocument.PdfDocumentSplitEventHandler

Namespace
Syncfusion.Pdf.Parsing
Assembly
Syncfusion.Pdf.Portable.dll

The event handler for saving the split PDF document.

public delegate void PdfLoadedDocument.PdfDocumentSplitEventHandler(object sender, PdfDocumentSplitEventArgs args)

Parameters

sender object
args PdfDocumentSplitEventArgs

Constructors

PdfDocumentSplitEventHandler(object, nint)

public PdfDocumentSplitEventHandler(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(object, PdfDocumentSplitEventArgs, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(object sender, PdfDocumentSplitEventArgs args, AsyncCallback callback, object @object)

Parameters

sender object
args PdfDocumentSplitEventArgs
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(object, PdfDocumentSplitEventArgs)

public virtual void Invoke(object sender, PdfDocumentSplitEventArgs args)

Parameters

sender object
args PdfDocumentSplitEventArgs