ImageMagick.XmpProfile.FromXDocument C# (CSharp) Method

FromXDocument() public static method

Creates an instance from the specified IXPathNavigable.
public static FromXDocument ( System.Xml.Linq.XDocument document ) : XmpProfile
document System.Xml.Linq.XDocument A document containing the profile.
return XmpProfile
    public static XmpProfile FromXDocument(XDocument document)
    {
      return new XmpProfile(document);
    }
#endif