VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / JpegDecodingSettings Class / RotateImageAccordingToExifInfo Property
Syntax Requirements SeeAlso
In This Topic
    RotateImageAccordingToExifInfo Property (JpegDecodingSettings)
    In This Topic
    Gets or sets a value indicating whether the image must be rotated according to EXIF information.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A value indicating whether the image must be rotated according to EXIF information.")>
    <DefaultValueAttribute(True)>
    Public Property RotateImageAccordingToExifInfo As Boolean
    
    
    [Description("A value indicating whether the image must be rotated according to EXIF information.")]
    [DefaultValue(True)]
    public bool RotateImageAccordingToExifInfo { get; set; }
    
    
    [Description("A value indicating whether the image must be rotated according to EXIF information.")]
    [DefaultValue(True)]
    public: __property bool get_RotateImageAccordingToExifInfo();
    public: __property void set_RotateImageAccordingToExifInfo(
    bool value
    );
    [Description("A value indicating whether the image must be rotated according to EXIF information.")]
    [DefaultValue(True)]
    public:
    property bool RotateImageAccordingToExifInfo { bool get(); void set(bool value); }

    Property Value

    True if image must be rotated according to EXIF information; otherwise, false. Default value is value of RotateImageAccordingToExifInfoDefaultValue property.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also