Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Writer Namespace / PdfStreamWriterBase Class / AddDictEntry Method / AddDictEntry(PdfName,Matrix3x2) Method

In This Topic
    AddDictEntry(PdfName,Matrix3x2) Method
    In This Topic
    Adds a dictionary entry with System.Numerics.Matrix3x2 value.
    Syntax
    'Declaration
     
    Public Overloads Sub AddDictEntry( _
       ByVal key As PdfName, _
       ByVal value As System.Numerics.Matrix3x2 _
    ) 
    public void AddDictEntry( 
       PdfName key,
       System.Numerics.Matrix3x2 value
    )

    Parameters

    key
    value
    See Also