[]
        
(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)
Parameters
Type Name Description
IPdfArray array

The current array.

string value

The string.

Returns
Type Description
IPdfObject