VintaSoft Imaging .NET SDK 15.1: Документация для .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; }

Property Value

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

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

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