XmpMetadata Class

(PDF 1.4) Class for metadata attached to a PDF document or some of its parts. The metadata is of XMP (Extensible Metadata Platform) format.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.XmpMetadata

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public class XmpMetadata
VB
Public Class XmpMetadata

The XmpMetadata type exposes the following members.

Properties

  NameDescription
Public propertyBasic
Gets the XMP schema for properties that provide basic descriptive information.
Public propertyCustom
Gets the XMP schema for custom (application-defined) properties.
Public propertyDublinCore
Gets the XMP schema for a set of commonly used properties.
Public propertyMediaManagement
Gets the XMP schema for a set of properties that are primarily for use by digital asset management (DAM) systems.
Public propertyPdf
Gets the XMP schema for Adobe PDF file properties.
Public propertyRightsManagement
Gets the XMP schema that includes properties related to rights management.
Public propertySchemas
Gets the collection of XMP schemas that are not well-known to the library.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIsEqualTo(Stream)
Checks if this metadata is equal to the metadata in the specified stream.
Public methodIsEqualTo(String)
Checks if this metadata is equal to the metadata in the specified file.
Public methodIsEqualTo(XmpMetadata)
Checks if this metadata is equal to another one.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSave(Stream)
Saves this metadata to the specified stream.
Public methodSave(String)
Saves this metadata to the specified file.
Public methodShouldBeEmbedded
Checks if the metadata should be embedded when saving the document.
Public methodToString (Inherited from Object.)
Public methodUnembed
Detaches the XMP metadata embedded in the document from its catalog and clears all properties in all schemas.

See Also