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