Creates a new Metadata object with specified properties.
OptionalmetadataProperties: MetadataPropertiesThe optional settings for creating Metadata.
Creates a new Metadata object with specified properties.
An object manager that controls the lifetime of the Metadata object.
OptionalmetadataProperties: MetadataPropertiesThe optional settings for creating Metadata.
Gets or sets the list of document contributors. Maps to Dublin Core 'contributor' property.
Gets or sets the list of document contributors. Maps to Dublin Core 'contributor' property.
Gets or sets the document copyright. Maps to Dublin Core 'rights' property.
Gets or sets the document copyright. Maps to Dublin Core 'rights' property.
Gets or sets the document coverage. Maps to Dublin Core 'coverage' property.
Gets or sets the document coverage. Maps to Dublin Core 'coverage' property.
Gets or sets the creation date. Maps to XMP 'CreateDate' property. If null, the current date/time is used.
Gets or sets the creation date. Maps to XMP 'CreateDate' property. If null, the current date/time is used.
Gets or sets the list of document creators. Maps to Dublin Core 'creator' property.
Gets or sets the list of document creators. Maps to Dublin Core 'creator' property.
Gets or sets the creator tool. In PDF/A compatible documents this value should be the same as DocumentInfo.creator.
Gets or sets the creator tool. In PDF/A compatible documents this value should be the same as DocumentInfo.creator.
Gets or sets the list of document dates. Maps to Dublin Core 'date' property.
Gets or sets the list of document dates. Maps to Dublin Core 'date' property.
Gets or sets the document description. Maps to Dublin Core 'description' property.
Gets or sets the document description. Maps to Dublin Core 'description' property.
Gets the reference to the object.
Gets or sets the document identifier. Maps to Dublin Core 'identifier' property.
Gets or sets the document identifier. Maps to Dublin Core 'identifier' property.
Gets or sets the list of document keywords, or subjects. Maps to Dublin Core 'subject' property.
Gets or sets the list of document keywords, or subjects. Maps to Dublin Core 'subject' property.
Gets or sets the list of document languages. Maps to Dublin Core 'language' property.
Gets or sets the list of document languages. Maps to Dublin Core 'language' property.
Gets or sets the metadata date. Maps to XMP 'MetadataDate' property. If null, the current date/time is used.
Gets or sets the metadata date. Maps to XMP 'MetadataDate' property. If null, the current date/time is used.
Gets or sets the modification date. Maps to XMP 'ModifyDate' property. If null, the current date/time is used.
Gets or sets the modification date. Maps to XMP 'ModifyDate' property. If null, the current date/time is used.
Gets the owner ObjectManager instance.
Gets or sets the PDF/A conformance version.
Gets or sets the PDF/UA conformance version. Null indicates that the document is not PDF/UA compliant.
Gets or sets the PDF/UA conformance version. Null indicates that the document is not PDF/UA compliant.
Gets or sets the document's producer. Maps to PDF 'Producer' property.
Gets or sets the document's producer. Maps to PDF 'Producer' property.
Gets or sets the list of document publishers. Maps to Dublin Core 'publisher' property.
Gets or sets the list of document publishers. Maps to Dublin Core 'publisher' property.
Gets or sets a value indicating whether the metadata is marked as read-only.
Gets or sets a value indicating whether the metadata is marked as read-only.
Gets or sets the list of document relations. Maps to Dublin Core 'relation' property.
Gets or sets the list of document relations. Maps to Dublin Core 'relation' property.
Gets or sets the document source. Maps to Dublin Core 'source' property.
Gets or sets the document source. Maps to Dublin Core 'source' property.
Gets or sets the document's title. Maps to Dublin Core 'title' property.
Gets or sets the document's title. Maps to Dublin Core 'title' property.
Gets or sets the list of document types. Maps to Dublin Core 'type' property.
Gets or sets the list of document types. Maps to Dublin Core 'type' property.
Gets or sets the list of document custom properties.
Gets or sets the list of document custom properties.
Adds a property to metadata.
The XML namespace.
The property name.
The property value.
Detaches the object from the ObjectManager and deallocates its memory, if possible.
Rebinds the object from the current ObjectManager to the specified one.
The new ObjectManager for the object.
Represents XMP metadata associated with a PDF document.