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

In This Topic
    AddDictEntryString(PdfName,String) Method
    In This Topic
    Adds a dictionary entry with PDF string value. If string contains chars with code greater than 126 it encoded as unicode. The string is encrypted if an encryption specified for document.
    Syntax
    'Declaration
     
    Public Overloads Sub AddDictEntryString( _
       ByVal key As PdfName, _
       ByVal value As System.String _
    ) 
    public void AddDictEntryString( 
       PdfName key,
       System.string value
    )

    Parameters

    key
    value
    See Also