[]
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)
| 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. |