In This Topic
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. Note! The method converts a
System.String to the
PdfName.
Syntax
'Declaration
Public Shared Sub SetName( _
ByVal As IPdfDict, _
ByVal As PdfName, _
ByVal As System.String, _
ByVal As System.String _
)
public static void SetName(
IPdfDict ,
PdfName ,
System.string ,
System.string
)
Parameters
- dict
- The current dictionary.
- key
- The key identifying the value.
- value
- The value to set.
- defValue
- The default value.
See Also