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

Syntax

C#
public void SetCheckBoxParams(
	PdfFormField field,
	string name,
	string value,
	bool status,
	float llx,
	float lly,
	float urx,
	float ury
)
Visual Basic
Public Sub SetCheckBoxParams ( _
	field As PdfFormField, _
	name As String, _
	value As String, _
	status As Boolean, _
	llx As Single, _
	lly As Single, _
	urx As Single, _
	ury As Single _
)
Visual C++
public:
void SetCheckBoxParams(
	PdfFormField^ field, 
	String^ name, 
	String^ value, 
	bool status, 
	float llx, 
	float lly, 
	float urx, 
	float ury
)

See Also