Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

DynaPDF.CreateSigFieldAP

Creates a signature appearance template in the exact size of the base signature field.

Component Version macOS Windows Linux Server iOS SDK
DynaPDF 4.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "DynaPDF.CreateSigFieldAP"; PDF; SigField )   More

Parameters

Parameter Description Example
PDF The PDF reference returned from DynaPDF.New. $pdf
SigField Handle of a signature field. $SigField

Result

Returns action handle or error.

Description

Creates a signature appearance template in the exact size of the base signature field.
The created template is already opened if the function succeeds and you can draw arbitrary contents into it. After the appearance has been defined the template must be closed with EndTemplate.
Note that the template is reserved for the signature field. It must not be placed on pages or other templates.
When creating a user defined appearance for a signature field you should also place the validation icon properly so that it does not overprint the entire contents. See also DynaPDF.PlaceSigFieldValidateIcon.

If the function succeeds the return value is the action handle, a value greater or equal zero. If the function fails the return value is the error message.

See also CreateSigFieldAP function in DynaPDF manual.

See also

Example Databases

Blog Entries

This function checks for a license.

Created 18th August 2014, last changed 18th August 2014


DynaPDF.CreateSigField - DynaPDF.CreateStructureTree