Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Writer Namespace / PdfStreamWriterBase Class / AddDictEntryNames Method

In This Topic
    AddDictEntryNames Method
    In This Topic
    Adds a dictionary entry with PDF name array.
    Syntax
    'Declaration
     
    Public Sub AddDictEntryNames( _
       ByVal key As PdfName, _
       ByVal value() As System.String, _
       Optional ByVal defValue() As System.String _
    ) 
    public void AddDictEntryNames( 
       PdfName key,
       System.string[] value,
       System.string[] defValue
    )

    Parameters

    key
    value
    defValue
    See Also