Show / Hide Table of Contents

Class PTFontPickerViewController

Inheritance
System.Object
PTFontPickerViewController
Namespace: pdftron.PDF.Tools
Assembly: Tools.dll
Syntax
public class PTFontPickerViewController : UITableViewController

Constructors

PTFontPickerViewController()

Declaration
public PTFontPickerViewController()

PTFontPickerViewController(NSCoder)

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

PTFontPickerViewController(NSObjectFlag)

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

PTFontPickerViewController(IntPtr)

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

PTFontPickerViewController(UIFont[])

Declaration
public PTFontPickerViewController(UIFont[] fonts)
Parameters
Type Name Description
UIKit.UIFont[] fonts

Properties

ClassHandle

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

Delegate

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

SelectedFont

Declaration
public virtual UIFont SelectedFont { get; set; }
Property Value
Type Description
UIKit.UIFont

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
Back to top Generated by DocFX