VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Document Namespace / AutoTextOrientationCommandResult Class / IsOrientationDetermined Property
Syntax Requirements SeeAlso
In This Topic
    IsOrientationDetermined Property (AutoTextOrientationCommandResult)
    In This Topic
    Gets a value indicating whether orientation of the image is determined.
    Syntax
    '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 - orientation of the image is determined; false - orientation of the image is not determined.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also