Table of Contents

Class XmpType

Namespace
Syncfusion.Pdf.Xmp
Assembly
Syncfusion.Pdf.Portable.dll

Base class for the Xmp types.

public abstract class XmpType : XmpEntityBase
Inheritance
XmpType
Derived
Inherited Members

Properties

Xmp

Gets parent XmpMetadata.

protected XmpMetadata Xmp { get; }

Property Value

XmpMetadata

Methods

CreateEntity()

Creates entity in the parent.

protected override void CreateEntity()

GetEntityXml()

Gets Xml data of the entity.

protected override XElement GetEntityXml()

Returns

XElement

XmlElement containing entity data.