ImageMagick.XmpProfile.XmpProfile C# (CSharp) Method

XmpProfile() public method

Initializes a new instance of the XmpProfile class.
public XmpProfile ( Byte data ) : System
data Byte A byte array containing the profile.
return System
    public XmpProfile(Byte[] data)
      : base("xmp", CheckTrailingNULL(data))
    {
    }

Same methods

XmpProfile::XmpProfile ( IXPathNavigable document ) : System
XmpProfile::XmpProfile ( Stream stream ) : System
XmpProfile::XmpProfile ( System.Xml.Linq.XDocument document ) : System
XmpProfile::XmpProfile ( string fileName ) : System