Accusoft.ImagXpress13.Net
Save(String,SaveOptions) Method




A string value which represents the file name to save the image to.
Save options which contain information about saving the image.
Save the image to a file giving various saving options.
Syntax
'Declaration
 
Public Overloads Sub Save( _
   ByVal filename As String, _
   ByVal saveOptions As SaveOptions _
) 
'Usage
 
Dim instance As ImageX
Dim filename As String
Dim saveOptions As SaveOptions
 
instance.Save(filename, saveOptions)
public void Save( 
   string filename,
   SaveOptions saveOptions
)
public: void Save( 
   string* filename,
   SaveOptions* saveOptions
) 
public:
void Save( 
   String^ filename,
   SaveOptions^ saveOptions
) 

Parameters

filename
A string value which represents the file name to save the image to.
saveOptions
Save options which contain information about saving the image.
Remarks

Note: PDF support is deprecated in ImagXpress, please use PDF Xpress instead for PDF support.

See Also

Reference

ImageX Class
ImageX Members
Overload List

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback