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