HttpPost Constructor (ImageFormat) |
Creates a new instance of HttpPost specifying encoder.
Namespace:
Atalasoft.Twain
Assembly:
Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax public HttpPost(
ImageFormat encoder
)
Public Sub New (
encoder As ImageFormat
)
Parameters
- encoder
- Type: System.Drawing.Imaging.ImageFormat
The encoder to use for images that are uploaded.
Remarks This determines what type of image will be sent to the server. If an encoder is not specified, the image
will be sent as PNG.
See Also