Skip to main content

Class XmpMetadataService

Namespace: Aurigma.DesignAtoms.ImageProcessing.Services
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class XmpMetadataService

Inheritance: System.Object -> XmpMetadataService

Inherited Members

  • System.Object.ToString
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone

Constructors

XmpMetadataService

public XmpMetadataService()

Methods

CreateXmpStringWithResolution

public string CreateXmpStringWithResolution(float resolutionX, float resolutionY)
Parameters
TypeNameDescription
System.SingleresolutionX
System.SingleresolutionY
Returns

System.String

ExtractResolutionFromXmpString

public (float ResolutionX, float ResolutionY) ExtractResolutionFromXmpString(string xmpString, float defaultResolution)
Parameters
TypeNameDescription
System.StringxmpString
System.SingledefaultResolution
Returns

System.ValueTuple<System.Single,System.Single>

Was this page helpful?