Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfDictHolderExt Class / HasValue Method
The current PDF dictionary holder.
The key of the value to get.

In This Topic
    HasValue Method (IPdfDictHolderExt)
    In This Topic
    Checks whether the dictionary contains a value with specified key and this value is not null.
    Syntax
    'Declaration
     
    Public Shared Function HasValue( _
       ByVal pdh As IPdfDictHolder, _
       ByVal key As System.String _
    ) As System.Boolean
    public static System.bool HasValue( 
       IPdfDictHolder pdh,
       System.string key
    )

    Parameters

    pdh
    The current PDF dictionary holder.
    key
    The key of the value to get.

    Return Value

    true if value exists; false otherwise.
    See Also