EncoderParameters Class
Encapsulates an array of EncoderParameter objects.
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() | EncoderParameters() | Initializes a new instance of the EncoderParameters class that can contain one EncoderParameter object. |
![]() | EncoderParameters(Int32) | Initializes a new instance of the EncoderParameters class that can contain the specified number of EncoderParameter objects. |
| Name | Description | |
|---|---|---|
![]() | Param | Gets or sets an array of EncoderParameter objects. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases all resources used by this EncoderParameters object. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

