VintaSoft Imaging .NET SDK 14.0: 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; }
    
    
    [Description("The lines, which must be filled.")]
    public: __property System.Collections.Generic.ICollection get_Lines();
    public: __property void set_Lines(
    System.Collections.Generic.ICollection value
    );
    [Description("The lines, which must be filled.")]
    public:
    property System.Collections.Generic.ICollection Lines { System.Collections.Generic.ICollection get(); void set(System.Collections.Generic.ICollection value); }

    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: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also