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