Show / Hide Table of Contents

Class PTCreateRubberStampViewController

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

Constructors

PTCreateRubberStampViewController()

Declaration
public PTCreateRubberStampViewController()

PTCreateRubberStampViewController(NSCoder)

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

PTCreateRubberStampViewController(NSObjectFlag)

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

PTCreateRubberStampViewController(IntPtr)

Declaration
protected PTCreateRubberStampViewController(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 PTCreateRubberStampViewControllerDelegate Delegate { get; set; }
Property Value
Type Description
PTCreateRubberStampViewControllerDelegate

RubberStampManager

Declaration
public virtual PTRubberStampManager RubberStampManager { get; }
Property Value
Type Description
PTRubberStampManager

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

Implements

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