ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFBasDict Class
Members




In This Topic
    ImGearPDFBasDict Class
    In This Topic
    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