Show / Hide Table of Contents

Class PTReflowViewController

Inheritance
System.Object
PTReflowViewController
Implements
IPTReflowSettingsViewControllerDelegate
UIKit.IUIPageViewControllerDataSource
UIKit.IUIPageViewControllerDelegate
IPTOverridable
ObjCRuntime.INativeObject
System.IDisposable
Namespace: pdftron.PDF.Controls
Assembly: Tools.dll
Syntax
public class PTReflowViewController : UIViewController, IPTReflowSettingsViewControllerDelegate, IUIPageViewControllerDataSource, IUIPageViewControllerDelegate, IPTOverridable, INativeObject, IDisposable

Constructors

PTReflowViewController(NSCoder)

Declaration
public PTReflowViewController(NSCoder coder)
Parameters
Type Name Description
Foundation.NSCoder coder

PTReflowViewController(NSObjectFlag)

Declaration
protected PTReflowViewController(NSObjectFlag t)
Parameters
Type Name Description
Foundation.NSObjectFlag t

PTReflowViewController(PTPDFViewCtrl)

Declaration
public PTReflowViewController(PTPDFViewCtrl pdfViewCtrl)
Parameters
Type Name Description
PTPDFViewCtrl pdfViewCtrl

PTReflowViewController(PTPDFViewCtrl, PTReflowViewControllerScrollingDirection)

Declaration
public PTReflowViewController(PTPDFViewCtrl pdfViewCtrl, PTReflowViewControllerScrollingDirection scrollingDirection)
Parameters
Type Name Description
PTPDFViewCtrl pdfViewCtrl
PTReflowViewControllerScrollingDirection scrollingDirection

PTReflowViewController(PTPDFViewCtrl, Boolean)

Declaration
public PTReflowViewController(PTPDFViewCtrl pdfViewCtrl, bool reflowAnnotationToolHidden)
Parameters
Type Name Description
PTPDFViewCtrl pdfViewCtrl
System.Boolean reflowAnnotationToolHidden

PTReflowViewController(IntPtr)

Declaration
protected PTReflowViewController(IntPtr handle)
Parameters
Type Name Description
System.IntPtr handle

Properties

ClassHandle

Declaration
public override IntPtr ClassHandle { get; }
Property Value
Type Description
System.IntPtr

Delegate

Declaration
public PTReflowViewControllerDelegate Delegate { get; set; }
Property Value
Type Description
PTReflowViewControllerDelegate

FontOverrideName

Declaration
public virtual string FontOverrideName { get; set; }
Property Value
Type Description
System.String

PageNumber

Declaration
public virtual int PageNumber { get; set; }
Property Value
Type Description
System.Int32

PageViewController

Declaration
public virtual UIPageViewController PageViewController { get; }
Property Value
Type Description
UIKit.UIPageViewController

ReflowManager

Declaration
public virtual PTReflowManager ReflowManager { get; set; }
Property Value
Type Description
PTReflowManager

ReflowMode

Declaration
public virtual PTReflowMode ReflowMode { get; set; }
Property Value
Type Description
PTReflowMode

Scale

Declaration
public virtual nfloat Scale { get; set; }
Property Value
Type Description
System.nfloat

ScrollingDirection

Declaration
public virtual PTReflowViewControllerScrollingDirection ScrollingDirection { get; set; }
Property Value
Type Description
PTReflowViewControllerScrollingDirection

TurnPageOnTap

Declaration
public virtual bool TurnPageOnTap { get; set; }
Property Value
Type Description
System.Boolean

WeakDelegate

Declaration
public virtual NSObject WeakDelegate { get; set; }
Property Value
Type Description
Foundation.NSObject

Methods

Dispose(Boolean)

Declaration
protected override void Dispose(bool disposing)
Parameters
Type Name Description
System.Boolean disposing

GetNextViewController(UIPageViewController, UIViewController)

Declaration
public virtual UIViewController GetNextViewController(UIPageViewController pageViewController, UIViewController referenceViewController)
Parameters
Type Name Description
UIKit.UIPageViewController pageViewController
UIKit.UIViewController referenceViewController
Returns
Type Description
UIKit.UIViewController

GetPreviousViewController(UIPageViewController, UIViewController)

Declaration
public virtual UIViewController GetPreviousViewController(UIPageViewController pageViewController, UIViewController referenceViewController)
Parameters
Type Name Description
UIKit.UIPageViewController pageViewController
UIKit.UIViewController referenceViewController
Returns
Type Description
UIKit.UIViewController

ReflowSettingsViewControllerDidSetAnnotationModeEnabled(PTPTReflowSettingsViewController, Boolean)

Declaration
public virtual void ReflowSettingsViewControllerDidSetAnnotationModeEnabled(PTPTReflowSettingsViewController reflowSettingsViewController, bool enabled)
Parameters
Type Name Description
PTPTReflowSettingsViewController reflowSettingsViewController
System.Boolean enabled

ReflowSettingsViewControllerDidUpdateImageOptions(PTPTReflowSettingsViewController)

Declaration
public virtual void ReflowSettingsViewControllerDidUpdateImageOptions(PTPTReflowSettingsViewController reflowSettingsViewController)
Parameters
Type Name Description
PTPTReflowSettingsViewController reflowSettingsViewController

ReflowSettingsViewControllerDidUpdateScrollingDirection(PTPTReflowSettingsViewController, PTReflowViewControllerScrollingDirection)

Declaration
public virtual void ReflowSettingsViewControllerDidUpdateScrollingDirection(PTPTReflowSettingsViewController reflowSettingsViewController, PTReflowViewControllerScrollingDirection scrollingDirection)
Parameters
Type Name Description
PTPTReflowSettingsViewController reflowSettingsViewController
PTReflowViewControllerScrollingDirection scrollingDirection

SetPageNumber(Int32, Boolean)

Declaration
public virtual void SetPageNumber(int pageNumber, bool animated)
Parameters
Type Name Description
System.Int32 pageNumber
System.Boolean animated

UpdateSettings()

Declaration
public virtual void UpdateSettings()

Implements

IPTReflowSettingsViewControllerDelegate
UIKit.IUIPageViewControllerDataSource
UIKit.IUIPageViewControllerDelegate
IPTOverridable
ObjCRuntime.INativeObject
System.IDisposable
Back to top Generated by DocFX