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

Syntax

C#
public PdfFormField AddResetButton(
	string name,
	string caption,
	string value,
	BaseFont font,
	float fontSize,
	float llx,
	float lly,
	float urx,
	float ury
)
Visual Basic
Public Function AddResetButton ( _
	name As String, _
	caption As String, _
	value As String, _
	font As BaseFont, _
	fontSize As Single, _
	llx As Single, _
	lly As Single, _
	urx As Single, _
	ury As Single _
) As PdfFormField
Visual C++
public:
PdfFormField^ AddResetButton(
	String^ name, 
	String^ caption, 
	String^ value, 
	BaseFont^ font, 
	float fontSize, 
	float llx, 
	float lly, 
	float urx, 
	float ury
)

See Also