Click or drag to resize

HttpPost Constructor (ImageEncoder)

Creates a new instance of HttpPost specifying the ImageEncoder to use.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public HttpPost(
	ImageEncoder encoder
)

Parameters

encoder
Type: Atalasoft.Imaging.CodecImageEncoder
The ImageEncoder to use when posting images to the server.
See Also