Show / Hide Table of Contents

Class PTFloatingSigViewController

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

Constructors

PTFloatingSigViewController()

Declaration
public PTFloatingSigViewController()

PTFloatingSigViewController(NSCoder)

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

PTFloatingSigViewController(NSObjectFlag)

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

PTFloatingSigViewController(IntPtr)

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

DigSigView

Declaration
public virtual PTDigSigView DigSigView { get; set; }
Property Value
Type Description
PTDigSigView

SaveSignatureForReuse

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

SignatureColors

Declaration
public virtual UIColor[] SignatureColors { get; set; }
Property Value
Type Description
UIKit.UIColor[]

SignatureTypes

Declaration
public virtual NSNumber[] SignatureTypes { get; set; }
Property Value
Type Description
Foundation.NSNumber[]

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