Show / Hide Table of Contents

Class PTPDFViewCtrlDelegate_Extensions

Inheritance
System.Object
PTPDFViewCtrlDelegate_Extensions
Namespace: pdftron.PDF
Assembly: PDFNetiOS.dll
Syntax
public static class PTPDFViewCtrlDelegate_Extensions : Object

Methods

DownloadError(IPTPDFViewCtrlDelegate, PTPDFViewCtrl, NSException)

Declaration
public static void DownloadError(this IPTPDFViewCtrlDelegate This, PTPDFViewCtrl pdfViewCtrl, NSException exception)
Parameters
Type Name Description
IPTPDFViewCtrlDelegate This
PTPDFViewCtrl pdfViewCtrl
Foundation.NSException exception

DownloadEventType(IPTPDFViewCtrlDelegate, PTPDFViewCtrl, DownloadTypes, Int32, String)

Declaration
public static void DownloadEventType(this IPTPDFViewCtrlDelegate This, PTPDFViewCtrl pdfViewCtrl, DownloadTypes type, int pageNum, string message)
Parameters
Type Name Description
IPTPDFViewCtrlDelegate This
PTPDFViewCtrl pdfViewCtrl
DownloadTypes type
System.Int32 pageNum
System.String message

GotThumbAsync(IPTPDFViewCtrlDelegate, PTPDFViewCtrl, Int32, UIImage)

Declaration
public static void GotThumbAsync(this IPTPDFViewCtrlDelegate This, PTPDFViewCtrl pdfViewCtrl, int page_num, UIImage image)
Parameters
Type Name Description
IPTPDFViewCtrlDelegate This
PTPDFViewCtrl pdfViewCtrl
System.Int32 page_num
UIKit.UIImage image

JavascriptCallback(IPTPDFViewCtrlDelegate, PTPDFViewCtrl, String, String)

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

OnSetDoc(IPTPDFViewCtrlDelegate, PTPDFViewCtrl, PTPDFDoc)

Declaration
public static void OnSetDoc(this IPTPDFViewCtrlDelegate This, PTPDFViewCtrl pdfViewCtrl, PTPDFDoc doc)
Parameters
Type Name Description
IPTPDFViewCtrlDelegate This
PTPDFViewCtrl pdfViewCtrl
PTPDFDoc doc

OuterScrollViewDidEndDecelerating(IPTPDFViewCtrlDelegate, PTPDFViewCtrl, UIScrollView)

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

OuterScrollViewDidEndDragging(IPTPDFViewCtrlDelegate, PTPDFViewCtrl, UIScrollView, Boolean)

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

OuterScrollViewDidEndScrollingAnimation(IPTPDFViewCtrlDelegate, PTPDFViewCtrl, UIScrollView)

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

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

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

OuterScrollViewDidScroll(IPTPDFViewCtrlDelegate, PTPDFViewCtrl, UIScrollView)

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

OuterScrollViewDidScrollToTop(IPTPDFViewCtrlDelegate, PTPDFViewCtrl, UIScrollView)

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

OuterScrollViewDidZoom(IPTPDFViewCtrlDelegate, PTPDFViewCtrl, UIScrollView)

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

OuterScrollViewShouldScrollToTop(IPTPDFViewCtrlDelegate, PTPDFViewCtrl, UIScrollView)

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

OuterScrollViewWillBeginDecelerating(IPTPDFViewCtrlDelegate, PTPDFViewCtrl, UIScrollView)

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

OuterScrollViewWillBeginDragging(IPTPDFViewCtrlDelegate, PTPDFViewCtrl, UIScrollView)

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

OuterScrollViewWillBeginZooming(IPTPDFViewCtrlDelegate, PTPDFViewCtrl, UIScrollView, UIView)

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

PageNumberChangedFrom(IPTPDFViewCtrlDelegate, PTPDFViewCtrl, Int32, Int32)

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

PdfScrollViewDidEndDecelerating(IPTPDFViewCtrlDelegate, PTPDFViewCtrl, UIScrollView)

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

PdfScrollViewDidEndDragging(IPTPDFViewCtrlDelegate, PTPDFViewCtrl, UIScrollView, Boolean)

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

PdfScrollViewDidEndScrollingAnimation(IPTPDFViewCtrlDelegate, PTPDFViewCtrl, UIScrollView)

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

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

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

PdfScrollViewDidScroll(IPTPDFViewCtrlDelegate, PTPDFViewCtrl, UIScrollView)

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

PdfScrollViewDidScrollToTop(IPTPDFViewCtrlDelegate, PTPDFViewCtrl, UIScrollView)

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

PdfScrollViewDidZoom(IPTPDFViewCtrlDelegate, PTPDFViewCtrl, UIScrollView)

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

PdfScrollViewDoubleTap(IPTPDFViewCtrlDelegate, PTPDFViewCtrl, UITapGestureRecognizer)

Declaration
public static void PdfScrollViewDoubleTap(this IPTPDFViewCtrlDelegate This, PTPDFViewCtrl pdfViewCtrl, UITapGestureRecognizer gestureRecognizer)
Parameters
Type Name Description
IPTPDFViewCtrlDelegate This
PTPDFViewCtrl pdfViewCtrl
UIKit.UITapGestureRecognizer gestureRecognizer

PdfScrollViewLongPress(IPTPDFViewCtrlDelegate, PTPDFViewCtrl, UILongPressGestureRecognizer)

Declaration
public static void PdfScrollViewLongPress(this IPTPDFViewCtrlDelegate This, PTPDFViewCtrl pdfViewCtrl, UILongPressGestureRecognizer gestureRecognizer)
Parameters
Type Name Description
IPTPDFViewCtrlDelegate This
PTPDFViewCtrl pdfViewCtrl
UIKit.UILongPressGestureRecognizer gestureRecognizer

PdfScrollViewShouldScrollToTop(IPTPDFViewCtrlDelegate, PTPDFViewCtrl, UIScrollView)

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

PdfScrollViewTap(IPTPDFViewCtrlDelegate, PTPDFViewCtrl, UITapGestureRecognizer)

Declaration
public static void PdfScrollViewTap(this IPTPDFViewCtrlDelegate This, PTPDFViewCtrl pdfViewCtrl, UITapGestureRecognizer gestureRecognizer)
Parameters
Type Name Description
IPTPDFViewCtrlDelegate This
PTPDFViewCtrl pdfViewCtrl
UIKit.UITapGestureRecognizer gestureRecognizer

PdfScrollViewWillBeginDecelerating(IPTPDFViewCtrlDelegate, PTPDFViewCtrl, UIScrollView)

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

PdfScrollViewWillBeginDragging(IPTPDFViewCtrlDelegate, PTPDFViewCtrl, UIScrollView)

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

PdfScrollViewWillBeginZooming(IPTPDFViewCtrlDelegate, PTPDFViewCtrl, UIScrollView, UIView)

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

PdfViewCtrlOnLayoutChanged(IPTPDFViewCtrlDelegate, PTPDFViewCtrl)

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

PdfViewCtrlOnRenderFinished(IPTPDFViewCtrlDelegate, PTPDFViewCtrl)

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

PdfViewCtrlTextSearchStart(IPTPDFViewCtrlDelegate, PTPDFViewCtrl)

Declaration
public static void PdfViewCtrlTextSearchStart(this IPTPDFViewCtrlDelegate This, PTPDFViewCtrl pdfViewCtrl)
Parameters
Type Name Description
IPTPDFViewCtrlDelegate This
PTPDFViewCtrl pdfViewCtrl

TextSearchResult(IPTPDFViewCtrlDelegate, PTPDFViewCtrl, PTSelection)

Declaration
public static void TextSearchResult(this IPTPDFViewCtrlDelegate This, PTPDFViewCtrl pdfViewCtrl, PTSelection selection)
Parameters
Type Name Description
IPTPDFViewCtrlDelegate This
PTPDFViewCtrl pdfViewCtrl
PTSelection selection
Back to top Generated by DocFX