HttpPost Constructor (ImageFormat) |
Creates a new instance of HttpPost specifying encoder.
Namespace:
Atalasoft.Twain
Assembly:
Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic HttpPost(
ImageFormat encoder
)
Public Sub New (
encoder As ImageFormat
)
Parameters
- encoder
- Type: System.Drawing.ImagingImageFormat
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