THotPDF.SetLoadedFormFieldBackgroundColor Method

Sets loaded form field background color state for subsequent graphics and colour management output. The setting affects later page drawing, page dictionary entries, conformance metadata, or text emission rather than already-written content

Declaration

procedure SetLoadedFormFieldBackgroundColor(FieldIndex: Integer; ARed, AGreen, ABlue: Single);

Unit

HPDFDoc

Parameters

NamePurpose
FieldIndexAcroForm field name or field dictionary targeted by the helper
ARedInput used by SetLoadedFormFieldBackgroundColor
AGreenInput used by SetLoadedFormFieldBackgroundColor
ABlueInput used by SetLoadedFormFieldBackgroundColor

Return value

This member does not return a value

Usage notes

Related APIs