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

In This Topic
    AddDictEntryRichString Method
    In This Topic
    Adds a dictionary entry with PDF rich string value, see PDF specification for details about Rich text in PDF.
    Syntax
    'Declaration
     
    Public Sub AddDictEntryRichString( _
       ByVal key As PdfName, _
       ByVal value As System.String _
    ) 
    public void AddDictEntryRichString( 
       PdfName key,
       System.string value
    )

    Parameters

    key
    value
    See Also