Show / Hide Table of Contents

Class PTDigSigView

Inheritance
System.Object
PTDigSigView
Implements
IPTFontPickerViewControllerDelegate
ObjCRuntime.INativeObject
System.IDisposable
Namespace: pdftron.PDF.Tools
Assembly: Tools.dll
Syntax
public class PTDigSigView : UIView, IPTFontPickerViewControllerDelegate, INativeObject, IDisposable

Constructors

PTDigSigView()

Declaration
public PTDigSigView()

PTDigSigView(CGRect, UIColor, nfloat)

Declaration
public PTDigSigView(CGRect frame, UIColor color, nfloat thickness)
Parameters
Type Name Description
CoreGraphics.CGRect frame
UIKit.UIColor color
System.nfloat thickness

PTDigSigView(CGRect, UIColor, nfloat, NSNumber[])

Declaration
public PTDigSigView(CGRect frame, UIColor color, nfloat thickness, NSNumber[] signatureTypes)
Parameters
Type Name Description
CoreGraphics.CGRect frame
UIKit.UIColor color
System.nfloat thickness
Foundation.NSNumber[] signatureTypes

PTDigSigView(CGRect, UIColor[], nfloat, NSNumber[])

Declaration
public PTDigSigView(CGRect frame, UIColor[] colors, nfloat thickness, NSNumber[] signatureTypes)
Parameters
Type Name Description
CoreGraphics.CGRect frame
UIKit.UIColor[] colors
System.nfloat thickness
Foundation.NSNumber[] signatureTypes

PTDigSigView(NSCoder)

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

PTDigSigView(NSObjectFlag)

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

PTDigSigView(IntPtr)

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

Properties

Appearance

Declaration
public static PTDigSigView.PTDigSigViewAppearance Appearance { get; }
Property Value
Type Description
PTDigSigView.PTDigSigViewAppearance

BoundingRect

Declaration
public virtual CGRect BoundingRect { get; set; }
Property Value
Type Description
CoreGraphics.CGRect

ClassHandle

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

ClearButton

Declaration
public virtual UIButton ClearButton { get; set; }
Property Value
Type Description
UIKit.UIButton

FontButton

Declaration
public virtual UIButton FontButton { get; set; }
Property Value
Type Description
UIKit.UIButton

ImageButton

Declaration
public virtual UIButton ImageButton { get; set; }
Property Value
Type Description
UIKit.UIButton

Points

Declaration
public virtual NSMutableArray<NSValue> Points { get; set; }
Property Value
Type Description
Foundation.NSMutableArray<Foundation.NSValue>

SegmentedControl

Declaration
public virtual UISegmentedControl SegmentedControl { get; set; }
Property Value
Type Description
UIKit.UISegmentedControl

SelectedSignatureType

Declaration
public virtual PTSignatureType SelectedSignatureType { get; set; }
Property Value
Type Description
PTSignatureType

StoreSignatureButton

Declaration
public virtual UIButton StoreSignatureButton { get; set; }
Property Value
Type Description
UIKit.UIButton

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

TextField

Declaration
public virtual UITextField TextField { get; set; }
Property Value
Type Description
UIKit.UITextField

Methods

AppearanceWhenContainedIn(Type[])

Declaration
public static PTDigSigView.PTDigSigViewAppearance AppearanceWhenContainedIn(params Type[] containers)
Parameters
Type Name Description
System.Type[] containers
Returns
Type Description
PTDigSigView.PTDigSigViewAppearance

ClearSelectedSignature()

Declaration
public virtual void ClearSelectedSignature()

ClearSignature()

Declaration
public virtual void ClearSignature()

FontPickerViewControllerDidPickFont(PTFontPickerViewController)

Declaration
public virtual void FontPickerViewControllerDidPickFont(PTFontPickerViewController fontPickerViewController)
Parameters
Type Name Description
PTFontPickerViewController fontPickerViewController

GetAppearance(UITraitCollection)

Declaration
public static PTDigSigView.PTDigSigViewAppearance GetAppearance(UITraitCollection traits)
Parameters
Type Name Description
UIKit.UITraitCollection traits
Returns
Type Description
PTDigSigView.PTDigSigViewAppearance

GetAppearance(UITraitCollection, Type[])

Declaration
public static PTDigSigView.PTDigSigViewAppearance GetAppearance(UITraitCollection traits, params Type[] containers)
Parameters
Type Name Description
UIKit.UITraitCollection traits
System.Type[] containers
Returns
Type Description
PTDigSigView.PTDigSigViewAppearance

GetAppearance<T>()

Declaration
public static PTDigSigView.PTDigSigViewAppearance GetAppearance<T>()
    where T : PTDigSigView
Returns
Type Description
PTDigSigView.PTDigSigViewAppearance
Type Parameters
Name Description
T

GetAppearance<T>(UITraitCollection)

Declaration
public static PTDigSigView.PTDigSigViewAppearance GetAppearance<T>(UITraitCollection traits)
    where T : PTDigSigView
Parameters
Type Name Description
UIKit.UITraitCollection traits
Returns
Type Description
PTDigSigView.PTDigSigViewAppearance
Type Parameters
Name Description
T

GetAppearance<T>(UITraitCollection, Type[])

Declaration
public static PTDigSigView.PTDigSigViewAppearance GetAppearance<T>(UITraitCollection traits, params Type[] containers)
    where T : PTDigSigView
Parameters
Type Name Description
UIKit.UITraitCollection traits
System.Type[] containers
Returns
Type Description
PTDigSigView.PTDigSigViewAppearance
Type Parameters
Name Description
T

SetImage(UIImage)

Declaration
public virtual void SetImage(UIImage image)
Parameters
Type Name Description
UIKit.UIImage image

Implements

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