In The Hand LtdIn The Hand
EncoderParameter Constructor (encoder, value)
NamespacesInTheHand.Drawing.ImagingEncoderParameterEncoderParameter(Encoder, String)
.NET Components for Mobility
Initializes a new instance of the EncoderParameter class with the specified Encoder object and a character string. The string is converted to a null-terminated ASCII string before it is stored in the EncoderParameter object Sets the ValueType property to ValueTypeAscii, and sets the NumberOfValues property to the length of the ASCII string including the NULL terminator.
Declaration Syntax
C#Visual Basic
public EncoderParameter(
	Encoder encoder,
	string value
)
Public Sub New ( _
	encoder As Encoder, _
	value As String _
)
Parameters
encoder (Encoder)
An Encoder object that encapsulates the globally unique identifier of the parameter category.
value (String)
A String that specifies the value stored in the EncoderParameter object.

Assembly: InTheHand.Drawing (Module: InTheHand.Drawing) Version: 7.0.0.0