Class XmpDimensionsStruct
Dimensions structure.
Inherited Members
Namespace: Syncfusion.Pdf.Xmp
Assembly: Syncfusion.Pdf.NET.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()