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

Syntax

C#
public void SetChoiceParams(
	PdfFormField field,
	string name,
	string defaultValue,
	float llx,
	float lly,
	float urx,
	float ury
)
Visual Basic
Public Sub SetChoiceParams ( _
	field As PdfFormField, _
	name As String, _
	defaultValue As String, _
	llx As Single, _
	lly As Single, _
	urx As Single, _
	ury As Single _
)
Visual C++
public:
void SetChoiceParams(
	PdfFormField^ field, 
	String^ name, 
	String^ defaultValue, 
	float llx, 
	float lly, 
	float urx, 
	float ury
)

See Also