API referenceForms

pdfSetFieldBBox

Reposition/resize a field's /Rect.

C
BOOL32 __stdcall pdfSetFieldBBox(PPDF IPDF, uint32_t AField, TPDFRect* BBox);
Delphi
function pdfSetFieldBBox(const IPDF: PPDF; AField: Cardinal; BBox: PPDFRect): LongBool; stdcall;

Purpose. Reposition/resize a field's /Rect.

Return value. True if AField resolves; False otherwise.

C# (P/Invoke)

wrappers/dotnet/LumasPdf.cs
[return: MarshalAs(UnmanagedType.Bool)]
Area
Forms
Category

Forms

Exported names

pdfSetFieldBBox

String variants

The …A form takes UTF-8, …W takes UTF-16; a bare name aliases the ANSI form.

See working code

Worked examples — complete programs in ten languages.