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

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

    Parameters

    key
    value
    See Also