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

Syntax

C#
public void MakePackage(
	PdfCollection collection
)
Visual Basic
Public Sub MakePackage ( _
	collection As PdfCollection _
)
Visual C++
public:
void MakePackage(
	PdfCollection^ collection
)

See Also