VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfLineCap Class / IsFillable Property
Syntax Remarks Requirements SeeAlso
In This Topic
    IsFillable Property (PdfLineCap)
    In This Topic
    Gets a value indicating whether this line cap is fillable.
    Syntax
    'Declaration
    
    Public ReadOnly Property IsFillable As Boolean
    
    
    public bool IsFillable { get; }
    
    
    public: __property bool get_IsFillable();
    
    
    
    public:
    property bool IsFillable { bool get(); }

    Property Value

    True - FillPath is filled using the fill brush;
    false - StrokePath is stroked using the pen.
    Default value is false.
    Remarks

    If cap is fillable, it's stroke path filled use cap fill brush.

    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