Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfRef Class / TryGetReferencedArray Method
OUT: the referenced array, or null.

In This Topic
    TryGetReferencedArray Method
    In This Topic
    Tries to get the referenced PDF array, returns false if a value cannot be returned.
    Syntax
    'Declaration
     
    Public Function TryGetReferencedArray( _
       ByRef obj As IPdfArrayHolder _
    ) As System.Boolean
    public System.bool TryGetReferencedArray( 
       out IPdfArrayHolder obj
    )

    Parameters

    obj
    OUT: the referenced array, or null.

    Return Value

    True if the referenced array was found, false otherwise.
    See Also