Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class XmpType - Xamarin.Android API Reference | Syncfusion

    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
    Namespace: Syncfusion.Pdf.Xmp
    Assembly: Syncfusion.Pdf.Portable.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 XElement GetEntityXml()
    Returns
    Type Description
    System.Xml.Linq.XElement

    XmlElement containing entity data.

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