Class XmpType
Base class for the Xmp types.
Inherited Members
      System.Object.Equals(System.Object)
    
      System.Object.Equals(System.Object, System.Object)
    
      System.Object.GetHashCode()
    
      System.Object.GetType()
    
      System.Object.MemberwiseClone()
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
      System.Object.ToString()
    
Namespace: Syncfusion.Pdf.Xmp
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public abstract class XmpType : XmpEntityBase
  Properties
Xmp
Gets parent XmpMetadata.
Declaration
protected XmpMetadata Xmp { get; }
  Property Value
| Type | 
|---|
| XmpMetadata | 
Methods
CreateEntity()
Creates entity in the parent.
Declaration
protected override void CreateEntity()
  Overrides
GetEntityXml()
Gets Xml data of the entity.
Declaration
protected override XmlElement GetEntityXml()
  Returns
| Type | Description | 
|---|---|
| System.Xml.XmlElement | XmlElement containing entity data.  |