Show / Hide Table of Contents

Class PTDigSigViewController

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

Constructors

PTDigSigViewController()

Declaration
public PTDigSigViewController()

PTDigSigViewController(NSCoder)

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

PTDigSigViewController(NSObjectFlag)

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

PTDigSigViewController(IntPtr)

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

Properties

AllowDigitalSigning

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

ClassHandle

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

Delegate

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

StrokeColor

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

StrokeThickness

Declaration
public virtual nfloat StrokeThickness { get; set; }
Property Value
Type Description
System.nfloat

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
UIKit.IUIImagePickerControllerDelegate
UIKit.IUINavigationControllerDelegate
Back to top Generated by DocFX