Applies the current
PictureTrimmerValue filter to the specified image and saves the result
Bitmap to a
Stream, using the default image format (
CoreSettings.ImageArchiver.DefaultImageFormatId).
Syntax
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.
- destStream
-
The open Stream where the processed Image will be saved.
Requirements
Platforms: Windows 8, Windows 7, Windows Vista, Windows XP Professional, Windows 2000 - Windows Server family: 2012, 2008.R2, 2008, 2003, 2000
See Also