[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Writer.PdfStreamWriterBase.WriteHexString

WriteHexString Method

WriteHexString(IList<byte>, bool)

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.

Declaration
public void WriteHexString(IList<byte> value, bool encrypt = true)
Public Sub WriteHexString(value As IList(Of Byte), Optional encrypt As Boolean = True)
Parameters
Type Name Description
IList<byte> value
bool encrypt