[]
Tries to get the PDF name value with the specified index as a string.
public static bool TryGetName(this IPdfArray array, int index, out string value)
Public Shared Function TryGetName(array As IPdfArray, index As Integer, ByRef value As String) As Boolean
Type | Name | Description |
---|---|---|
IPdfArray | array | The current IPdfArray. |
int | index | The index of the value to get. |
string | value | OUT: The string value. |
Type | Description |
---|---|
bool | true if value exists and can be converted to a PDF name; otherwise false. |