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, wchar_t * XFAFieldName, int NewPresence);

Parameters

XFAFieldNameThe name of the XFA field to work with
NewPresence1 = Visible 2 = Invisible 3 = Hidden