LineWidth

Applies to

PDFFormField and PDFFormFieldGroup objects

Description

Gets or sets the line width of the border in a PDFFormField or PDFFormFieldGroup object.

Data type

Real.

Usage

In scripts

If the border color is set, the default LineWidth is 1 point. If you assign a negative value to this property, the value will be ignored.

This example shows how to set the line width of the PDFFormFieldGroup object lpdf_group to 2 points:

lpdf_group.linewidth = 2