In This Topic
Adds a string to the IPdfArray.
Syntax
'Declaration
Public Shared Function AddString( _
ByVal As IPdfArray, _
ByVal As System.String _
) As IPdfObject
public static IPdfObject AddString(
IPdfArray ,
System.string
)
Parameters
- array
- The current array.
- value
- The string.
See Also