[]
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.
public void WriteHexString(IList<byte> value, bool encrypt = true)
Public Sub WriteHexString(value As IList(Of Byte), Optional encrypt As Boolean = True)