VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Document Namespace / DocumentPerspectiveCorrectionCommand Class / MaxAngleDeviation Property
Syntax Requirements SeeAlso
In This Topic
    MaxAngleDeviation Property (DocumentPerspectiveCorrectionCommand)
    In This Topic
    Gets or sets maximum angle deviation (from 90 degree) of the document image corners, measured in degrees.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(50)>
    <DescriptionAttribute("Maximum angle deviation (from 90 degree) of the document image corners, measured in degrees.")>
    Public Property MaxAngleDeviation As Double
    
    
    [DefaultValue(50)]
    [Description("Maximum angle deviation (from 90 degree) of the document image corners, measured in degrees.")]
    public double MaxAngleDeviation { get; set; }
    
    
    [DefaultValue(50)]
    [Description("Maximum angle deviation (from 90 degree) of the document image corners, measured in degrees.")]
    public: __property double get_MaxAngleDeviation();
    public: __property void set_MaxAngleDeviation(
    double value
    );
    [DefaultValue(50)]
    [Description("Maximum angle deviation (from 90 degree) of the document image corners, measured in degrees.")]
    public:
    property double MaxAngleDeviation { double get(); void set(double value); }

    Property Value

    Minimum value is 0, maximum value is 60. Default value is 50.
    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