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 LongDLL
int DLSetXFAFormFieldBorderColor(int InstanceID, wchar_t * XFAFieldName, double Red, double Green, double Blue);Parameters
| XFAFieldName | The name of the XFA field to work with The red component of the color, which should be a value between 0 and 1 |
|---|---|
| Red | The green component of the color, which should be a value between 0 and 1 |
| Green | |
| Blue | The blue component of the color, which should be a value between 0 and 1 |