menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class CustomSchema

    Represents custom Schema.

    Inheritance
    System.Object
    XmpEntityBase
    XmpSchema
    CustomSchema
    Inherited Members
    XmpEntityBase.CheckIfExists()
    XmpEntityBase.EntityName
    XmpEntityBase.EntityNamespaceURI
    XmpEntityBase.EntityParent
    XmpEntityBase.EntityPrefix
    XmpEntityBase.Exists
    XmpEntityBase.GetSuspend()
    XmpEntityBase.Initialize()
    XmpEntityBase.SuspendInitialization
    XmpEntityBase.XmlData
    XmpSchema.CreateArray(String, XmpArrayType)
    XmpSchema.CreateEntity()
    XmpSchema.CreateLangArray(String)
    XmpSchema.CreateSimpleProperty(String)
    XmpSchema.CreateStructure(String, XmpStructureType)
    XmpSchema.CreateStructure(XmpStructureType)
    XmpSchema.GetArray(String, XmpArrayType)
    XmpSchema.GetLangArray(String)
    XmpSchema.GetSimpleProperty(String)
    XmpSchema.GetStructure(String, XmpStructureType)
    XmpSchema.Xmp
    Namespace: Syncfusion.Pdf.Xmp
    Assembly: Syncfusion.Pdf.Portable.dll
    Syntax
    public class CustomSchema : XmpSchema

    Constructors

    CustomSchema(XmpMetadata, String, String)

    Initializes a new instance of the CustomSchema class.

    Declaration
    public CustomSchema(XmpMetadata xmp, string xmlNamespace, string namespaceUri)
    Parameters
    Type Name Description
    XmpMetadata xmp

    Parent XmpMetadata.

    System.String xmlNamespace

    The XML namespace.

    System.String namespaceUri

    The namespace URI.

    Properties

    Item[String]

    Sets the xmp property.

    Declaration
    public string this[string name] { get; set; }
    Parameters
    Type Name Description
    System.String name
    Property Value
    Type
    System.String

    Name

    Gets name (URI) of the schema.

    Declaration
    protected override string Name { get; }
    Property Value
    Type
    System.String
    Overrides
    XmpSchema.Name

    Prefix

    Gets schema prefix.

    Declaration
    protected override string Prefix { get; }
    Property Value
    Type
    System.String
    Overrides
    XmpSchema.Prefix

    SchemaType

    Gets type of the schema.

    Declaration
    public override XmpSchemaType SchemaType { get; }
    Property Value
    Type
    XmpSchemaType
    Overrides
    XmpSchema.SchemaType

    Methods

    GetEntityXml()

    Gets Xml data of the entity.

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

    XmlElement containing entity data.

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