Click or drag to resize

HttpPost Constructor (ImageEncoder, Boolean)

Creates a new instance of HttpPost specifying the ImageEncoder to use and whether or not to combine multiple images into one post.

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,
	bool combineImages
)

Parameters

encoder
Type: Atalasoft.Imaging.CodecImageEncoder
The ImageEncoder to use when posting images to the server.
combineImages
Type: SystemBoolean
Whether or not to combine multiple images into one post.
See Also