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

Parameters

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