'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, если изображение необходимо повернуть в соответствии с информацией EXIF; в противном случае - false. Значением по умолчанию является значение свойства RotateImageAccordingToExifInfoDefaultValue.