ImageBuffer.SaveAsJpeg Method |
|||||||||||||||||
Saves the contents of the buffer to a JPEG compressed file to disk. | |||||||||||||||||
Syntax: | Public Sub SaveAsJpeg(Filename As String, Quality As Long) |
||||||||||||||||
|
|||||||||||||||||
Information: |
Introduced in IC Imaging Control 2.0 |
||||||||||||||||
Sample: | This example shows how to save the contents of an ImageBuffer to a file called "test.jpg": |
||||||||||||||||
See also: | ImageBuffer, ImageBuffer.SaveAsBitmap |