Initializes a new instance of the PdfAcroForm class

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

Syntax

C#
public PdfAcroForm(
	PdfWriter writer
)
Visual Basic
Public Sub New ( _
	writer As PdfWriter _
)
Visual C++
public:
PdfAcroForm(
	PdfWriter^ writer
)

See Also