Add a new key-value pair to the dictionary.
The input key string.
The input value object.
Destroy the current object.
Get an array object specified by key.
The input key string.
Return an array object specified by key.
Get the boolean value for the element specified by key.
The input key string.
OptionaldefaultBool: booleanThe default boolean value. Default value is false.
Return the boolean value for the element specified by key.
Get the number of elements in the dictionary.
Return the number of elements in the dictionary.
Get a dictionary object specified by key.
The input key string.
Return a dictionary object specified by key.
Get the object at the specified index.
The index to be get.
Return the object at the specified index.
Returns direct or referred indirect object.
The input key string.
Returns direct or referred indirect object.
Get float value.
The input key string.
Return the float value for the element specified by key.
Get the integer value for the element specified by key.
The input key string.
The default integer value.
Return the integer value for the element specified by key.
Get the 64-bit integer value for the element specified by key.
The input key string.
Return the 64-bit integer value for the element specified by key.
Get the matrix value for the element specified by key.
Get the name object for the element specified by key.
The input key string.
Return the name object for the element specified by key.
Get the number value for the element specified by key.
The input key string.
Return the number value for the element specified by key.
Get the rectangle value for the element specified by key.
Get the string object for the element specified by key.
The input key string.
Return the string object for the element specified by key.
Get the unicode text for the element specified by key.
The input key string.
Return the unicode text for the element specified by key.
Compare value with another object.
The object to compare with.
Return true if the two objects are the same, otherwise return false.
Check if the key exists in the dictionary.
The input key string.
Return true if the key exists in the dictionary, otherwise return false.
Remove the element specified by key.
The input key string.
Replace the key of the element specified by key with new key string.
The old key string.
The new key string.
Setting element data.
The input key string.
The input element data.,type is PDFObjectType。
The input document object.
Set a boolean value of boolean object for the element specified by key.
The input key string.
The boolean value.
Set a 32-bit integer of number object for the element specified by key.
The input key string.
The number value.
Set a matrix object for the element specified by key.
Set a string of name object for the element specified by key.
The input key string.
The name string.
Set a number object for the element specified by key.
The input key string.
The number value.
Set a rectangle for the element specified by key.
Set a reference object for the element specified by key.
The input key string.
The input document object.
The referred object for the reference object.
Set a reference object for the element specified by key.
Set a string of string object for the element specified by key.
The input key string.
The string value.
Allocate by object_type and set object element at specified position.
The input key string.
The object type. Like below:
Add a reference object for the element specified by key.