ImageMagick.IptcProfile.IptcProfile C# (CSharp) Method

IptcProfile() public method

Initializes a new instance of the IptcProfile class.
public IptcProfile ( Stream stream ) : System
stream Stream The stream to read the iptc profile from.
return System
    public IptcProfile(Stream stream)
      : base("iptc", stream)
    {
    }

Same methods

IptcProfile::IptcProfile ( ) : System
IptcProfile::IptcProfile ( byte data ) : System
IptcProfile::IptcProfile ( string fileName ) : System