SetXFAFormFieldBorderWidth
Form fields
Description
Sets the border width of the specified XFA form field.
Syntax
Delphi
function TPDFlib.SetXFAFormFieldBorderWidth(Const XFAFieldName: WideString; BorderWidth: Double): Integer;ActiveX
Function PDFlib::SetXFAFormFieldBorderWidth(XFAFieldName As String, BorderWidth As Double) As LongDLL
int DLSetXFAFormFieldBorderWidth(int InstanceID, wchar_t * XFAFieldName, double BorderWidth);Parameters
| XFAFieldName | The name of the XFA field to work with |
|---|---|
| BorderWidth | The desired width of the border |