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 Long
DLL
int DLSetXFAFormFieldBorderWidth(int InstanceID, const wchar_t * XFAFieldName, double BorderWidth);
Parameters
| XFAFieldName | The name of the XFA field to work with |
|---|---|
| BorderWidth | The desired width of the border |