Initializes a new instance of the PdfFunction class

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

Syntax

C#
protected PdfFunction(
	PdfWriter writer
)
Visual Basic
Protected Sub New ( _
	writer As PdfWriter _
)
Visual C++
protected:
PdfFunction(
	PdfWriter^ writer
)

See Also