iTextSharp.text.pdf.collection.PdfCollectionItem.PdfCollectionItem C# (CSharp) Method

PdfCollectionItem() public method

public PdfCollectionItem ( PdfCollectionSchema schema ) : System
schema PdfCollectionSchema
return System
        public PdfCollectionItem(PdfCollectionSchema schema)
            : base(PdfName.COLLECTIONITEM)
        {
            this.schema = schema;
        }