SetFormFieldBorderColorGray

Form fields, Color

Description

Sets the border color of the specified form field. Similar to the SetFormFieldBorderColor function, but a single color component is specified in the Gray color space. Possible values are in the range 0 to 1.

Syntax

Delphi

function TPDFlib.SetFormFieldBorderColorGray(Index: Integer; G: Double): Integer;

ActiveX

Function PDFlib::SetFormFieldBorderColorGray(Index As Long, G As Double) As Long

DLL

int DLSetFormFieldBorderColorGray(int InstanceID, int Index, double Gray);

Parameters

IndexThe index of the form field Gray The gray component

Return values

0The form field could not be found
1The background color of the specified form field was set successfully