Click or drag to resize

ImageHelperRotateImageByExifOrientationData Method (String, String, ImageFormat, Boolean)

Namespace:  Scilligence.MolEngine.Companion
Assembly:  Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntax
C#
public static RotateFlipType RotateImageByExifOrientationData(
	string sourceFilePath,
	string targetFilePath,
	ImageFormat targetFormat,
	bool updateExifData = true
)

Parameters

sourceFilePath
Type: SystemString
targetFilePath
Type: SystemString
targetFormat
Type: System.Drawing.ImagingImageFormat
updateExifData (Optional)
Type: SystemBoolean

Return Value

Type: RotateFlipType
See Also