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 |
---|---|---|
The PDF reference returned from DynaPDF.New. | ||
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
- Version 11.5
- Added DynaPDF.AddButtonImageEx2 function.
Blog Entries
- New in version 11.5 of MBS FileMaker Plugin
- Neues MBS FileMaker Plugin 11.5 - Über 6600 Funktionen in einem Plugin
- MBS FileMaker Plugin 11.5
- MBS FileMaker Plugin, version 11.5pr6
This function checks for a license.
Created 7th November 2021, last changed 7th November 2021
