Class XmpMetadataService
Namespace: Aurigma.DesignAtoms.ImageProcessing.Services
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class XmpMetadataService
Inheritance: System.Object -> XmpMetadataService
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseClone
Constructors
XmpMetadataService
public XmpMetadataService()
Methods
CreateXmpStringWithResolution
public string CreateXmpStringWithResolution(float resolutionX, float resolutionY)
Parameters
| Type | Name | Description |
|---|---|---|
System.Single | resolutionX | |
System.Single | resolutionY |
Returns
System.String
ExtractResolutionFromXmpString
public (float ResolutionX, float ResolutionY) ExtractResolutionFromXmpString(string xmpString, float defaultResolution)
Parameters
| Type | Name | Description |
|---|---|---|
System.String | xmpString | |
System.Single | defaultResolution |
Returns
System.ValueTuple<System.Single,System.Single>