[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfDictExt.SetMatrix3D

SetMatrix3D Method

SetMatrix3D(IPdfDict, PdfName, Matrix3D?, Matrix3D?)

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.

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