VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Info Namespace / GetDocumentImageRotationAngleCommand Class / DetectBorder Property
Синтаксис Требования Смотрите также
В этом разделе
    DetectBorder Свойство (GetDocumentImageRotationAngleCommand)
    В этом разделе
    Возвращает или задает значение, указывающее, должна ли команда обнаруживать границу изображения.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(True)>
    <DescriptionAttribute("A value indicating whether the command should detect border in image.")>
    Public Property DetectBorder As Boolean
    
    
    [DefaultValue(True)]
    [Description("A value indicating whether the command should detect border in image.")]
    public bool DetectBorder { get; set; }
    
    
    [DefaultValue(True)]
    [Description("A value indicating whether the command should detect border in image.")]
    public: __property bool get_DetectBorder();
    public: __property void set_DetectBorder(
    bool value
    );
    [DefaultValue(True)]
    [Description("A value indicating whether the command should detect border in image.")]
    public:
    property bool DetectBorder { bool get(); void set(bool value); }

    Property Value

    true - команда определяет границу, очищает границу изображения и только после этого определяет угол поворота; false - команда определяет угол поворота исходного изображения. Значение по умолчанию - true.
    Требования

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

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