SignatureWidgetCreate Method (PDFDoc, Rect, String) |
Creates a new SignatureWidget annotation in the specified document, and adds a signature form field to the document.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public static SignatureWidget Create(
PDFDoc doc,
Rect pos,
string field_name
)
Public Shared Function Create (
doc As PDFDoc,
pos As Rect,
field_name As String
) As SignatureWidget
public:
static SignatureWidget^ Create(
[InAttribute] PDFDoc^ doc,
[InAttribute] Rect^ pos,
[InAttribute] String^ field_name
)
pdftron.PDF.Annots.SignatureWidget.Create = function(doc, pos, field_name);
Parameters
- doc
- Type: pdftron.PDFPDFDoc
The document to which the widget is to be added. - pos
- Type: pdftron.PDFRect
A rectangle specifying the widget's bounds in default user space units. - field_name
- Type: SystemString
The name of the digital signature field to create.
Return Value
Type:
SignatureWidgetA newly-created blank SignatureWidget annotation.
Exceptions Exception | Condition |
---|
[!:PDFNetException] | PDFNetException the PDFNet exception |
See Also