ImageMagick.IptcProfile.IptcProfile C# (CSharp) Method

IptcProfile() public method

Initializes a new instance of the IptcProfile class.
public IptcProfile ( string fileName ) : System
fileName string The fully qualified name of the iptc profile file, or the relative /// iptc profile file name.
return System
    public IptcProfile(string fileName)
      : base("iptc", fileName)
    {
    }

Same methods

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