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

Syntax

C#
public bool ReplacePushbuttonField(
	string field,
	PdfFormField button,
	int order
)
Visual Basic
Public Function ReplacePushbuttonField ( _
	field As String, _
	button As PdfFormField, _
	order As Integer _
) As Boolean
Visual C++
public:
bool ReplacePushbuttonField(
	String^ field, 
	PdfFormField^ button, 
	int order
)

See Also