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
StructurePrefix
Gets prefix of the structure
protected override string StructurePrefix { get; }
Property Value
StructureURI
Gets name pf the structure.
protected override string StructureURI { get; }
Property Value
Unit
Gets or sets units. For example: inch, mm, pixel, pica, point.
public string Unit { get; set; }
Property Value
Width
Gets or sets Width.
public float Width { get; set; }
Property Value
Methods
InitializeEntities()
Initializes.
protected override void InitializeEntities()