Show / Hide Table of Contents

Class PTNoteEditController

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

Constructors

PTNoteEditController(NSCoder)

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

PTNoteEditController(NSObjectFlag)

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

PTNoteEditController(NativeHandle)

Declaration
protected PTNoteEditController(NativeHandle handle)
Parameters
Type Name Description
ObjCRuntime.NativeHandle handle

PTNoteEditController(PTNoteEditControllerDelegate, PTExtendedAnnotType)

Declaration
public PTNoteEditController(PTNoteEditControllerDelegate delegate, PTExtendedAnnotType annotType)
Parameters
Type Name Description
PTNoteEditControllerDelegate delegate
PTExtendedAnnotType annotType

Properties

AnnotationTintColorEnabled

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

AnnotType

Declaration
public virtual PTExtendedAnnotType AnnotType { get; set; }
Property Value
Type Description
PTExtendedAnnotType

BackgroundTintColor

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

ButtonItemTintColor

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

ClassHandle

Declaration
public override NativeHandle ClassHandle { get; }
Property Value
Type Description
ObjCRuntime.NativeHandle

Delegate

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

DeleteButtonItem

Declaration
public virtual UIBarButtonItem DeleteButtonItem { get; set; }
Property Value
Type Description
UIKit.UIBarButtonItem

NoteString

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

Readonly

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

StyleButtonHidden

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

StyleButtonItem

Declaration
public virtual UIBarButtonItem StyleButtonItem { get; set; }
Property Value
Type Description
UIKit.UIBarButtonItem

TextView

Declaration
public virtual UITextView TextView { get; }
Property Value
Type Description
UIKit.UITextView

WeakDelegate

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

Methods

CancelButtonPressed()

Declaration
public virtual void CancelButtonPressed()

DeleteButtonPressed()

Declaration
public virtual void DeleteButtonPressed()

Dispose(Boolean)

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

DoneButtonPressed()

Declaration
public virtual void DoneButtonPressed()

SaveButtonPressed()

Declaration
public virtual void SaveButtonPressed()

StyleButtonPressed()

Declaration
public virtual void StyleButtonPressed()

Implements

IPTOverridable
ObjCRuntime.INativeObject
System.IDisposable
In This Article
Back to top Generated by DocFX