Click or drag to resize

PdfXmlMetadataStream Class

Represents an XML metadata stream.
Inheritance Hierarchy
SystemObject
  SautinSoft.PdfPdfObject
    SautinSoft.PdfPdfXmlMetadataStream

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public sealed class PdfXmlMetadataStream : PdfObject, 
	IEnumerable<XElement>, IEnumerable

The PdfXmlMetadataStream type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of properties in this PdfXmlMetadataStream.
Public propertyIsValid Gets a value indicating whether XML of this PdfXmlMetadataStream is valid.
Public propertyItem Gets the property with the specified name.
Public propertyMetadata A value because PdfXmlMetadataStream cannot have a metadata of its own.
(Overrides PdfObjectMetadata)
Public propertyValue Gets or sets the XML text of the PdfXmlMetadataStream.
Top
Methods
 NameDescription
Public methodAdd Adds the specified property to this PdfXmlMetadataStream.
Public methodClear Removes the Metadata entry from the parent PdfObject.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodRemove Removes the property with the specified name.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodGetArray 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)
Public Extension MethodGetDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetOrAddDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Top
See Also