[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfArrayExt.AddString

AddString Method

AddString(IPdfArray, string)

Adds a string to the IPdfArray.

Declaration
public static IPdfObject AddString(this IPdfArray array, string value)
Public Shared Function AddString(array As IPdfArray, value As String) As IPdfObject
Parameters
Type Name Description
IPdfArray array

The current array.

string value

The string.

Returns
Type Description
IPdfObject