Table of Contents

Class PdfCollectionItem

Namespace
iTextSharp.text.pdf.collection
Assembly
iTextSharp.LGPLv2.Core.dll
public class PdfCollectionItem : PdfDictionary
Inheritance
PdfCollectionItem
Inherited Members

Constructors

PdfCollectionItem(PdfCollectionSchema)

Constructs a Collection Item that can be added to a PdfFileSpecification.

public PdfCollectionItem(PdfCollectionSchema schema)

Parameters

schema PdfCollectionSchema

Methods

AddItem(string, DateTime)

Sets the value of the collection item.

public void AddItem(string key, DateTime c)

Parameters

key string
c DateTime

AddItem(string, double)

Sets the value of the collection item.

public void AddItem(string key, double d)

Parameters

key string
d double

AddItem(string, int)

Sets the value of the collection item.

public void AddItem(string key, int i)

Parameters

key string
i int

AddItem(string, float)

Sets the value of the collection item.

public void AddItem(string key, float f)

Parameters

key string
f float

AddItem(string, string)

Sets the value of the collection item.

public void AddItem(string key, string value)

Parameters

key string
value string

AddItem(string, PdfDate)

Sets the value of the collection item.

public void AddItem(string key, PdfDate d)

Parameters

key string
d PdfDate

AddItem(string, PdfNumber)

Sets the value of the collection item.

public void AddItem(string key, PdfNumber n)

Parameters

key string
n PdfNumber

AddItem(string, PdfString)

Sets the value of the collection item.

public void AddItem(string key, PdfString value)

Parameters

key string
value PdfString

SetPrefix(string, string)

Adds a prefix for the Collection item. You can only use this method after you have set the value of the item.

public void SetPrefix(string key, string prefix)

Parameters

key string
prefix string