Show / Hide Table of Contents

Delegate PDFViewWPF.CurrentZoomChangedHandler

Delegate for when the current zoom level changes

Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public delegate void PDFViewWPF.CurrentZoomChangedHandler(PDFViewWPF viewer)
Parameters
Type Name Description
PDFViewWPF viewer Delegate for when the current zoom level changes

Constructors

CurrentZoomChangedHandler(object, nint)

Declaration
public CurrentZoomChangedHandler(object A_0, nint A_1)
Parameters
Type Name Description
object A_0
nint A_1

Methods

BeginInvoke(PDFViewWPF, AsyncCallback, object)

Declaration
public IAsyncResult BeginInvoke(PDFViewWPF viewer, AsyncCallback callback, object obj)
Parameters
Type Name Description
PDFViewWPF viewer
AsyncCallback callback
object obj
Returns
Type Description
IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public void EndInvoke(IAsyncResult result)
Parameters
Type Name Description
IAsyncResult result

Invoke(PDFViewWPF)

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