VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services Namespace / GetTextOrientationResponseParams Class / orientation Property
Syntax Requirements SeeAlso
In This Topic
    orientation Property (GetTextOrientationResponseParams)
    In This Topic
    Gets or sets the orthogonal orientation of the text in document image.
    Syntax
    'Declaration
    
    Public Property orientation As Vintasoft.Imaging.ImageProcessing.Info.ImageOrthogonalOrientation
    
    
    public Vintasoft.Imaging.ImageProcessing.Info.ImageOrthogonalOrientation orientation { get; set; }
    
    
    public: __property Vintasoft.Imaging.ImageProcessing.Info.ImageOrthogonalOrientation get_orientation();
    public: __property void set_orientation(
    Vintasoft.Imaging.ImageProcessing.Info.ImageOrthogonalOrientation value
    );
    public:
    property Vintasoft.Imaging.ImageProcessing.Info.ImageOrthogonalOrientation orientation { Vintasoft.Imaging.ImageProcessing.Info.ImageOrthogonalOrientation get(); void set(Vintasoft.Imaging.ImageProcessing.Info.ImageOrthogonalOrientation value); }
    Requirements

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

    See Also