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

In This Topic
    WriteHexString Method
    In This Topic
    Writes a string as PDF HEX string, like <FF01>. Note! String is encrypted if encrypt is true and encryption is specified for the document. Note! If value is null or empty then empty '()' PDF string is written.
    Syntax
    'Declaration
     
    Public Sub WriteHexString( _
       ByVal value As System.Collections.Generic.IList(Of Byte), _
       Optional ByVal encrypt As System.Boolean _
    ) 
    public void WriteHexString( 
       System.Collections.Generic.IList<byte> value,
       System.bool encrypt
    )

    Parameters

    value
    encrypt
    See Also