[]
Converts all elements of this IPdfArray to string values, and copies the converted values to a new array of strings.
Returns null if some elements can't be converted to a string.
public static string[] AsStringArray(this IPdfArray array)
| Type | Name | Description |
|---|---|---|
| IPdfArray | array | The current array. |
| Type | Description |
|---|---|
| string[] | An array of strings containing all values from this array. |