Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public bool SetFieldProperty(
	string field,
	string name,
	Object value,
	int[] inst
)
Visual Basic
Public Function SetFieldProperty ( _
	field As String, _
	name As String, _
	value As Object, _
	inst As Integer() _
) As Boolean
Visual C++
public:
bool SetFieldProperty(
	String^ field, 
	String^ name, 
	Object^ value, 
	array<int>^ inst
)

Parameters

field
Type: System..::..String
name
Type: System..::..String
value
Type: System..::..Object
inst
Type: array<System..::..Int32>[]()[][]

See Also