| Pdf | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe PdfXmlMetadataStream type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Count | Gets the number of properties in this PdfXmlMetadataStream. | 
|  | IsValid | Gets a value indicating whether XML of this PdfXmlMetadataStream is valid. | 
|  | Item | Gets the property with the specified name. | 
|  | Metadata | A  value because PdfXmlMetadataStream cannot have a metadata of its own. (Overrides PdfObjectMetadata) | 
|  | Value | Gets or sets the XML text of the PdfXmlMetadataStream. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Add | Adds the specified property to this PdfXmlMetadataStream. | 
|  | Clear | Removes the Metadata entry from the parent PdfObject. | 
|  | Remove | Removes the property with the specified name. | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | GetArray | Gets the PdfArray that serves as a backing storage of the specified PdfObject or  if no PdfArray serves as a backing storage of the specified PdfObject. (Defined by PdfObjectExtensions) | 
|  | GetDictionary | Gets the PdfDictionary that serves as a backing storage of the specified PdfObject. (Defined by PdfObjectExtensions) | 
|  | GetOrAddDictionary | Gets the PdfDictionary that serves as a backing storage of the specified PdfObject. (Defined by PdfObjectExtensions) | 
 See Also
See Also