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.SetFloatPrecision
The function changes the output precision of text and vector coordinates.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| DynaPDF | 6.5 | Yes | Yes | Yes | Yes | Yes |
MBS( "DynaPDF.SetFloatPrecision"; NumTextDecDigits; NumVectDecDigits ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| NumTextDecDigits | Number decimal digits for text object. | 5 |
| NumVectDecDigits | Number of decimal digits for vector objects. | 5 |
Result
Returns OK or error.
Description
The function changes the output precision of text and vector coordinates.The default precision for text and vector graphics is two decimal digits. This corresponds to 7200 DPI. The output precision of bezier curves is one higher as for vector graphics. The maximum output precision is 5 decimal digits.
Note that higher values increase the resulting file size.
See also SetFloatPrecision function in DynaPDF manual.
Created 23th November 2016, last changed 23th November 2016
DynaPDF.SetFillColor - DynaPDF.SetFont
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins