A signature PDF form field.

Namespace: TallComponents.PDF.Forms.Fields
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public class SignatureField : Field
Visual Basic
Public Class SignatureField _
	Inherits Field

Remarks

You retrieve the existing fields from the Fields property of the Document class.

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF..::..Object
    TallComponents.PDF.Forms.Fields..::..Field
      TallComponents.PDF.Forms.Fields..::..SignatureField

See Also