ImageGear .NET v25.0 - Updated
Known Method




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFBasDict Class : Known Method
Key to test.
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

Reference

ImGearPDFBasDict Class
ImGearPDFBasDict Members
ImGearPDFAtom Class