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