Optionaloptions: OptionsCreate a PDFDictionary instance with the specified options.
Add a reference object for the element specified by key.
The input key string.
The input document object.
The referred object number for the reference object.
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.
The default boolean value. Default 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 reference to element. Returns direct reference to the element.
The input key string.
Return the element at the specified key in the PDFDictionary instance.
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.
The input key string.
Return 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.
The input key string.
Return the rectangle value for the element specified by key.
Get the start position of the indirect objects.
Return the start position of the indirect objects.
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.
The input key string.
The input matrix object.
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.
The input key string.
The input rectangle object.
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.
The input key string.
The input document object.
The referred object number for the reference object.
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:
StaticcreateCreate a PDFDictionary instance.
Optionaloptions: OptionsThe options to create a PDFDictionary instance.
Return a PDFDictionary instance.
Create a PDFDictionary instance. Instead of creating an instance in new mode, use create to create an instance.