Show / Hide Table of Contents

Interface ToolManager.IPreToolManagerListener

Namespace: pdftron.PDF.Tools
Assembly: PDFViewCtrlTools.dll
Syntax
public interface IPreToolManagerListener : IJavaObject, IDisposable, IJavaPeerable

Methods

OnDoubleTap(MotionEvent)

Declaration
bool OnDoubleTap(MotionEvent e)
Parameters
Type Name Description
Android.Views.MotionEvent e
Returns
Type Description
System.Boolean

OnDown(MotionEvent)

Declaration
bool OnDown(MotionEvent e)
Parameters
Type Name Description
Android.Views.MotionEvent e
Returns
Type Description
System.Boolean

OnKeyUp(Int32, KeyEvent)

Declaration
bool OnKeyUp(int keyCode, KeyEvent e)
Parameters
Type Name Description
System.Int32 keyCode
Android.Views.KeyEvent e
Returns
Type Description
System.Boolean

OnLongPress(MotionEvent)

Declaration
bool OnLongPress(MotionEvent e)
Parameters
Type Name Description
Android.Views.MotionEvent e
Returns
Type Description
System.Boolean

OnMove(MotionEvent, MotionEvent, Single, Single)

Declaration
bool OnMove(MotionEvent e1, MotionEvent e2, float x_dist, float y_dist)
Parameters
Type Name Description
Android.Views.MotionEvent e1
Android.Views.MotionEvent e2
System.Single x_dist
System.Single y_dist
Returns
Type Description
System.Boolean

OnScale(Single, Single)

Declaration
bool OnScale(float x, float y)
Parameters
Type Name Description
System.Single x
System.Single y
Returns
Type Description
System.Boolean

OnScaleBegin(Single, Single)

Declaration
bool OnScaleBegin(float x, float y)
Parameters
Type Name Description
System.Single x
System.Single y
Returns
Type Description
System.Boolean

OnScaleEnd(Single, Single)

Declaration
bool OnScaleEnd(float x, float y)
Parameters
Type Name Description
System.Single x
System.Single y
Returns
Type Description
System.Boolean

OnScrollChanged(Int32, Int32, Int32, Int32)

Declaration
void OnScrollChanged(int l, int t, int oldl, int oldt)
Parameters
Type Name Description
System.Int32 l
System.Int32 t
System.Int32 oldl
System.Int32 oldt

OnSingleTapConfirmed(MotionEvent)

Declaration
bool OnSingleTapConfirmed(MotionEvent e)
Parameters
Type Name Description
Android.Views.MotionEvent e
Returns
Type Description
System.Boolean

OnUp(MotionEvent, PDFViewCtrl.PriorEventType)

Declaration
bool OnUp(MotionEvent e, PDFViewCtrl.PriorEventType priorEventMode)
Parameters
Type Name Description
Android.Views.MotionEvent e
pdftronprivate.PDF.PDFViewCtrl.PriorEventType priorEventMode
Returns
Type Description
System.Boolean
Back to top Generated by DocFX