ClearImageNet Send comments on this topic.
SaveAs Method
See Also 
Inlite.ClearImageNet Namespace > ImageIO Class : SaveAs Method




bmp
Bitmap object
fileName
Name of the file
Saves the bitmap to the specified file

Syntax

Visual Basic (Declaration) 
Public Sub SaveAs( _
   ByVal bmp As Bitmap, _
   ByVal fileName As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As ImageIO
Dim bmp As Bitmap
Dim fileName As String
 
instance.SaveAs(bmp, fileName)
C# 
public void SaveAs( 
   Bitmap bmp,
   string fileName
)
Managed Extensions for C++ 
public: void SaveAs( 
   Bitmap bmp,
   string* fileName
) 
C++/CLI 
public:
void SaveAs( 
   Bitmap bmp,
   String^ fileName
) 

Parameters

bmp
Bitmap object
fileName
Name of the file

Remarks

File format is derived automatically from the fileName extension.

Licensing: Requires ClearImage PDF IO license to use with PDF files.
Any ClearImage license is required for other image file formats.

See Also

Generated from assembly ClearImageNet [5.7.1.0]