←Select platform

BodyFontItalic Property

Summary

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

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

Property Value

Value Description
true To use italic font when rendering the body content of CSV files
false To not use italic font when rendering the body content of CSV files. The default value is false.
Requirements

Target Platforms

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

Leadtools.Codecs Assembly

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