Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
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
MBS(
"DynaPDF.CreateSigFieldAP"; /* Creates a signature appearance template in the exact size of the base signature field. */
$PDF; /* The PDF reference returned from
DynaPDF.New. */
$SigField) /* Handle of a signature field. */
Less
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
Created 18th August 2014, last changed 18th August 2014
DynaPDF.CreateSigField
-
DynaPDF.CreateStructureTree
Feedback: Report problem or ask question.