SaveJpg(String,Int64) Method

Kaliko Image Library

Kaliko.ImageLibrary
SaveJpg(String,Int64) Method
Example 





Name of the file
Compression quality setting (0-100)
Save image to file in JPG-format.
Syntax
'Declaration
 
Public Overloads Sub SaveJpg( _
   ByVal fileName As System.String, _
   ByVal quality As System.Long _
) 
'Usage
 
Dim instance As KalikoImage
Dim fileName As System.String
Dim quality As System.Long
 
instance.SaveJpg(fileName, quality)
public void SaveJpg( 
   System.string fileName,
   System.long quality
)
public procedure SaveJpg( 
    fileName: System.String;
    quality: System.Int64
); 
public function SaveJpg( 
   fileName : System.String,
   quality : System.long
);
public: void SaveJpg( 
   System.string* fileName,
   System.long quality
) 
public:
void SaveJpg( 
   System.String^ fileName,
   System.int64 quality
) 

Parameters

fileName
Name of the file
quality
Compression quality setting (0-100)
Example
// Save image to file system in jpg format with quality setting 90
image.SaveJpg(@"C:\MyImages\Output.jpg", 90);
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

This documentation was created using Document! X from Innovasys