menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class XmpType

    Show / Hide Table of Contents

    Class XmpType

    Base class for the Xmp types.

    Inheritance
    System.Object
    XmpEntityBase
    XmpType
    XmpCollection
    XmpSimpleType
    XmpStructure
    Inherited Members
    XmpEntityBase.Initialize()
    XmpEntityBase.CheckIfExists()
    XmpEntityBase.GetSuspend()
    XmpEntityBase.XmlData
    XmpEntityBase.Exists
    XmpEntityBase.EntityParent
    XmpEntityBase.EntityPrefix
    XmpEntityBase.EntityName
    XmpEntityBase.EntityNamespaceURI
    XmpEntityBase.SuspendInitialization
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    XmpMetadata

    Methods

    CreateEntity()

    Creates entity in the parent.

    Declaration
    protected override void CreateEntity()
    Overrides
    XmpEntityBase.CreateEntity()

    GetEntityXml()

    Gets Xml data of the entity.

    Declaration
    protected override XmlElement GetEntityXml()
    Returns
    Type Description
    System.Xml.XmlElement

    XmlElement containing entity data.

    Overrides
    XmpEntityBase.GetEntityXml()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved