Documents for PDF, .NET Edition Documentation
TryGetValue Method (PdfDict)

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Spec Namespace > PdfDict Class : TryGetValue Method
Syntax
'Declaration
 
Public Function TryGetValue( _
   ByVal key As System.String, _
   ByRef value As System.Object _
) As System.Boolean
public System.bool TryGetValue( 
   System.string key,
   out System.object value
)

Parameters

key
value
See Also

Reference

PdfDict Class
PdfDict Members