GetString Method (IPdfArrayExt)
In This Topic
Gets the string at the specified index.
Returns if the value cannot be converted to a string.
Syntax
'Declaration
Public Shared Function GetString( _
ByVal As IPdfArray, _
ByVal As System.Integer, _
ByVal As System.String _
) As System.String
public static System.string GetString(
IPdfArray ,
System.int ,
System.string
)
Parameters
- array
- The current array.
- index
- The index of the string to return.
- defValue
- The default value.
Return Value
The value at the specified index.
See Also