XFA.SetFieldImage

XFA.SetFieldImage method

Sets image for XFA field.

public void SetFieldImage(string fieldName, Stream image)
ParameterTypeDescription
fieldNameStringName of the field.
imageStreamStream which contains image.

See Also