Accusoft.ImagXpress13.Net
Save(String) Method




A string value which represents the file name to save the image to.
Save the image to a given filename.
Syntax
'Declaration
 
Public Overloads Sub Save( _
   ByVal filename As String _
) 
'Usage
 
Dim instance As ImageX
Dim filename As String
 
instance.Save(filename)
public void Save( 
   string filename
)
public: void Save( 
   string* filename
) 
public:
void Save( 
   String^ filename
) 

Parameters

filename
A string value which represents the file name to save the image to.
Remarks

To save an image over the intenet, you must use SaveOptions

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

See Also

Reference

ImageX Class
ImageX Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback