ImageMagick.IptcProfile.IptcProfile C# (CSharp) Method

IptcProfile() public method

Initializes a new instance of the IptcProfile class.
public IptcProfile ( ) : System
return System
    public IptcProfile()
      : base("iptc")
    {
    }

Same methods

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