SetXFAFormFieldBorderPresence
Form fields
Description
Sets the border style of the specified XFA form field.
Syntax
Delphi
Function TPDFlib.SetXFAFormFieldBorderPresence(Const XFAFieldName: WideString; NewPresence: Integer): Integer;
ActiveX
Function PDFlib::SetXFAFormFieldBorderPresence(XFAFieldName As String, NewPresence As Long) As Long
DLL
int DLSetXFAFormFieldBorderPresence(int InstanceID, const wchar_t * XFAFieldName, int NewPresence);
Parameters
| XFAFieldName | The name of the XFA field to work with |
|---|---|
| NewPresence | 1 = Visible 2 = Invisible 3 = Hidden |