ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfRectNote Class / FillColor Property

In This Topic
    FillColor Property (PdfRectNote)
    In This Topic
    Gets or sets the fill (background) color of the current note.

    The default fill color is yellow for text, transparent for other note types.

    Syntax
    'Declaration
     
    
    Public Property FillColor As Color
    public Color FillColor {get; set;}
    See Also