Click or drag to resize
ShapeSaveAsJPG Method
Saves the current Shape as a JPG file.

Namespace: Aceoffix.WordReader
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public void SaveAsJPG(
	string SaveAsFileName
)

Parameters

SaveAsFileName
Type: SystemString
If you want to save the file to the target location, you must specify the absolute path and the filename. If you want to save the file to the website folder, you should use Server.MapPath() to get the absolute path.
Remarks
Saves the current Shape as a JPG file.
See Also