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

In This Topic
    AddDictEntryArray Method
    In This Topic
    Adds a dictionary entry with PDF array value, does nothing if value is null, writes empty PDF array if value has no items.
    Syntax
    'Declaration
     
    Public Sub AddDictEntryArray( _
       ByVal key As PdfName, _
       ByVal ParamArray value() As IPdfObject _
    ) 
    public void AddDictEntryArray( 
       PdfName key,
       params IPdfObject[] value
    )

    Parameters

    key
    value
    See Also