ComponentOne PDF for .NET
C1.C1Pdf Namespace / C1PdfDocument Class / IsBrushColorEmpty Method

In This Topic
    IsBrushColorEmpty Method (C1PdfDocument)
    In This Topic
    Determines whether the brush color alpha component is zero or is uninitialized.
    Syntax
    'Declaration
     
    
    Protected Function IsBrushColorEmpty() As Boolean
    protected bool IsBrushColorEmpty()

    Return Value

    True if the brush color alpha component is zero or is uninitialized; otherwise, false.
    See Also