VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Document Namespace / DocumentPerspectiveCorrectionCommand Class / MaxAngleDeviation Property
Синтаксис Требования Смотрите также
В этом разделе
    MaxAngleDeviation Свойство (DocumentPerspectiveCorrectionCommand)
    В этом разделе
    Возвращает или задает максимальное отклонение угла (от 90 градусов) углов изображения документа, измеряемое в градусах.
    Синтаксис
    '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

    Минимальное значение - 0, максимальное значение - 60. Значение по умолчанию - 50.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также