Show / Hide Table of Contents

Class PTPDFViewCtrlToolDelegate_Extensions

Inheritance
System.Object
PTPDFViewCtrlToolDelegate_Extensions
Namespace: pdftronprivate
Assembly: PDFNetiOS.dll
Syntax
public static class PTPDFViewCtrlToolDelegate_Extensions : Object

Methods

ConfigurationForMenu(IPTPDFViewCtrlToolDelegate, PTPDFViewCtrl, UIContextMenuInteraction, CGPoint, out UIContextMenuConfiguration)

Declaration
public static bool ConfigurationForMenu(this IPTPDFViewCtrlToolDelegate This, PTPDFViewCtrl pdfViewCtrl, UIContextMenuInteraction interaction, CGPoint location, out UIContextMenuConfiguration configuration)
Parameters
Type Name Description
IPTPDFViewCtrlToolDelegate This
PTPDFViewCtrl pdfViewCtrl
UIKit.UIContextMenuInteraction interaction
CoreGraphics.CGPoint location
UIKit.UIContextMenuConfiguration configuration
Returns
Type Description
System.Boolean

GeneratedAppearance(IPTPDFViewCtrlToolDelegate, PTPDFViewCtrl, UIImageView, PTAnnot, UInt32)

Declaration
public static void GeneratedAppearance(this IPTPDFViewCtrlToolDelegate This, PTPDFViewCtrl pdfViewCtrl, UIImageView imageView, PTAnnot annot, uint pageNumber)
Parameters
Type Name Description
IPTPDFViewCtrlToolDelegate This
PTPDFViewCtrl pdfViewCtrl
UIKit.UIImageView imageView
PTAnnot annot
System.UInt32 pageNumber

HandleDoubleTap(IPTPDFViewCtrlToolDelegate, PTPDFViewCtrl, UITapGestureRecognizer)

Declaration
public static bool HandleDoubleTap(this IPTPDFViewCtrlToolDelegate This, PTPDFViewCtrl pdfViewCtrl, UITapGestureRecognizer gestureRecognizer)
Parameters
Type Name Description
IPTPDFViewCtrlToolDelegate This
PTPDFViewCtrl pdfViewCtrl
UIKit.UITapGestureRecognizer gestureRecognizer
Returns
Type Description
System.Boolean

HandleLongPress(IPTPDFViewCtrlToolDelegate, PTPDFViewCtrl, UILongPressGestureRecognizer)

Declaration
public static bool HandleLongPress(this IPTPDFViewCtrlToolDelegate This, PTPDFViewCtrl pdfViewCtrl, UILongPressGestureRecognizer gestureRecognizer)
Parameters
Type Name Description
IPTPDFViewCtrlToolDelegate This
PTPDFViewCtrl pdfViewCtrl
UIKit.UILongPressGestureRecognizer gestureRecognizer
Returns
Type Description
System.Boolean

HandleTap(IPTPDFViewCtrlToolDelegate, PTPDFViewCtrl, UITapGestureRecognizer)

Declaration
public static bool HandleTap(this IPTPDFViewCtrlToolDelegate This, PTPDFViewCtrl pdfViewCtrl, UITapGestureRecognizer gestureRecognizer)
Parameters
Type Name Description
IPTPDFViewCtrlToolDelegate This
PTPDFViewCtrl pdfViewCtrl
UIKit.UITapGestureRecognizer gestureRecognizer
Returns
Type Description
System.Boolean

JavascriptCallback(IPTPDFViewCtrlToolDelegate, PTPDFViewCtrl, String, String)

Declaration
public static void JavascriptCallback(this IPTPDFViewCtrlToolDelegate This, PTPDFViewCtrl pdfViewCtrl, string event_type, string json)
Parameters
Type Name Description
IPTPDFViewCtrlToolDelegate This
PTPDFViewCtrl pdfViewCtrl
System.String event_type
System.String json

OnTouchesBegan(IPTPDFViewCtrlToolDelegate, PTPDFViewCtrl, NSSet<UITouch>, UIEvent)

Declaration
public static bool OnTouchesBegan(this IPTPDFViewCtrlToolDelegate This, PTPDFViewCtrl pdfViewCtrl, NSSet<UITouch> touches, UIEvent event)
Parameters
Type Name Description
IPTPDFViewCtrlToolDelegate This
PTPDFViewCtrl pdfViewCtrl
Foundation.NSSet<UIKit.UITouch> touches
UIKit.UIEvent event
Returns
Type Description
System.Boolean

OnTouchesCancelled(IPTPDFViewCtrlToolDelegate, PTPDFViewCtrl, NSSet<UITouch>, UIEvent)

Declaration
public static bool OnTouchesCancelled(this IPTPDFViewCtrlToolDelegate This, PTPDFViewCtrl pdfViewCtrl, NSSet<UITouch> touches, UIEvent event)
Parameters
Type Name Description
IPTPDFViewCtrlToolDelegate This
PTPDFViewCtrl pdfViewCtrl
Foundation.NSSet<UIKit.UITouch> touches
UIKit.UIEvent event
Returns
Type Description
System.Boolean

OnTouchesEnded(IPTPDFViewCtrlToolDelegate, PTPDFViewCtrl, NSSet<UITouch>, UIEvent)

Declaration
public static bool OnTouchesEnded(this IPTPDFViewCtrlToolDelegate This, PTPDFViewCtrl pdfViewCtrl, NSSet<UITouch> touches, UIEvent event)
Parameters
Type Name Description
IPTPDFViewCtrlToolDelegate This
PTPDFViewCtrl pdfViewCtrl
Foundation.NSSet<UIKit.UITouch> touches
UIKit.UIEvent event
Returns
Type Description
System.Boolean

OnTouchesMoved(IPTPDFViewCtrlToolDelegate, PTPDFViewCtrl, NSSet<UITouch>, UIEvent)

Declaration
public static bool OnTouchesMoved(this IPTPDFViewCtrlToolDelegate This, PTPDFViewCtrl pdfViewCtrl, NSSet<UITouch> touches, UIEvent event)
Parameters
Type Name Description
IPTPDFViewCtrlToolDelegate This
PTPDFViewCtrl pdfViewCtrl
Foundation.NSSet<UIKit.UITouch> touches
UIKit.UIEvent event
Returns
Type Description
System.Boolean

OuterScrollViewDidEndDecelerating(IPTPDFViewCtrlToolDelegate, PTPDFViewCtrl, UIScrollView)

Declaration
public static void OuterScrollViewDidEndDecelerating(this IPTPDFViewCtrlToolDelegate This, PTPDFViewCtrl pdfViewCtrl, UIScrollView scrollView)
Parameters
Type Name Description
IPTPDFViewCtrlToolDelegate This
PTPDFViewCtrl pdfViewCtrl
UIKit.UIScrollView scrollView

OuterScrollViewDidEndDragging(IPTPDFViewCtrlToolDelegate, PTPDFViewCtrl, UIScrollView, Boolean)

Declaration
public static void OuterScrollViewDidEndDragging(this IPTPDFViewCtrlToolDelegate This, PTPDFViewCtrl pdfViewCtrl, UIScrollView scrollView, bool decelerate)
Parameters
Type Name Description
IPTPDFViewCtrlToolDelegate This
PTPDFViewCtrl pdfViewCtrl
UIKit.UIScrollView scrollView
System.Boolean decelerate

OuterScrollViewDidEndScrollingAnimation(IPTPDFViewCtrlToolDelegate, PTPDFViewCtrl, UIScrollView)

Declaration
public static void OuterScrollViewDidEndScrollingAnimation(this IPTPDFViewCtrlToolDelegate This, PTPDFViewCtrl pdfViewCtrl, UIScrollView scrollView)
Parameters
Type Name Description
IPTPDFViewCtrlToolDelegate This
PTPDFViewCtrl pdfViewCtrl
UIKit.UIScrollView scrollView

OuterScrollViewDidEndZooming(IPTPDFViewCtrlToolDelegate, PTPDFViewCtrl, UIScrollView, UIView, Single)

Declaration
public static void OuterScrollViewDidEndZooming(this IPTPDFViewCtrlToolDelegate This, PTPDFViewCtrl pdfViewCtrl, UIScrollView scrollView, UIView view, float scale)
Parameters
Type Name Description
IPTPDFViewCtrlToolDelegate This
PTPDFViewCtrl pdfViewCtrl
UIKit.UIScrollView scrollView
UIKit.UIView view
System.Single scale

OuterScrollViewDidScroll(IPTPDFViewCtrlToolDelegate, PTPDFViewCtrl, UIScrollView)

Declaration
public static void OuterScrollViewDidScroll(this IPTPDFViewCtrlToolDelegate This, PTPDFViewCtrl pdfViewCtrl, UIScrollView scrollView)
Parameters
Type Name Description
IPTPDFViewCtrlToolDelegate This
PTPDFViewCtrl pdfViewCtrl
UIKit.UIScrollView scrollView

OuterScrollViewDidScrollToTop(IPTPDFViewCtrlToolDelegate, PTPDFViewCtrl, UIScrollView)

Declaration
public static void OuterScrollViewDidScrollToTop(this IPTPDFViewCtrlToolDelegate This, PTPDFViewCtrl pdfViewCtrl, UIScrollView scrollView)
Parameters
Type Name Description
IPTPDFViewCtrlToolDelegate This
PTPDFViewCtrl pdfViewCtrl
UIKit.UIScrollView scrollView

OuterScrollViewDidZoom(IPTPDFViewCtrlToolDelegate, PTPDFViewCtrl, UIScrollView)

Declaration
public static void OuterScrollViewDidZoom(this IPTPDFViewCtrlToolDelegate This, PTPDFViewCtrl pdfViewCtrl, UIScrollView scrollView)
Parameters
Type Name Description
IPTPDFViewCtrlToolDelegate This
PTPDFViewCtrl pdfViewCtrl
UIKit.UIScrollView scrollView

OuterScrollViewShouldScrollToTop(IPTPDFViewCtrlToolDelegate, PTPDFViewCtrl, UIScrollView)

Declaration
public static bool OuterScrollViewShouldScrollToTop(this IPTPDFViewCtrlToolDelegate This, PTPDFViewCtrl pdfViewCtrl, UIScrollView scrollView)
Parameters
Type Name Description
IPTPDFViewCtrlToolDelegate This
PTPDFViewCtrl pdfViewCtrl
UIKit.UIScrollView scrollView
Returns
Type Description
System.Boolean

OuterScrollViewWillBeginDecelerating(IPTPDFViewCtrlToolDelegate, PTPDFViewCtrl, UIScrollView)

Declaration
public static void OuterScrollViewWillBeginDecelerating(this IPTPDFViewCtrlToolDelegate This, PTPDFViewCtrl pdfViewCtrl, UIScrollView scrollView)
Parameters
Type Name Description
IPTPDFViewCtrlToolDelegate This
PTPDFViewCtrl pdfViewCtrl
UIKit.UIScrollView scrollView

OuterScrollViewWillBeginDragging(IPTPDFViewCtrlToolDelegate, PTPDFViewCtrl, UIScrollView)

Declaration
public static void OuterScrollViewWillBeginDragging(this IPTPDFViewCtrlToolDelegate This, PTPDFViewCtrl pdfViewCtrl, UIScrollView scrollView)
Parameters
Type Name Description
IPTPDFViewCtrlToolDelegate This
PTPDFViewCtrl pdfViewCtrl
UIKit.UIScrollView scrollView

OuterScrollViewWillBeginZooming(IPTPDFViewCtrlToolDelegate, PTPDFViewCtrl, UIScrollView, UIView)

Declaration
public static void OuterScrollViewWillBeginZooming(this IPTPDFViewCtrlToolDelegate This, PTPDFViewCtrl pdfViewCtrl, UIScrollView scrollView, UIView view)
Parameters
Type Name Description
IPTPDFViewCtrlToolDelegate This
PTPDFViewCtrl pdfViewCtrl
UIKit.UIScrollView scrollView
UIKit.UIView view

PageNumberChangedFrom(IPTPDFViewCtrlToolDelegate, PTPDFViewCtrl, Int32, Int32)

Declaration
public static void PageNumberChangedFrom(this IPTPDFViewCtrlToolDelegate This, PTPDFViewCtrl pdfViewCtrl, int oldPageNumber, int newPageNumber)
Parameters
Type Name Description
IPTPDFViewCtrlToolDelegate This
PTPDFViewCtrl pdfViewCtrl
System.Int32 oldPageNumber
System.Int32 newPageNumber

PdfScrollViewDidEndDecelerating(IPTPDFViewCtrlToolDelegate, PTPDFViewCtrl, UIScrollView)

Declaration
public static void PdfScrollViewDidEndDecelerating(this IPTPDFViewCtrlToolDelegate This, PTPDFViewCtrl pdfViewCtrl, UIScrollView scrollView)
Parameters
Type Name Description
IPTPDFViewCtrlToolDelegate This
PTPDFViewCtrl pdfViewCtrl
UIKit.UIScrollView scrollView

PdfScrollViewDidEndDragging(IPTPDFViewCtrlToolDelegate, PTPDFViewCtrl, UIScrollView, Boolean)

Declaration
public static void PdfScrollViewDidEndDragging(this IPTPDFViewCtrlToolDelegate This, PTPDFViewCtrl pdfViewCtrl, UIScrollView scrollView, bool decelerate)
Parameters
Type Name Description
IPTPDFViewCtrlToolDelegate This
PTPDFViewCtrl pdfViewCtrl
UIKit.UIScrollView scrollView
System.Boolean decelerate

PdfScrollViewDidEndScrollingAnimation(IPTPDFViewCtrlToolDelegate, PTPDFViewCtrl, UIScrollView)

Declaration
public static void PdfScrollViewDidEndScrollingAnimation(this IPTPDFViewCtrlToolDelegate This, PTPDFViewCtrl pdfViewCtrl, UIScrollView scrollView)
Parameters
Type Name Description
IPTPDFViewCtrlToolDelegate This
PTPDFViewCtrl pdfViewCtrl
UIKit.UIScrollView scrollView

PdfScrollViewDidEndZooming(IPTPDFViewCtrlToolDelegate, PTPDFViewCtrl, UIScrollView, UIView, Single)

Declaration
public static void PdfScrollViewDidEndZooming(this IPTPDFViewCtrlToolDelegate This, PTPDFViewCtrl pdfViewCtrl, UIScrollView scrollView, UIView view, float scale)
Parameters
Type Name Description
IPTPDFViewCtrlToolDelegate This
PTPDFViewCtrl pdfViewCtrl
UIKit.UIScrollView scrollView
UIKit.UIView view
System.Single scale

PdfScrollViewDidScroll(IPTPDFViewCtrlToolDelegate, PTPDFViewCtrl, UIScrollView)

Declaration
public static void PdfScrollViewDidScroll(this IPTPDFViewCtrlToolDelegate This, PTPDFViewCtrl pdfViewCtrl, UIScrollView scrollView)
Parameters
Type Name Description
IPTPDFViewCtrlToolDelegate This
PTPDFViewCtrl pdfViewCtrl
UIKit.UIScrollView scrollView

PdfScrollViewDidScrollToTop(IPTPDFViewCtrlToolDelegate, PTPDFViewCtrl, UIScrollView)

Declaration
public static void PdfScrollViewDidScrollToTop(this IPTPDFViewCtrlToolDelegate This, PTPDFViewCtrl pdfViewCtrl, UIScrollView scrollView)
Parameters
Type Name Description
IPTPDFViewCtrlToolDelegate This
PTPDFViewCtrl pdfViewCtrl
UIKit.UIScrollView scrollView

PdfScrollViewDidZoom(IPTPDFViewCtrlToolDelegate, PTPDFViewCtrl, UIScrollView)

Declaration
public static void PdfScrollViewDidZoom(this IPTPDFViewCtrlToolDelegate This, PTPDFViewCtrl pdfViewCtrl, UIScrollView scrollView)
Parameters
Type Name Description
IPTPDFViewCtrlToolDelegate This
PTPDFViewCtrl pdfViewCtrl
UIKit.UIScrollView scrollView

PdfScrollViewShouldScrollToTop(IPTPDFViewCtrlToolDelegate, PTPDFViewCtrl, UIScrollView)

Declaration
public static bool PdfScrollViewShouldScrollToTop(this IPTPDFViewCtrlToolDelegate This, PTPDFViewCtrl pdfViewCtrl, UIScrollView scrollView)
Parameters
Type Name Description
IPTPDFViewCtrlToolDelegate This
PTPDFViewCtrl pdfViewCtrl
UIKit.UIScrollView scrollView
Returns
Type Description
System.Boolean

PdfScrollViewWillBeginDecelerating(IPTPDFViewCtrlToolDelegate, PTPDFViewCtrl, UIScrollView)

Declaration
public static void PdfScrollViewWillBeginDecelerating(this IPTPDFViewCtrlToolDelegate This, PTPDFViewCtrl pdfViewCtrl, UIScrollView scrollView)
Parameters
Type Name Description
IPTPDFViewCtrlToolDelegate This
PTPDFViewCtrl pdfViewCtrl
UIKit.UIScrollView scrollView

PdfScrollViewWillBeginZooming(IPTPDFViewCtrlToolDelegate, PTPDFViewCtrl, UIScrollView, UIView)

Declaration
public static void PdfScrollViewWillBeginZooming(this IPTPDFViewCtrlToolDelegate This, PTPDFViewCtrl pdfViewCtrl, UIScrollView scrollView, UIView view)
Parameters
Type Name Description
IPTPDFViewCtrlToolDelegate This
PTPDFViewCtrl pdfViewCtrl
UIKit.UIScrollView scrollView
UIKit.UIView view

PdfViewCtrl(IPTPDFViewCtrlToolDelegate, PTPDFViewCtrl, UIScrollView)

Declaration
public static void PdfViewCtrl(this IPTPDFViewCtrlToolDelegate This, PTPDFViewCtrl pdfViewCtrl, UIScrollView scrollView)
Parameters
Type Name Description
IPTPDFViewCtrlToolDelegate This
PTPDFViewCtrl pdfViewCtrl
UIKit.UIScrollView scrollView

PdfViewCtrlOnLayoutChanged(IPTPDFViewCtrlToolDelegate, PTPDFViewCtrl)

Declaration
public static void PdfViewCtrlOnLayoutChanged(this IPTPDFViewCtrlToolDelegate This, PTPDFViewCtrl pdfViewCtrl)
Parameters
Type Name Description
IPTPDFViewCtrlToolDelegate This
PTPDFViewCtrl pdfViewCtrl

PdfViewCtrlOnRenderFinished(IPTPDFViewCtrlToolDelegate, PTPDFViewCtrl)

Declaration
public static void PdfViewCtrlOnRenderFinished(this IPTPDFViewCtrlToolDelegate This, PTPDFViewCtrl pdfViewCtrl)
Parameters
Type Name Description
IPTPDFViewCtrlToolDelegate This
PTPDFViewCtrl pdfViewCtrl

PdfViewCtrlOnSetDoc(IPTPDFViewCtrlToolDelegate, PTPDFViewCtrl)

Declaration
public static void PdfViewCtrlOnSetDoc(this IPTPDFViewCtrlToolDelegate This, PTPDFViewCtrl pdfViewCtrl)
Parameters
Type Name Description
IPTPDFViewCtrlToolDelegate This
PTPDFViewCtrl pdfViewCtrl

TouchesShouldBegin(IPTPDFViewCtrlToolDelegate, PTPDFViewCtrl, NSSet<UITouch>, UIEvent, UIView)

Declaration
public static bool TouchesShouldBegin(this IPTPDFViewCtrlToolDelegate This, PTPDFViewCtrl pdfViewCtrl, NSSet<UITouch> touches, UIEvent event, UIView view)
Parameters
Type Name Description
IPTPDFViewCtrlToolDelegate This
PTPDFViewCtrl pdfViewCtrl
Foundation.NSSet<UIKit.UITouch> touches
UIKit.UIEvent event
UIKit.UIView view
Returns
Type Description
System.Boolean

TouchesShouldCancelInContentView(IPTPDFViewCtrlToolDelegate, PTPDFViewCtrl, UIView)

Declaration
public static bool TouchesShouldCancelInContentView(this IPTPDFViewCtrlToolDelegate This, PTPDFViewCtrl pdfViewCtrl, UIView view)
Parameters
Type Name Description
IPTPDFViewCtrlToolDelegate This
PTPDFViewCtrl pdfViewCtrl
UIKit.UIView view
Returns
Type Description
System.Boolean
In This Article
Back to top Generated by DocFX