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.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
DynaPDF.SetFieldTextColor
The function sets the text color which is used for newly created interactive form fields.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| DynaPDF | 4.0 | Yes | Yes | Yes | Yes | Yes |
MBS( "DynaPDF.SetFieldTextColor"; PDF; Color ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| The PDF reference returned from DynaPDF.New. | ||
| Color | The color value to use. | MBS( "DynaPDF.RGB"; 0; 0; 255 ) |
Result
Returns OK or error.
Description
The function sets the text color which is used for newly created interactive form fields.The color value must be defined in the current color space. The color space must not be changed before the fields are created which should use this color.
With RGB colorspace, you would pass 65536*blue+256*green+red as number.
You can use DynaPDF.RGB function to calculate RGB color value.
See also SetFieldTextColor function in DynaPDF manual.
See also
- DynaPDF.CreateButton
- DynaPDF.GetFieldBackColor
- DynaPDF.GetFieldBorderColor
- DynaPDF.GetFieldColor
- DynaPDF.GetFieldTextAlign
- DynaPDF.GetFieldTextColor
- DynaPDF.SetFieldBackColor
- DynaPDF.SetFieldBorderColor
- DynaPDF.SetFieldExpValue
- DynaPDF.SetFieldTextAlign
Created 18th August 2014, last changed 18th August 2014
DynaPDF.SetFieldTextAlign - DynaPDF.SetFieldToolTip
Feedback: Report problem or ask question.
Links
MBS FileMaker Plugins