Show / Hide Table of Contents

Class PTColorPickerViewController

Inheritance
System.Object
PTColorPickerViewController
Implements
IPTOverridable
ObjCRuntime.INativeObject
System.IDisposable
UIKit.IUIPageViewControllerDataSource
Namespace: pdftron.PDF.Tools
Assembly: Tools.dll
Syntax
public class PTColorPickerViewController : UIPageViewController, IPTOverridable, INativeObject, IDisposable, IUIPageViewControllerDataSource

Constructors

PTColorPickerViewController()

Declaration
public PTColorPickerViewController()

PTColorPickerViewController(NSCoder)

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

PTColorPickerViewController(NSObjectFlag)

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

PTColorPickerViewController(IntPtr)

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

PTColorPickerViewController(UIPageViewControllerTransitionStyle, UIPageViewControllerNavigationOrientation, NSDictionary<NSString, NSObject>, UIColor[])

Declaration
public PTColorPickerViewController(UIPageViewControllerTransitionStyle style, UIPageViewControllerNavigationOrientation navigationOrientation, NSDictionary<NSString, NSObject> options, UIColor[] colors)
Parameters
Type Name Description
UIKit.UIPageViewControllerTransitionStyle style
UIKit.UIPageViewControllerNavigationOrientation navigationOrientation
Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> options
UIKit.UIColor[] colors

PTColorPickerViewController(UIPageViewControllerTransitionStyle, UIPageViewControllerNavigationOrientation, NSDictionary<NSString, NSObject>)

Declaration
public PTColorPickerViewController(UIPageViewControllerTransitionStyle style, UIPageViewControllerNavigationOrientation navigationOrientation, NSDictionary<NSString, NSObject> options)
Parameters
Type Name Description
UIKit.UIPageViewControllerTransitionStyle style
UIKit.UIPageViewControllerNavigationOrientation navigationOrientation
Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> options

Properties

ClassHandle

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

Color

Declaration
public virtual UIColor Color { get; set; }
Property Value
Type Description
UIKit.UIColor

ColorPickerDelegate

Declaration
public PTColorPickerViewControllerDelegate ColorPickerDelegate { get; set; }
Property Value
Type Description
PTColorPickerViewControllerDelegate

ShouldResize

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

Tag

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

WeakColorPickerDelegate

Declaration
public virtual NSObject WeakColorPickerDelegate { 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

Implements

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