menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class XmpLangArray - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class XmpLangArray

    Represents Xmp Alt Lang array.

    Inheritance
    System.Object
    XmpEntityBase
    XmpType
    XmpCollection
    XmpLangArray
    Inherited Members
    XmpCollection.c_itemName
    XmpCollection.Count
    XmpCollection.GetArrayItems()
    XmpCollection.ItemsContainer
    XmpEntityBase.CheckIfExists()
    XmpEntityBase.EntityName
    XmpEntityBase.EntityNamespaceURI
    XmpEntityBase.EntityParent
    XmpEntityBase.EntityPrefix
    XmpEntityBase.Exists
    XmpEntityBase.GetSuspend()
    XmpEntityBase.Initialize()
    XmpEntityBase.SuspendInitialization
    XmpEntityBase.XmlData
    XmpType.GetEntityXml()
    XmpType.Xmp
    Namespace: Syncfusion.Pdf.Xmp
    Assembly: Syncfusion.Pdf.UWP.dll
    Syntax
    public class XmpLangArray : XmpCollection

    Properties

    ArrayType

    Gets type of the lang array.

    Declaration
    protected override XmpArrayType ArrayType { get; }
    Property Value
    Type
    XmpArrayType
    Overrides
    XmpCollection.ArrayType

    DefaultText

    Gets or sets the default text.

    Declaration
    public string DefaultText { get; set; }
    Property Value
    Type Description
    System.String

    The default text.

    Item[String]

    Gets or sets the System.String with the specified lang.

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

    value

    Methods

    Add(String, String)

    Adds item to the array.

    Declaration
    public void Add(string lang, string value)
    Parameters
    Type Name Description
    System.String lang

    Language code.

    System.String value

    Text value.

    CreateEntity()

    Creates entity in the parent.

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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved