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: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

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

💬 Ask a question or report a problem