PdfRpt.FluentInterface.DefaultFontsBuilder.Color C# (CSharp) Method

Color() public method

Sets the default fonts color.
public Color ( Color colorValue ) : void
colorValue Color
return void
        public void Color(Color colorValue)
        {
            _pdfReport.DataBuilder.DefaultFontsColor(new BaseColor(colorValue.ToArgb()));
        }