Show / Hide Table of Contents

Class PTDigSigViewControllerDelegate

Inheritance
System.Object
PTDigSigViewControllerDelegate
Implements
IPTDigSigViewControllerDelegate
ObjCRuntime.INativeObject
System.IDisposable
Namespace: pdftron.PDF.Tools
Assembly: Tools.dll
Syntax
public abstract class PTDigSigViewControllerDelegate : NSObject, IPTDigSigViewControllerDelegate, INativeObject, IDisposable

Constructors

PTDigSigViewControllerDelegate()

Declaration
protected PTDigSigViewControllerDelegate()

PTDigSigViewControllerDelegate(NSObjectFlag)

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

PTDigSigViewControllerDelegate(IntPtr)

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

Methods

DigSigViewController(PTDigSigViewController, NSMutableArray, CGSize)

Declaration
public abstract void DigSigViewController(PTDigSigViewController digSigViewController, NSMutableArray points, CGSize canvasSize)
Parameters
Type Name Description
PTDigSigViewController digSigViewController
Foundation.NSMutableArray points
CoreGraphics.CGSize canvasSize

DigSigViewController(PTDigSigViewController, UIImage)

Declaration
public abstract void DigSigViewController(PTDigSigViewController digSigViewController, UIImage image)
Parameters
Type Name Description
PTDigSigViewController digSigViewController
UIKit.UIImage image

DigSigViewControllerCloseSignatureDialog(PTDigSigViewController)

Declaration
public abstract void DigSigViewControllerCloseSignatureDialog(PTDigSigViewController digSigViewController)
Parameters
Type Name Description
PTDigSigViewController digSigViewController

DigSigViewControllerSignAndSave(PTDigSigViewController)

Declaration
public abstract void DigSigViewControllerSignAndSave(PTDigSigViewController digSigViewController)
Parameters
Type Name Description
PTDigSigViewController digSigViewController

Implements

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