Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfDict Class / TryGetValue Method

In This Topic
    TryGetValue Method (PdfDict)
    In This Topic
    Syntax
    'Declaration
     
    Public Function TryGetValue( _
       ByVal key As PdfName, _
       ByRef value As IPdfObject _
    ) As System.Boolean
    public System.bool TryGetValue( 
       PdfName key,
       out IPdfObject value
    )

    Parameters

    key
    value
    See Also