Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfRef Class / TryGetValue Method

In This Topic
    TryGetValue Method (PdfRef)
    In This Topic
    Tries to get the referenced value, returns false if a value cannot be returned.

    In the output value parameter an object of one of the following types can be returned:

    Syntax
    'Declaration
     
    Public Function TryGetValue( _
       ByRef value As System.Object _
    ) As System.Boolean
    public System.bool TryGetValue( 
       out System.object value
    )

    Parameters

    value

    Return Value

    True if the value was found, false otherwise.
    See Also