[]
Adds a string to the IPdfArray.
public static IPdfObject AddString(this IPdfArray array, string value)
Public Shared Function AddString(array As IPdfArray, value As String) As IPdfObject
Type | Name | Description |
---|---|---|
IPdfArray | array | The current array. |
string | value | The string. |
Type | Description |
---|---|
IPdfObject |