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