PdfDictionary Methods

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

The PdfDictionary type exposes the following members.

Methods

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

Reference