VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services Namespace / GetDocumentImageRotationAngleResponseParams Class / angle Property
Syntax Requirements SeeAlso
In This Topic
    angle Property (GetDocumentImageRotationAngleResponseParams)
    In This Topic
    Gets or sets the detected angle, in degrees, of a document.
    Syntax
    'Declaration
    
    Public Property angle As Double
    
    
    public double angle { get; set; }
    
    
    public: __property double get_angle();
    public: __property void set_angle(
    double value
    );
    public:
    property double angle { double get(); void set(double value); }
    Requirements

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

    See Also