←Select platform

FirstBackColor Property

Summary

Gets or sets the first background color to use when rendering the rows or columns of CSV files.

Syntax
C#
VB
C++
public RasterColor FirstBackColor { get; set; } 
Public Property FirstBackColor() As RasterColor 
   Get 
   Set 
public:  
   property RasterColor^ FirstBackColor 
   { 
      RasterColor^ get() 
      void set(RasterColor^ value) 
   } 

Property Value

The first background color to use when rendering the rows or columns of CSV files. The default value is White.

Remarks

Refer to CsvColorMode for more information.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.