Apitron.PDF.Kit library for .NET
Top
The PdfDictionary type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetStream |
Gets the stream data if the dictionary is stream.
|
![]() | GetValue |
Gets the value for the specified key.
|
![]() | HasKey |
Determines whether the instace has the specified key.
|
![]() | Remove |
Removes a value for the specified key.
|
![]() | SetValue(String, PdfDictionary) |
Sets the value for the specified key.
|
![]() | SetValue(String, Boolean) |
Sets the value for the specified key.
|
![]() | SetValue(String, Byte) |
Sets the value for the specified key.
|
![]() | SetValue(String, DateTime) |
Sets the value for the specified key.
|
![]() | SetValue(String, Double) |
Sets the value for the specified key.
|
![]() | SetValue(String, Int32) |
Sets the value for the specified key.
|
![]() | SetValue(String, String, Boolean) |
Sets the value for the specified key.
|
See Also