[]
Gets the PDF name at the specified index as a string.
Returns defValue if the value cannot be converted to a string.
public static string GetName(this IPdfArray array, int index, string defValue)
Public Shared Function GetName(array As IPdfArray, index As Integer, defValue As String) As String
| Type | Name | Description |
|---|---|---|
| IPdfArray | array | The current array. |
| int | index | The index of the item to return. |
| string | defValue | The default value. |
| Type | Description |
|---|---|
| string | The value at the specified index. |