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

In This Topic
    AddDictEntryHexString Method
    In This Topic
    Adds a dictionary entry with PDF string value written as HEX string: <F1A0>
    Syntax
    'Declaration
     
    Public Sub AddDictEntryHexString( _
       ByVal key As PdfName, _
       ByVal value As System.Collections.Generic.IList(Of Byte) _
    ) 
    public void AddDictEntryHexString( 
       PdfName key,
       System.Collections.Generic.IList<byte> value
    )

    Parameters

    key
    value
    See Also