ImageUltimateConfiguration.AutoFixOrientationEnabled Property
Definition
- Namespace
- GleamTech.ImageUltimate
- Assembly
- GleamTech.ImageUltimate.dll
Gets or sets a value that specifies whether the library should fix orientation for all read images automatically. The default is true. When set to true, you don't need to call FixOrientation() method manually.
public bool AutoFixOrientationEnabled { get; set; }