SetFormFieldColor

Form fields, Color

Description

Sets the color of the text in the form field. The values of the color parameters range from 0 to 1, with 0 indicating 0% and 1 indicating 100% of the color.

Syntax

Delphi

function TPDFlib.SetFormFieldColor(Index: Integer; Red, Green, Blue: Double): Integer;

ActiveX

Function PDFlib::SetFormFieldColor(Index As Long, Red As Double, Green As Double, Blue As Double) As Long

DLL

int DLSetFormFieldColor(int InstanceID, int Index, double Red, double Green, double Blue);

Parameters

IndexThe index of the form field to work with. The first form field has an index of 1.
RedThe red component of the color
GreenThe green component of the color
BlueThe blue component of the color

Return values

0The form field could not be found
1The form field text color was set successfully