[]
Gets the string at the specified index.
Returns defValue if the value cannot be converted to a string.
public static string GetString(this IPdfArray array, int index, string defValue)
| Type | Name | Description |
|---|---|---|
| IPdfArray | array | The current array. |
| int | index | The index of the string to return. |
| string | defValue | The default value. |
| Type | Description |
|---|---|
| string | The value at the specified index. |