CollectionItem Methods

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET

The CollectionItem type exposes the following members.

Methods

  NameDescription
Public methodGetStream
Gets the stream data if the dictionary is stream.
(Inherited from PdfDictionary.)
Public methodGetValue
Gets the value for the specified key.
(Inherited from PdfDictionary.)
Public methodHasKey
Determines whether the instace has the specified key.
(Inherited from PdfDictionary.)
Public methodRemove
Removes a value for the specified key.
(Inherited from PdfDictionary.)
Public methodSetValue(String, PdfDictionary)
Sets the value for the specified key.
(Inherited from PdfDictionary.)
Public methodSetValue(String, Boolean)
Sets the value for the specified key.
(Inherited from PdfDictionary.)
Public methodSetValue(String, Byte)
Sets the value for the specified key.
(Inherited from PdfDictionary.)
Public methodSetValue(String, DateTime)
Sets the value for the specified key.
(Inherited from PdfDictionary.)
Public methodSetValue(String, Double)
Sets the value for the specified key.
(Inherited from PdfDictionary.)
Public methodSetValue(String, Int32)
Sets the value for the specified key.
(Inherited from PdfDictionary.)
Public methodSetValue(String, String, Boolean)
Sets the value for the specified key.
(Inherited from PdfDictionary.)
Top
See Also

Reference