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
AddItem(string, double)
Sets the value of the collection item.
public void AddItem(string key, double d)
Parameters
AddItem(string, int)
Sets the value of the collection item.
public void AddItem(string key, int i)
Parameters
AddItem(string, float)
Sets the value of the collection item.
public void AddItem(string key, float f)
Parameters
AddItem(string, string)
Sets the value of the collection item.
public void AddItem(string key, string value)
Parameters
AddItem(string, PdfDate)
Sets the value of the collection item.
public void AddItem(string key, PdfDate d)
Parameters
AddItem(string, PdfNumber)
Sets the value of the collection item.
public void AddItem(string key, PdfNumber n)
Parameters
AddItem(string, PdfString)
Sets the value of the collection item.
public void AddItem(string key, PdfString value)
Parameters
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)