menu

WinForms

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

    Show / Hide Table of Contents

    Class XmpSimpleType

    Represents simple Xmp type.

    Inheritance
    System.Object
    XmpEntityBase
    XmpType
    XmpSimpleType
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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.Base.dll
    Syntax
    public class XmpSimpleType : XmpType

    Properties

    Value

    Gets or sets value of the instance.

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

    Methods

    CreateEntity()

    Creates entity in the parent.

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

    GetBool()

    Gets boolean value.

    Declaration
    protected bool GetBool()
    Returns
    Type Description
    System.Boolean

    Boolean value.

    GetDateTime()

    Gets DateTime value.

    Declaration
    protected DateTime GetDateTime()
    Returns
    Type Description
    System.DateTime

    DateTime value.

    GetInt()

    Gets int value.

    Declaration
    protected int GetInt()
    Returns
    Type Description
    System.Int32

    Int value.

    GetReal()

    Gets real value.

    Declaration
    protected float GetReal()
    Returns
    Type Description
    System.Single

    Real value.

    GetUri()

    Gets unique resource identifier value.

    Declaration
    protected Uri GetUri()
    Returns
    Type Description
    System.Uri

    Uri value.

    SetBool(Boolean)

    Sets bool value to the object.

    Declaration
    protected void SetBool(bool value)
    Parameters
    Type Name Description
    System.Boolean value

    Bool value.

    SetDateTime(DateTime)

    Sets DateTime value to the object.

    Declaration
    protected void SetDateTime(DateTime value)
    Parameters
    Type Name Description
    System.DateTime value

    DateTime value.

    SetInt(Int32)

    Sets int value to the object.

    Declaration
    protected void SetInt(int value)
    Parameters
    Type Name Description
    System.Int32 value

    Int value.

    SetReal(Single)

    Sets real value to the object.

    Declaration
    protected void SetReal(float value)
    Parameters
    Type Name Description
    System.Single value

    Real value.

    SetUri(Uri)

    Sets unique resource identifier value to the object.

    Declaration
    protected void SetUri(Uri value)
    Parameters
    Type Name Description
    System.Uri value

    Uri value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved