EncoderParameters

EncoderParameters disposable

System.Drawing.Imaging (system.drawing.dll) sealed class

This class implements a collection of EncoderParameter objects. It is used to pass a set of parameters to the Image.Save() method.

Unlike regular collection classes, you can only get or set the contents through the Param property.

 public sealed class  EncoderParameters  : IDisposable {  // Public Constructors  public  EncoderParameters  ();    public  EncoderParameters  (int  count  );  // Public Instance Properties  public EncoderParameter[ ]  Param  {set; get; }  // Public Instance Methods  public void  Dispose  ();  // implements IDisposable  } 

Returned By

System.Drawing.Image.GetEncoderParameterList()

Passed To

System.Drawing.Image.{Save() , SaveAdd()}



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net