VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Document Namespace / LineRemovalCommand Class / FillColor Property
Syntax Requirements SeeAlso
In This Topic
    FillColor Property (LineRemovalCommand)
    In This Topic
    Gets or sets a color for filling of lines.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A color for filling of lines.")>
    <DefaultValueAttribute(System.Drawing.Color, "0, 0, 0, 0")>
    Public Property FillColor As System.Drawing.Color
    
    
    [Description("A color for filling of lines.")]
    [DefaultValue(System.Drawing.Color, "0, 0, 0, 0")]
    public System.Drawing.Color FillColor { get; set; }
    
    
    [Description("A color for filling of lines.")]
    [DefaultValue(System.Drawing.Color, "0, 0, 0, 0")]
    public: __property System.Drawing.Color* get_FillColor();
    public: __property void set_FillColor(
    System.Drawing.Color* value
    );
    [Description("A color for filling of lines.")]
    [DefaultValue(System.Drawing.Color, "0, 0, 0, 0")]
    public:
    property System.Drawing.Color^ FillColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }

    Property Value

    Value of this property is detected automatically if FillColorAutoDetection is set to true.
    Requirements

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

    See Also