XmpWriter.ToUtf8

Does the UTF-8 encoding for a given string text.

public Byte[] ToUtf8(string text)
Function ToUtf8(text As String) As Byte()

Parameters

text
String

String representing the text to convert to UTF-8 encoding.

Returns

Byte[]

The UTF-8 encoded text, as a byte array.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

XmpWriter
ceTe.DynamicPDF.Xmp

In this topic