Click or drag to resize

SignatureWidgetCreate Method

Overload List
  NameDescription
Public methodStatic memberCreate(PDFDoc, Rect)
Creates a new SignatureWidget annotation in the specified document, and adds an associated signature form field to the document with a default Field name.
Public methodStatic memberCreate(PDFDoc, Rect, DigitalSignatureField)
Creates a new SignatureWidget annotation associated with a particular DigitalSignatureField object (representing a signature-type form field) in the specified document.
Public methodStatic memberCreate(PDFDoc, Rect, Field)
Creates a new SignatureWidget annotation associated with a particular form field in the specified document.
Public methodStatic memberCreate(PDFDoc, Rect, String)
Creates a new SignatureWidget annotation in the specified document, and adds a signature form field to the document.
Top
See Also