Applies the current
ImageProcessingFilter to the specified image and saves the result
Bitmap to the file system, using the default image format (
CoreSettings.ImageArchiver.DefaultImageFormatId) and the default output resolution (96 DPI).
Syntax
Visual Basic (Declaration) |
|
Public Overloads Overridable Sub SaveProcessedImageToFileSystem( _
ByVal source As Object, _
ByVal destFilePath As String _
) |
Parameters
- source
- The source image to process. Can be: a string (file path), a Stream, an array of bytes containing the image data, an Image object or a LoadedImage object.
- destFilePath
- A string that contains the name of the file to which to save the processed Image.
Requirements
Platforms: Windows 8, Windows 7, Windows Vista, Windows XP Professional, Windows 2000 - Windows Server family: 2012, 2008.R2, 2008, 2003, 2000
See Also