Delegate PDFViewWPF.OnRenderFinishedEventHandler
Delegate for when the PDFViewWPF has finished rendering a region of the PDF Document
Assembly: PDFNet.dll
Syntax
public delegate void PDFViewWPF.OnRenderFinishedEventHandler(PDFViewWPF viewer)
Parameters
Constructors
OnRenderFinishedEventHandler(object, IntPtr)
Declaration
public OnRenderFinishedEventHandler(object A_0, IntPtr A_1)
Parameters
Methods
BeginInvoke(PDFViewWPF, AsyncCallback, object)
Declaration
public IAsyncResult BeginInvoke(PDFViewWPF viewer, AsyncCallback callback, object obj)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public void EndInvoke(IAsyncResult result)
Parameters
Invoke(PDFViewWPF)
Declaration
public void Invoke(PDFViewWPF viewer)
Parameters