'Declaration <ExtensionAttribute()> Public Shared Sub SaveWithLosslessRotation( _
ByVal jpegFileTh JPEG file.As JpegFile, _
ByVal rotateFlipThe direction of rotation or flip. Supported values: RotateNoneFlipNone, Rotate90FlipNone, Rotate180FlipNone, Rotate270FlipNone, RotateNoneFlipX, RotateNoneFlipY and equivalents.As Vintasoft.Imaging.ImageProcessing.Transforms.ImageRotateFlipType, _
ByVal streamStream to save the image file.As System.IO.Stream _
)
[Extension()] public static void SaveWithLosslessRotation(
JpegFile jpegFile,
Vintasoft.Imaging.ImageProcessing.Transforms.ImageRotateFlipType rotateFlip,
System.IO.Stream stream
)
[Extension()] public: static void SaveWithLosslessRotation(
JpegFile* jpegFile,
Vintasoft.Imaging.ImageProcessing.Transforms.ImageRotateFlipType rotateFlip,
System.IO.Stream* stream
)
[Extension()] public:
static void SaveWithLosslessRotation(
JpegFile^ jpegFile,
Vintasoft.Imaging.ImageProcessing.Transforms.ImageRotateFlipType rotateFlip,
System.IO.Stream^ stream
)
Parameters
- jpegFile
- Th JPEG file.
- rotateFlip
- The direction of rotation or flip. Supported values: RotateNoneFlipNone, Rotate90FlipNone, Rotate180FlipNone, Rotate270FlipNone, RotateNoneFlipX, RotateNoneFlipY and equivalents.
- stream
- Stream to save the image file.