VintaSoft Imaging .NET SDK 15.1: 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

<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; }

Property Value

true - orientation of the image is determined; false - orientation of the image is not determined.
Requirements

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

See Also