[]
Sets the RectangleF 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 SetRect(this IPdfDict dict, PdfName key, RectangleF? value, RectangleF? defValue)
Public Shared Sub SetRect(dict As IPdfDict, key As PdfName, value As RectangleF?, defValue As RectangleF?)
Type | Name | Description |
---|---|---|
IPdfDict | dict | The current dictionary. |
PdfName | key | The key identifying the value. |
RectangleF? | value | The value to set. |
RectangleF? | defValue | The default value. |