menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class XmpDimensionsStruct

    Dimensions structure.

    Inheritance
    System.Object
    XmpEntityBase
    XmpType
    XmpStructure
    XmpDimensionsStruct
    Inherited Members
    XmpEntityBase.EntityName
    XmpEntityBase.EntityNamespaceURI
    XmpEntityBase.EntityParent
    XmpEntityBase.EntityPrefix
    XmpEntityBase.Exists
    XmpEntityBase.Initialize()
    XmpEntityBase.SuspendInitialization
    XmpEntityBase.XmlData
    XmpStructure.CheckIfExists()
    XmpStructure.CreateArray(String, XmpArrayType)
    XmpStructure.CreateEntity()
    XmpStructure.CreateSimpleProperty(String)
    XmpStructure.CreateSimpleProperty(String, XNode)
    XmpStructure.CreateStructureContent()
    XmpStructure.GetArray(String, XmpArrayType)
    XmpStructure.GetEntityXml()
    XmpStructure.GetSimpleProperty(String)
    XmpStructure.GetSimpleProperty(String, XNode)
    XmpStructure.GetSuspend()
    XmpStructure.InnerXmlData
    XmpType.Xmp
    Namespace: Syncfusion.Pdf.Xmp
    Assembly: Syncfusion.Pdf.Portable.dll
    Syntax
    public class XmpDimensionsStruct : XmpStructure

    Properties

    Height

    Gets or sets height.

    Declaration
    public float Height { get; set; }
    Property Value
    Type
    System.Single

    StructurePrefix

    Gets prefix of the structure

    Declaration
    protected override string StructurePrefix { get; }
    Property Value
    Type
    System.String
    Overrides
    XmpStructure.StructurePrefix

    StructureURI

    Gets name pf the structure.

    Declaration
    protected override string StructureURI { get; }
    Property Value
    Type
    System.String
    Overrides
    XmpStructure.StructureURI

    Unit

    Gets or sets units. For example: inch, mm, pixel, pica, point.

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

    Width

    Gets or sets Width.

    Declaration
    public float Width { get; set; }
    Property Value
    Type
    System.Single

    Methods

    InitializeEntities()

    Initializes.

    Declaration
    protected override void InitializeEntities()
    Overrides
    XmpStructure.InitializeEntities()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved