Table of Contents

Class XmpDimensionsStruct

Namespace
Syncfusion.Pdf.Xmp
Assembly
Syncfusion.Pdf.Portable.dll

Dimensions structure.

public class XmpDimensionsStruct : XmpStructure
Inheritance
XmpDimensionsStruct
Inherited Members

Properties

Height

Gets or sets height.

public float Height { get; set; }

Property Value

float

StructurePrefix

Gets prefix of the structure

protected override string StructurePrefix { get; }

Property Value

string

StructureURI

Gets name pf the structure.

protected override string StructureURI { get; }

Property Value

string

Unit

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

public string Unit { get; set; }

Property Value

string

Width

Gets or sets Width.

public float Width { get; set; }

Property Value

float

Methods

InitializeEntities()

Initializes.

protected override void InitializeEntities()