NewVisibleSignatureField
Security and signatures, Form fields
Description
Creates a visible signature field on a page and optionally assigns a signature appearance image
Syntax
Delphi
Function TPDFlib.NewVisibleSignatureField(Const Title: WideString; Left, Top, Width, Height: Double; Page, ImageID, Options: Integer): Integer;
Parameters
| Title | Fully qualified field name |
|---|---|
| Left, Top, Width, Height | Field rectangle in the current measurement units |
| Page | Target page number, or 0 for the current page |
| ImageID | Optional image to use as the signature appearance; pass 0 for no image |
| Options | Signature appearance options passed when ImageID is nonzero |
Return values
Returns the new form field index, or 0 if the field cannot be created
Remarks
Use this wrapper when the Delphi class API is preferred over assembling the lower-level PDF objects manually
See also
NewFormField, SetFormFieldBounds, SetFormFieldSignatureImage