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

DynaPDF.SetFieldBBox

Changes the bounding box of a field.

Component Version macOS Windows Linux Server iOS SDK
DynaPDF 4.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "DynaPDF.SetFieldBBox"; PDF; Field; Left; Top; Right; Bottom )   More

Parameters

Parameter Description Example
PDF The PDF reference returned from DynaPDF.New. $pdf
Field The field index or field name. "FirstName"
Left The top/left coordinate. 10
Top The top/left coordinate. 10
Right The right/bottom coordinate. 50
Bottom The right/bottom coordinate. 30

Result

Returns OK or error.

Description

Changes the bounding box of a field.
The bounding box must be defined in bottom up coordinates. The Top member of the structure BBox must be larger than Bottom as well as Right must be larger than the Left member.

See also SetFieldBBox function in DynaPDF manual.

See also

This function checks for a license.

Created 18th August 2014, last changed 18th August 2014


DynaPDF.SetExtStrokeColorSpace - DynaPDF.SetFieldBackColor