VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / JpegDecodingSettings Class / RotateImageAccordingToExifInfoDefaultValue Property
Syntax Requirements SeeAlso
In This Topic
    RotateImageAccordingToExifInfoDefaultValue Property (JpegDecodingSettings)
    In This Topic
    Gets or sets the default value for RotateImageAccordingToExifInfo property.
    Syntax
    'Declaration
    
    Public Shared Property RotateImageAccordingToExifInfoDefaultValue As Boolean
    
    
    public static bool RotateImageAccordingToExifInfoDefaultValue { get; set; }
    
    
    public: __property static bool get_RotateImageAccordingToExifInfoDefaultValue();
    public: __property static void set_RotateImageAccordingToExifInfoDefaultValue(
    bool value
    );
    public:
    static property bool RotateImageAccordingToExifInfoDefaultValue { bool get(); void set(bool value); }

    Property Value

    True if image must be rotated; otherwise, false. Default value is true.
    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