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