Class XmpDimensionsStruct
Dimensions structure.
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()
    
Namespace: Syncfusion.Pdf.Xmp
Assembly: Syncfusion.Pdf.Base.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
StructureURI
Gets name pf the structure.
Declaration
protected override string StructureURI { get; }
  Property Value
| Type | 
|---|
| System.String | 
Overrides
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()