'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether the image must be rotated according to EXIF information.")> Public Property RotateImageAccordingToExifInfo As Boolean
[DefaultValue(True)] [Description("A value indicating whether the image must be rotated according to EXIF information.")] public bool RotateImageAccordingToExifInfo { get; set; }
[DefaultValue(True)] [Description("A value indicating whether the image must be rotated according to EXIF information.")] public: __property bool get_RotateImageAccordingToExifInfo(); public: __property void set_RotateImageAccordingToExifInfo(
bool value
);
[DefaultValue(True)] [Description("A value indicating whether the image must be rotated according to EXIF information.")] 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.