VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Document Namespace / AutoTextOrientationCommandResult Class / IsOrientationDetermined Property
Синтаксис Требования Смотрите также
В этом разделе
    IsOrientationDetermined Свойство (AutoTextOrientationCommandResult)
    В этом разделе
    Возвращает значение, указывающее, определена ли ориентация изображения.
    Синтаксис
    '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 - ориентация изображения не определена.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также