Click or drag to resize
Pdftools logo

MetadataDictionary Class

Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfToolsMetadataDictionary

Namespace: PdfTools
Assembly: PdfTools (in PdfTools.dll) Version: 1.10.0+8a8a96de3867b60fd3fc0089ea1028db6add63f1
Syntax
C#
public class MetadataDictionary : NativeObject, 
	IDictionary<string, string>, ICollection<KeyValuePair<string, string>>, 
	IEnumerable<KeyValuePair<string, string>>, IEnumerable

The MetadataDictionary type exposes the following members.

Constructors
 NameDescription
Public methodMetadataDictionary 
Top
Properties
 NameDescription
Public propertyCount 
Public propertyIsReadOnly 
Public propertyItem 
Public propertyKeys 
Public propertyValues 
Top
Methods
 NameDescription
Public methodAdd 
Public methodClear 
Public methodContainsKey 
Public methodEquals
(Inherited from NativeObject)
Public methodGetEnumerator 
Public methodGetHashCode
(Inherited from NativeObject)
Public methodRemove 
Public methodTryGetValue 
Top
See Also