Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfDictExt Class / TryGetRefArray Method
The current dictionary.
The key identifying the array.
OUT: The array of IPdfRef.
Indicates whether to convert a single IPdfRef value to an array.

In This Topic
    TryGetRefArray Method
    In This Topic
    Tries to gets the array of IPdfRef objects associated with the specified key.
    Syntax
    'Declaration
     
    Public Shared Function TryGetRefArray( _
       ByVal dict As IPdfDict, _
       ByVal key As PdfName, _
       ByRef value() As IPdfRef, _
       Optional ByVal singleToArray As System.Boolean _
    ) As System.Boolean
    public static System.bool TryGetRefArray( 
       IPdfDict dict,
       PdfName key,
       out IPdfRef[] value,
       System.bool singleToArray
    )

    Parameters

    dict
    The current dictionary.
    key
    The key identifying the array.
    value
    OUT: The array of IPdfRef.
    singleToArray
    Indicates whether to convert a single IPdfRef value to an array.

    Return Value

    true if successful, false otherwise.
    See Also