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

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

    Parameters

    obj
    OUT: the referenced dictionary, or null.

    Return Value

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