FormDataCollection.Add Method (String, AtalaImage) |
Adds an image to the collection.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic void Add(
string fieldName,
AtalaImage image
)
Public Sub Add (
fieldName As String,
image As AtalaImage
)
Parameters
- fieldName
- Type: System.String
The form field name used to identify the image. - image
- Type: Atalasoft.Imaging.AtalaImage
The AtalaImage to add.
See Also