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


In This Topic
    ImGearPDFBasDict Class Members
    In This Topic

    The following tables list the members exposed by ImGearPDFBasDict.

    Public Constructors
     NameDescription
    Public Constructor Initializes a new instance of the ImGearPDFBasDict class.  
    Top
    Public Methods
     NameDescription
    Public Method Gets the value of the specified key in the specified dictionary.  
    Public Method Tests whether a specific key is found in the specified dictionary.  
    Public Method Sets the value of a dictionary key, adding the key to the dictionary if it is not already present.  
    Public Method Sets the Boolean value of a dictionary key, adding the key to the dictionary if it is not already present.  
    Public Method Sets the fixed value of a dictionary key, adding the key to the dictionary if it is not already present.  
    Public Method Sets the integer value of a dictionary key, adding the key to the dictionary if it is not already present.  
    Public Method Sets the name value of a dictionary key, adding the key to the dictionary if it is not already present.  
    Public Method Removes a key-value pair from a dictionary.  
    Top
    See Also