ImageGear .NET v24.14 - Updated
ImGearPDFBasDict Class
Members 




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace : ImGearPDFBasDict Class
Represents basic dictionary object.
Object Model
ImGearPDFBasDict ClassImGearPDFBasObj Class
Syntax
'Declaration
 
Public NotInheritable Class ImGearPDFBasDict 
   Inherits ImGearPDFBasObj
'Usage
 
Dim instance As ImGearPDFBasDict
public sealed class ImGearPDFBasDict : ImGearPDFBasObj 
public __gc __sealed class ImGearPDFBasDict : public ImGearPDFBasObj 
public ref class ImGearPDFBasDict sealed : public ImGearPDFBasObj 
Remarks
Dictionary is an associative table containing pairs of objects, known as the dictionary's entries. The first element of each entry is the key and the second element is the value. The key must be a name. The value can be any kind of object, including another dictionary.
Inheritance Hierarchy

System.Object
   ImageGear.Formats.PDF.ImGearPDFObject
      ImageGear.Formats.PDF.ImGearPDFBasObj
         ImageGear.Formats.PDF.ImGearPDFBasDict

See Also

Reference

ImGearPDFBasDict Members
ImageGear.Formats.PDF Namespace