Show / Hide Table of Contents

Class PTCountPopupViewController

Inheritance
System.Object
PTCountPopupViewController
Implements
IPTColorPickerViewControllerDelegate
ObjCRuntime.INativeObject
System.IDisposable
Namespace: pdftron.PDF.Tools
Assembly: Tools.dll
Syntax
public class PTCountPopupViewController : UIViewController, IPTColorPickerViewControllerDelegate, INativeObject, IDisposable

Constructors

PTCountPopupViewController()

Declaration
public PTCountPopupViewController()

PTCountPopupViewController(NSCoder)

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

PTCountPopupViewController(NSObjectFlag)

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

PTCountPopupViewController(Boolean, String, UIColor)

Declaration
public PTCountPopupViewController(bool editing, string groupLabel, UIColor color)
Parameters
Type Name Description
System.Boolean editing
System.String groupLabel
UIKit.UIColor color

PTCountPopupViewController(IntPtr)

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

Properties

ClassHandle

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

DoneAction

Declaration
public virtual Action DoneAction { get; set; }
Property Value
Type Description
System.Action

SelectedColor

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

TextField

Declaration
public virtual UITextField TextField { get; set; }
Property Value
Type Description
UIKit.UITextField

Methods

ColorPickerControllerDidSelectColor(PTColorPickerViewController, UIColor)

Declaration
public virtual void ColorPickerControllerDidSelectColor(PTColorPickerViewController colorPickerController, UIColor color)
Parameters
Type Name Description
PTColorPickerViewController colorPickerController
UIKit.UIColor color

Implements

IPTColorPickerViewControllerDelegate
ObjCRuntime.INativeObject
System.IDisposable
Back to top Generated by DocFX