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