Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfDictHolderExt Class / SetArray Method
The current PDF dictionary holder.
The key of the value to set.
The value to set.

In This Topic
    SetArray Method
    In This Topic
    Sets the IPdfArrayHolder object associated with the specified key, removes a value if value is null.
    Syntax
    'Declaration
     
    Public Shared Sub SetArray( _
       ByVal pdh As IPdfDictHolder, _
       ByVal key As System.String, _
       ByVal value As IPdfArrayHolder _
    ) 
    public static void SetArray( 
       IPdfDictHolder pdh,
       System.string key,
       IPdfArrayHolder value
    )

    Parameters

    pdh
    The current PDF dictionary holder.
    key
    The key of the value to set.
    value
    The value to set.
    See Also