For PDFFormField and PDFFormFieldGroup

Applies to

PDFFormField and PDFFormFieldGroup objects

Description

Gets or sets the border color of the content in the PDFFormField or PDFFormFieldGroup object.

Data type

PDFColor.

Usage

In scripts

This example shows how to set the border color of the content in a PDFFormFieldText object:

lpdf_fieldtext.bordercolor.rgb = rgb(0,0,0)