Click or drag to resize

TiffDecoderCorrectOrientation Property

Gets or sets a value that when true (the default) will automatically correct the image orientation by rotating and/or flipping based on the TIFF_ORIENTATION tag setting.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool CorrectOrientation { get; set; }

Property Value

Type: Boolean
Remarks
Speed can be improved when setting this value to false on large images where the orientation is a value other than 1, however the resulting image will be rotated and/or flipped. The methods ReadRegion(Stream, Rectangle, Int32, ProgressEventHandler), ReadTile(Stream, Point, Int32, ProgressEventHandler), and ReadStrip(Stream, Int32, Int32, ProgressEventHandler) ignore this setting and will never correct for orientation.
See Also