Click or drag to resize

HttpPostSetImageFormat Method (String)

Sets the image format that will be used to post the Bitmap data in the FormDataCollection.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void SetImageFormat(
	string format
)

Parameters

format
Type: SystemString
Remarks

Set the FormData property to the FormDataCollection containing images to upload. Supported GDI+ formats passed as a case insensitive string include: BMP, GIF, EMF, ICON, JPEG, JPG, PNG, TIF, TIFF, and WMF.

See the HTTP Post class in DotImage, to upload AtalaImage objects.

Examples
HttpPost Class
See Also