TryGetName Method (IPdfArrayExt)
In This Topic
Tries to get the PDF name value with the specified index as a string.
Syntax
'Declaration
Public Shared Function TryGetName( _
ByVal As IPdfArray, _
ByVal As System.Integer, _
ByRef As System.String _
) As System.Boolean
public static System.bool TryGetName(
IPdfArray ,
System.int ,
out System.string
)
Parameters
- array
- The current IPdfArray.
- index
- The index of the value to get.
- value
- OUT: The string value.
Return Value
true if value exists and can be converted to a PDF name; otherwise false.
See Also