FoxitPDFSDKforWeb
v10.0.0
Foxit PDF SDK for Web
|
Public Member Functions | |
getAt (key) | |
Get the value of the specified key in the pdf dictionary. More... | |
hasKey (key) | |
Check if the specified key is in the dictionary. More... | |
setAt (key, value) | |
Set key and value to the pdf dictionary. More... | |
PDF Dictionary object
|
inline |
Get the value of the specified key in the pdf dictionary.
key | string - Specifies the key of dictionary. |
|
inline |
Check if the specified key is in the dictionary.
key | string - Specifies the key of dictionary. |
|
inline |
Set key and value to the pdf dictionary.
key | string - Specifies the key of dictionary. |
value | number|boolean|string - Specifies the value associated with the key. |