Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfArrayExt Class / AddString Method
The current array.
The string.

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

    Parameters

    array
    The current array.
    value
    The string.
    See Also