![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents Namespace : DocumentMetadata Class |
The following tables list the members exposed by DocumentMetadata.
Name | Description | |
---|---|---|
![]() | DocumentMetadata Constructor | Initializes a new instance of the DocumentMetadata class with serialized data. ![]() |
Name | Description | |
---|---|---|
![]() | Comparer | Gets the IEqualityComparer that is used to determine equality of keys for the dictionary. (Inherited from System.Collections.Generic.Dictionary<string,string>) |
![]() | Count | Gets the number of key/value pairs contained in the Dictionary. (Inherited from System.Collections.Generic.Dictionary<string,string>) |
![]() | Document | Owner document of this DocumentMetadata![]() ![]() |
![]() | Item | Gets or sets the value associated with the specified key. (Inherited from System.Collections.Generic.Dictionary<string,string>) |
![]() | Keys | Gets a collection containing the keys in the Dictionary. (Inherited from System.Collections.Generic.Dictionary<string,string>) |
![]() | Values | Gets a collection containing the values in the Dictionary. (Inherited from System.Collections.Generic.Dictionary<string,string>) |
Name | Description | |
---|---|---|
![]() | Add | Adds the specified key and value to the dictionary. (Inherited from System.Collections.Generic.Dictionary<string,string>) |
![]() | Clear | Removes all keys and values from the Dictionary. (Inherited from System.Collections.Generic.Dictionary<string,string>) |
![]() | ContainsKey | Determines whether the Dictionary contains the specified key. (Inherited from System.Collections.Generic.Dictionary<string,string>) |
![]() | ContainsValue | Determines whether the Dictionary contains a specific value. (Inherited from System.Collections.Generic.Dictionary<string,string>) |
![]() | GetEnumerator | Returns an enumerator that iterates through the Dictionary. (Inherited from System.Collections.Generic.Dictionary<string,string>) |
![]() | GetObjectData | Overridden. Overrides Dictionary.GetObjectData. ![]() |
![]() | OnDeserialization | Implements the System.Runtime.Serialization.ISerializable interface and raises the deserialization event when the deserialization is complete. (Inherited from System.Collections.Generic.Dictionary<string,string>) |
![]() | Remove | Removes the value with the specified key from the Dictionary. (Inherited from System.Collections.Generic.Dictionary<string,string>) |
![]() | TryGetValue | Gets the value associated with the specified key. (Inherited from System.Collections.Generic.Dictionary<string,string>) |