←Select platform

HeaderFontSize Property

Summary

Gets or sets the size of the font to use when rendering the header of CSV files.

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

Property Value

The size of the font in points to use when rendering the header 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