VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Document Namespace / LineRemovalCommand Class / ReconnectBrokenObjects Property
Синтаксис Требования Смотрите также
В этом разделе
    ReconnectBrokenObjects Свойство (LineRemovalCommand)
    В этом разделе
    Возвращает или задает значение, указывающее, соединяет ли процесс удаления линий объекты, поврежденные после удаления пересекающихся линий.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(True)>
    <DescriptionAttribute("A value indicating whether the line removal process reconnects objects that are broken after removing of the intersecting lines.")>
    Public Property ReconnectBrokenObjects As Boolean
    
    
    [DefaultValue(True)]
    [Description("A value indicating whether the line removal process reconnects objects that are broken after removing of the intersecting lines.")]
    public bool ReconnectBrokenObjects { get; set; }
    
    
    [DefaultValue(True)]
    [Description("A value indicating whether the line removal process reconnects objects that are broken after removing of the intersecting lines.")]
    public: __property bool get_ReconnectBrokenObjects();
    public: __property void set_ReconnectBrokenObjects(
    bool value
    );
    [DefaultValue(True)]
    [Description("A value indicating whether the line removal process reconnects objects that are broken after removing of the intersecting lines.")]
    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

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