RotateImageAccordingToExifInfoDefaultValue Property (JpegDecodingSettings)
Gets or sets the default value for
RotateImageAccordingToExifInfo property.
'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
);
public:
static property bool RotateImageAccordingToExifInfoDefaultValue {
bool get();
void set(bool );
}
Property Value
True if image must be rotated; otherwise, false. Default value is true.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5