Class XmpType
Base class for the Xmp types.
Inherited Members
Namespace: Syncfusion.Pdf.Xmp
Assembly: Syncfusion.Pdf.NET.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 XElement GetEntityXml()
Returns
Type | Description |
---|---|
System.Xml.Linq.XElement | XmlElement containing entity data. |