[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ApplyExifOrientation

ApplyExifOrientation Enum

The value indicating whether the orientation specified in the image's EXIF metadata should be applied.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public enum ApplyExifOrientation

Fields

Name Description
Auto

Indicates that the EXIF orientation metadata should be applied based on the default behavior (equivalent to True).

False

Indicates that the EXIF orientation metadata should not be applied.

True

Indicates that the EXIF orientation metadata should be applied.

Extension Methods