[]
Sets the Integer value associated with the specified key.
If the value is null or is equal to defValue
,
removes the key from the dictionary.
public static void SetInt(this IPdfDict dict, PdfName key, int? value, int? defValue)
Public Shared Sub SetInt(dict As IPdfDict, key As PdfName, value As Integer?, defValue As Integer?)