VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Document Namespace / LineFillingCommand Class / Lines Property
Syntax Remarks Requirements SeeAlso
In This Topic
Lines Property (LineFillingCommand)
In This Topic
Gets or sets the lines, which must be filled.
Syntax
'Declaration

<DescriptionAttribute("The lines, which must be filled.")>
Public Property Lines As System.Collections.Generic.ICollection

[Description("The lines, which must be filled.")]
public System.Collections.Generic.ICollection Lines { get; set; }

Property Value

Default value is null.
Remarks

In most cases this class must be used together with the LineRecognitionCommand class and the execution result of LineRecognitionCommand class (value of the Lines property) must be set as value of this property.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also