[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Image.ApplyExifOrientation

ApplyExifOrientation Property

ApplyExifOrientation

Gets or sets a value indicating whether the orientation specified in the image's EXIF metadata should be applied.

Declaration
public ApplyExifOrientation ApplyExifOrientation { get; set; }
Property Value
Type Description
ApplyExifOrientation

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

Remarks

If ApplyExifOrientation is set to Auto, Indicates that the EXIF orientation metadata should be applied based on the default behavior (equivalent to True).

If ApplyExifOrientation is set to True, Indicates that the EXIF orientation metadata should be applied.

If ApplyExifOrientation is set to False, Indicates that the EXIF orientation metadata should not be applied.

Examples
Image image = new Image();
image.ApplyExifOrientation = ApplyExifOrientation.Auto;