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

In This Topic
    AddDictEntryStringNotEmpty 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 Sub AddDictEntryStringNotEmpty( _
       ByVal key As PdfName, _
       ByVal value As System.String _
    ) 
    public void AddDictEntryStringNotEmpty( 
       PdfName key,
       System.string value
    )

    Parameters

    key
    value
    See Also