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

TitleFully qualified field name
Left, Top, Width, HeightField rectangle in the current measurement units
PageTarget page number, or 0 for the current page
ImageIDOptional image to use as the signature appearance; pass 0 for no image
OptionsSignature 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