In This Topic
Sets the Integer value associated with the specified key. If the value is null or is equal to , removes the key from the dictionary.
Syntax
'Declaration
Public Shared Sub SetInt( _
ByVal As IPdfDict, _
ByVal As PdfName, _
ByVal As System.Nullable(Of Integer), _
ByVal As System.Nullable(Of Integer) _
)
public static void SetInt(
IPdfDict ,
PdfName ,
System.Nullable<int> ,
System.Nullable<int>
)
Parameters
- dict
- The current dictionary.
- key
- The key identifying the value.
- value
- The value to set.
- defValue
- The default value.
See Also