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 LongDLL
int DLSetFormFieldBorderColorGray(int InstanceID, int Index, double Gray);Parameters
| Index | The index of the form field Gray The gray component |
|---|
Return values
| 0 | The form field could not be found |
|---|---|
| 1 | The background color of the specified form field was set successfully |