←Select platform

BodyFontSize Property

Summary

Gets or sets the size of the font to use when rendering the body (content) of CSV files.

Syntax
C#
VB
C++
public int BodyFontSize { get; set; } 
Public Property BodyFontSize() As Integer 
   Get 
   Set 
public:  
   property Int32 BodyFontSize 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

The size of the font in points to use when rendering the body (content) of CSV files. The default value is 12.

Requirements

Target Platforms

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

Leadtools.Codecs Assembly