Xamarin.iOS

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

    Show / Hide Table of Contents

    Class XmpArrayType

    Types of the xmp arrays.

    Inheritance
    System.Object
    XmpArrayType
    Namespace: Syncfusion.Pdf.Xmp
    Assembly: Syncfusion.Pdf.Portable.dll
    Syntax
    public sealed class XmpArrayType : Enum

    Fields

    Alt

    Alternative array.

    Declaration
    public const XmpArrayType Alt
    Field Value
    Type Description
    XmpArrayType

    Bag

    Unordered array.

    Declaration
    public const XmpArrayType Bag
    Field Value
    Type Description
    XmpArrayType

    Seq

    Ordered array.

    Declaration
    public const XmpArrayType Seq
    Field Value
    Type Description
    XmpArrayType

    Unknown

    Unknown array type.

    Declaration
    public const XmpArrayType Unknown
    Field Value
    Type Description
    XmpArrayType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved