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