[]
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)
| Type | Name | Description |
|---|---|---|
| IList<byte> | value | |
| bool | encrypt |