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

DynaPDF.AddButtonImageEx2

Add/Set a form field button image.

Component Version macOS Windows Linux Server iOS SDK
DynaPDF 11.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "DynaPDF.AddButtonImageEx2"; PDF; Field; Button State; Caption; Image )   More

Parameters

Parameter Description Example
PDF The PDF reference returned from DynaPDF.New. $pdf
Field The field index or field name. "FirstName"
Button State The state of the button.
Can be "Up", "Down" or "RollOver".
"Up"
Caption The caption text. "Hello"
Image The image to pass.
Can be a container field or variable containing a picture.
MyTable::ImageContainer

Result

Returns OK or error.

Description

Add/Set a form field button image.
This version allows you to pass a picture as container value instead of file path.

See also AddButtonImageEx2 function in DynaPDF manual.

See also

Release notes

Blog Entries

This function checks for a license.

Created 7th November 2021, last changed 7th November 2021


DynaPDF.AddButtonImage - DynaPDF.AddContinueText