SetXFAFormFieldBorderColor

Form fields, Color

Description

Sets the border color of the specified XFA form field.

Syntax

Delphi

function TPDFlib.SetXFAFormFieldBorderColor(Const XFAFieldName: WideString; Red, Green, Blue: Double): Integer;

ActiveX

Function PDFlib::SetXFAFormFieldBorderColor(XFAFieldName As String, Red As Double, Green As Double, Blue As Double) As Long

DLL

int DLSetXFAFormFieldBorderColor(int InstanceID, wchar_t * XFAFieldName, double Red, double Green, double Blue);

Parameters

XFAFieldNameThe name of the XFA field to work with The red component of the color, which should be a value between 0 and 1
RedThe green component of the color, which should be a value between 0 and 1
Green
BlueThe blue component of the color, which should be a value between 0 and 1