'Declaration <DescriptionAttribute("A value indicating whether orientation of the image is determined.")> <ReadOnlyAttribute(True)> Public ReadOnly Property IsOrientationDetermined As Boolean
[Description("A value indicating whether orientation of the image is determined.")] [ReadOnly(True)] public bool IsOrientationDetermined { get; }
[Description("A value indicating whether orientation of the image is determined.")] [ReadOnly(True)] public: __property bool get_IsOrientationDetermined();
[Description("A value indicating whether orientation of the image is determined.")] [ReadOnly(True)] public:
property bool IsOrientationDetermined { bool get(); }
Property Value
true - ориентация изображения определена; false - ориентация изображения не определена.