For PDFFormField and PDFFormField objects

Applies to

PDFFormField and PDFFormFieldGroup objects

Description

Specifies the fill color of the PDFFormField or PDFFormFieldGroup object.

Data type

PDFColor.

Usage

In scripts

This example shows how to set the fill color of the PDFFormFieldGroup object lpdf_group.

lpdf_group.fillcolor.rgb = rgb(0,255,0)