VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Ocr.Tesseract Namespace / AutoTesseractOcrTextOrientationCommandResult Class / AppliedRotation Property
Syntax Requirements SeeAlso
In This Topic
    AppliedRotation Property (AutoTesseractOcrTextOrientationCommandResult)
    In This Topic
    Gets the rotation applied to the image.
    Syntax
    'Declaration
    
    <ReadOnlyAttribute(True)>
    <DescriptionAttribute("The rotation applied to the image.")>
    Public ReadOnly Property AppliedRotation As Vintasoft.Imaging.ImageProcessing.Transforms.ImageRotateFlipType
    
    
    [ReadOnly(True)]
    [Description("The rotation applied to the image.")]
    public Vintasoft.Imaging.ImageProcessing.Transforms.ImageRotateFlipType AppliedRotation { get; }
    
    
    [ReadOnly(True)]
    [Description("The rotation applied to the image.")]
    public: __property Vintasoft.Imaging.ImageProcessing.Transforms.ImageRotateFlipType get_AppliedRotation();
    
    
    
    Requirements

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

    See Also