←Select platform

BodyFontBold Property

Summary

Gets or sets a value that indicates whether to use bold font when rendering the body content of CSV files.

Syntax
C#
C++/CLI
Python
public bool BodyFontBold { get; set; } 
public:  
   property bool BodyFontBold 
   { 
      bool get() 
      void set(bool value) 
   } 
BodyFontBold # get and set (CodecsCsvLoadOptions) 

Property Value

Value Description
true To enable using bold font when rendering the body content of CSV files
false To disable using bold font when rendering the body content of CSV files. The default value is false.
Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

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