ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfFieldBase Class / ForeColor Property

In This Topic
    ForeColor Property (PdfFieldBase)
    In This Topic
    Gets or sets the foreground (text) color of the current PdfFieldBase.
    Syntax
    'Declaration
     
    
    Public Property ForeColor As Color
    public Color ForeColor {get; set;}
    See Also