[]
Contains extension methods for the IPdfString interface, allows working with PdfString and PdfStringObject in the same way.
public static class IPdfStringExt
Converts the IPdfString object to a Unicode string.
public static string AsString(this IPdfString ps)
ps
IPdfStringReturns a value indicating whether the IPdfString is null or has zero length.
public static bool IsNullOrEmpty(this IPdfString ips)
ips
IPdfStringConverts the IPdfString object to a byte array.
public static byte[] ToArray(this IPdfString ps)
ps
IPdfString