ImageMagick.IptcProfile.IptcProfile C# (CSharp) Method

IptcProfile() public method

Initializes a new instance of the IptcProfile class.
public IptcProfile ( byte data ) : System
data byte The byte array to read the iptc profile from.
return System
    public IptcProfile(byte[] data)
      : base("iptc", data)
    {
    }

Same methods

IptcProfile::IptcProfile ( ) : System
IptcProfile::IptcProfile ( Stream stream ) : System
IptcProfile::IptcProfile ( string fileName ) : System