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.7.0+cfcc11b476b3e1eb4320f0f37269191f64e36bd8
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