Saves the current Shape as a JPG file.
Namespace: Aceoffix.WordReaderAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic void SaveAsJPG(
string SaveAsFileName
)
Public Sub SaveAsJPG (
SaveAsFileName As String
)
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.
RemarksSaves the current Shape as a JPG file.
See Also