Delegate PDFViewWPF.CurrentPageNumberChangedHandler
Delegate for when the current page changes
Assembly: PDFNet.dll
Syntax
public delegate void PDFViewWPF.CurrentPageNumberChangedHandler(PDFViewWPF viewer, int currentPage, int totalPages)
Parameters
Constructors
CurrentPageNumberChangedHandler(object, IntPtr)
Declaration
public CurrentPageNumberChangedHandler(object A_0, IntPtr A_1)
Parameters
Methods
BeginInvoke(PDFViewWPF, int, int, AsyncCallback, object)
Declaration
public IAsyncResult BeginInvoke(PDFViewWPF viewer, int currentPage, int totalPages, AsyncCallback callback, object obj)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public void EndInvoke(IAsyncResult result)
Parameters
Invoke(PDFViewWPF, int, int)
Declaration
public void Invoke(PDFViewWPF viewer, int currentPage, int totalPages)
Parameters