ImageUltimateConfigurationAutoFixOrientationEnabled Property

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.

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.7
C#
public bool AutoFixOrientationEnabled { get; set; }

Property Value

Boolean

See Also