Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Writer Namespace / PdfDocStreamWriter Class / AddDictEntryRaw Method

In This Topic
    AddDictEntryRaw Method
    In This Topic
    Adds a dictionary entry with "raw" value, passed value is written as is, each char converted to byte using (byte)value[...].
    Syntax
    'Declaration
     
    Public Sub AddDictEntryRaw( _
       ByVal key As PdfName, _
       ByVal value As System.String _
    ) 
    public void AddDictEntryRaw( 
       PdfName key,
       System.string value
    )

    Parameters

    key
    value
    See Also