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.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax
public HttpPost(
	ImageEncoder encoder
)

Parameters

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