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