[]
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)
Public Shared Sub SetMatrix(dict As IPdfDict, key As PdfName, value As Matrix3x2?, defValue As Matrix3x2?)
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. |