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

Syntax

C#
public void SetButtonParams(
	PdfFormField button,
	int characteristics,
	string name,
	string value
)
Visual Basic
Public Sub SetButtonParams ( _
	button As PdfFormField, _
	characteristics As Integer, _
	name As String, _
	value As String _
)
Visual C++
public:
void SetButtonParams(
	PdfFormField^ button, 
	int characteristics, 
	String^ name, 
	String^ value
)

Parameters

button
Type: iTextSharp.text.pdf..::..PdfFormField
characteristics
Type: System..::..Int32
name
Type: System..::..String
value
Type: System..::..String

See Also