Initializes a new instance of the PdfCollectionItem class

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

Syntax

C#
public PdfCollectionItem(
	PdfCollectionSchema schema
)
Visual Basic
Public Sub New ( _
	schema As PdfCollectionSchema _
)
Visual C++
public:
PdfCollectionItem(
	PdfCollectionSchema^ schema
)

See Also