In This Topic
Sets the value associated with the specified key. If value is a null reference (Nothing in Visual Basic), the entry specified by the key will be removed.
Overload List
Overload | Description |
Set(IPdfDict,PdfName,IPdfObject) | Sets the value associated with the specified key. If is a null reference (Nothing in Visual Basic), the entry specified by the key will be removed. |
Set(IPdfDict,PdfName,IPdfName,IPdfName) | Sets the PDF Name value associated with the specified key. If the value is null or is equal to , removes the key from the dictionary. |
See Also