ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFBasDict Class / Known Method
Key to test.




In This Topic
    Known Method
    In This Topic
    Tests whether a specific key is found in the specified dictionary.
    Syntax
    'Declaration
     
    Public Function Known( _
       ByVal key As ImGearPDFAtom _
    ) As Boolean
    'Usage
     
    Dim instance As ImGearPDFBasDict
    Dim key As ImGearPDFAtom
    Dim value As Boolean
     
    value = instance.Known(key)
    public bool Known( 
       ImGearPDFAtom key
    )
    public: bool Known( 
       ImGearPDFAtom* key
    ) 
    public:
    bool Known( 
       ImGearPDFAtom^ key
    ) 

    Parameters

    key
    Key to test.

    Return Value

    Boolean value.
    See Also