ImageMagick.IptcProfile.IptcProfile C# (CSharp) 메소드

IptcProfile() 공개 메소드

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.
리턴 System
    public IptcProfile(string fileName)
      : base("iptc", fileName)
    {
    }

Same methods

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