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

In This Topic
    AddDictEntryName Method
    In This Topic
    Adds a dictionary entry with PDF name value, the entry is added only if value is not null and not empty.
    Syntax
    'Declaration
     
    Public Sub AddDictEntryName( _
       ByVal key As PdfName, _
       ByVal value As System.String _
    ) 
    public void AddDictEntryName( 
       PdfName key,
       System.string value
    )

    Parameters

    key
    value
    See Also