'Declaration Public Function Get( _ ByVal key As ImGearPDFAtom _ ) As ImGearPDFBasObj
'Usage Dim instance As ImGearPDFBasDict Dim key As ImGearPDFAtom Dim value As ImGearPDFBasObj value = instance.Get(key)
public ImGearPDFBasObj Get( ImGearPDFAtom key )
public: ImGearPDFBasObj* Get( ImGearPDFAtom* key )
public: ImGearPDFBasObj^ Get( ImGearPDFAtom^ key )
Parameters
- key
- The key to get value of.
Return Value
ImGearPDFBasObj class object.