VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Info Namespace / LineRecognitionCommand Class / ReconnectBrokenObjects Property
Синтаксис Требования Смотрите также
В этом разделе
    ReconnectBrokenObjects Свойство (LineRecognitionCommand)
    В этом разделе
    Возвращает или задает значение, указывающее, должна ли распознанная линия быть разделена на несколько строк, если линия пересекает другие линии или объекты.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("A value indicating whether a recognized line must be divided into several lines if line intersects other lines or objects.")>
    <DefaultValueAttribute(True)>
    Public Property ReconnectBrokenObjects As Boolean
    
    
    [Description("A value indicating whether a recognized line must be divided into several lines if line intersects other lines or objects.")]
    [DefaultValue(True)]
    public bool ReconnectBrokenObjects { get; set; }
    
    
    [Description("A value indicating whether a recognized line must be divided into several lines if line intersects other lines or objects.")]
    [DefaultValue(True)]
    public: __property bool get_ReconnectBrokenObjects();
    public: __property void set_ReconnectBrokenObjects(
    bool value
    );
    [Description("A value indicating whether a recognized line must be divided into several lines if line intersects other lines or objects.")]
    [DefaultValue(True)]
    public:
    property bool ReconnectBrokenObjects { bool get(); void set(bool value); }

    Property Value

    true - распознанная линия будет разделена на несколько строк, если линия пересекает другие линии или объекты; false - распознанная строка будет возвращена в том виде, в каком она была распознана.
    Требования

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

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