Click or drag to resize

FormDataCollectionAdd Method (String, AtalaImage, String)

Adds an image to the collection specifying the filename.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void Add(
	string fieldName,
	AtalaImage image,
	string fileName
)

Parameters

fieldName
Type: SystemString
The form field name used to identify this image.
image
Type: Atalasoft.ImagingAtalaImage
The AtalaImage to add.
fileName
Type: SystemString
The original filename of this image.
See Also