Represents XMP metadata of the document.
Namespace: Spire.Pdf.XmpAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public class XmpMetadata : IPdfWrapper
Public Class XmpMetadata Implements IPdfWrapper
public ref class XmpMetadata : IPdfWrapper
type XmpMetadata = class interface IPdfWrapper end
Members
All Members | Constructors | Fields | Properties | Methods |
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
Member | Description | |
---|---|---|
XmpMetadata(XmlDocument) |
Initializes a new instance of the class.
| |
XmpMetadata(PdfDocumentInformation) |
Initializes a new instance of the class.
| |
Add(XmlElement) |
Adds schema to the XMP in XML format.
| |
c_dublinSchema | ||
c_pdfschema | ||
c_pdfx | ||
c_rdfPdfa | ||
c_rdfPrefix | ||
c_rdfUri | ||
c_xap | ||
c_xmlnsPrefix | ||
c_xmlnsUri | ||
c_xmlPefix | ||
c_xmlUri | ||
c_xpathRdf | ||
Equals(Object) | (Inherited from Object.) | |
Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetAllCustomProperties()()()() |
Return all custom properties if exsit; otherwise return empty Dictionary
| |
GetAuthor()()()() |
Return author if exists; otherwise return null
| |
GetCreateDate()()()() |
Return create date if exists; otherwise return default DateTime
| |
GetCreator()()()() |
Return creator if exists; otherwise return null
| |
GetCustomProperty(String) |
Return specified custom field value if exists; otherwise return null
| |
GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetKeywords()()()() |
return keywords if exists; otherwise return null
| |
GetModifyDate()()()() |
Return modify date if exists; otherwise return default DateTime
| |
GetProducer()()()() |
Return producer if exists; otherwise return null
| |
GetSubject()()()() |
Return subject if exists; otherwise return null
| |
GetTitle()()()() |
Return title if exists; otherwise return null
| |
GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
Load(XmlDocument) |
Loads XMP from the XML.
| |
MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
NamespaceManager |
Gets namespace manager of the Xmp metadata.
| |
SetAuthor(String) |
Set subject to xmpmeta; if value is null, remove the node; if the node is null, create the node
| |
SetCreateDate(DateTime) |
Set title to xmpmeta; if value is null, remove the node; if the node is null, create the node
| |
SetCreator(String) |
Set Creator to xmpmeta; if value is null, remove the node; if the node is null, create the node
| |
SetCustomProperty(String, String) |
Set custom property to xmpmeta; if value is null, remove the node; if the node is null, create the node
| |
SetKeywords(String) |
Set keywords to xmpmeta; if value is null, remove the node; if the node is null, create the node
| |
SetModifyDate(DateTime) |
Set ModifyDates to xmpmeta; if value is null, remove the node; if the node is null, create the node
| |
SetProducer(String) |
Set producer to xmpmeta; if value is null, remove the node; if the node is null, create the node
| |
SetSubject(String) |
Set subject to xmpmeta; if value is null, remove the node; if the node is null, create the node
| |
SetTitle(String) |
Set title to xmpmeta; if value is null, remove the node; if the node is null, create the node
| |
ToString()()()() | (Inherited from Object.) | |
XmlData |
Gets XMP data in XML format.
|