VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.BasicTypes Namespace / PdfDictionary Class
In This Topic
PdfDictionary Class Methods
In This Topic
For a list of all methods of this type, see PdfDictionary.
Public Methods
 NameDescription
Public MethodAdds an element with the provided name and value to this dictionary.
Public MethodRemoves all elements from the dictionary.
Public MethodDetermines whether the dictionary contains an element with the specified name.
Public MethodDetermines whether the specified System.Object, is equal to this instance.
Public MethodReturns an enumerator that iterates through the collection.
Public MethodReturns a hash code for this instance.
Public MethodReturns the parent PDF object of this basic object. (Inherited from PdfBasicObject)
Public MethodRemoves the element with the specified name from the dictionary.
Public MethodReturns a System.String that represents this instance.
Public MethodReturns the value associated with the specified name.
See Also