ClearImage 8 Help
SaveAs Method
See Also  Send Feedback
Inlite.ClearImageNet Namespace > ImageIO Class : SaveAs Method






bmp
Bitmap object
fileName
Name of the file
Saves 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
)
Delphi 
public procedure SaveAs( 
    bmp: Bitmap;
    fileName: String
); 
JScript 
public function SaveAs( 
   bmp : Bitmap,
   fileName : String
);
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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2007-2013. Inlite Research, Inc. All Rights Reserved.