[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfDictExt.SetMatrix

SetMatrix Method

SetMatrix(IPdfDict, PdfName, Matrix3x2?, Matrix3x2?)

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.

Declaration
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?)
Parameters
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.