VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.BasicTypes Namespace / PdfDictionary Class
Constructors Properties Methods SeeAlso
In This Topic
PdfDictionary Class Members
In This Topic
The following tables list the members exposed by PdfDictionary.
Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the PdfDictionary class.
Public Properties
 NameDescription
Public PropertyGets the number of items contained in this PdfDictionary.
Public PropertyGets the PDF document that contains this basic object. (Inherited from PdfCompoundBasicObject)
Public PropertyGets a value indicating whether this object is changed. (Inherited from PdfCompoundBasicObject)
Public PropertyGets an collection containing the keys of the dictionary.
Public PropertyGets the type of the object.
Public PropertyGets or sets the element with the specified name.
Public PropertyGets an System.Collections.Generic.ICollection object containing the values of the dictionary.
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