Show / Hide Table of Contents

Delegate PDFViewWPF.OnSetdocHandler

Delegate for when a doc is set. Once this even is raised, the doc should be ready for zooming and scrolling

Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public delegate void OnSetdocHandler(PDFViewWPF viewer);
Parameters
Type Name Description
PDFViewWPF viewer

Constructors

OnSetdocHandler(Object, IntPtr)

Declaration
public OnSetdocHandler(object A_0, IntPtr A_1)
Parameters
Type Name Description
System.Object A_0
System.IntPtr A_1

Methods

BeginInvoke(PDFViewWPF, AsyncCallback, Object)

Declaration
public IAsyncResult BeginInvoke(PDFViewWPF viewer, AsyncCallback callback, object obj)
Parameters
Type Name Description
PDFViewWPF viewer
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)

Declaration
public void Invoke(PDFViewWPF viewer)
Parameters
Type Name Description
PDFViewWPF viewer
Back to top Generated by DocFX