typedef struct _FILECSVOPTIONS
{
L_UINT uStructSize;
L_CHAR szHeaderFontName[LF_FACESIZE];
L_BOOL bHeaderFontBold;
L_BOOL bHeaderFontItalic;
L_BOOL bHeaderFontUnderLine;
L_INT nHeaderFontSize;
L_COLORREF crHeaderFontColor;
L_CHAR szBodyFontName[LF_FACESIZE];
L_BOOL bBodyFontBold;
L_BOOL bBodyFontItalic;
L_BOOL bBodyFontUnderLine;
L_INT nBodyFontSize;
L_COLORREF crBodyFontColor;
L_COLORREF crFirstBackColor;
L_COLORREF crSecondBackColor;
L_UINT uColorMode;
L_INT nTableCellWidth;
L_COLORREF crTableBorderColor;
L_INT nTableBorderWidth;
L_UINT uHorizontalCellAlignment;
L_UINT uVerticalCellAlignment;
} FILECSVOPTIONS, *pFILECSVOPTIONS;
Options to use when loading CSV files.
Size of this structure in bytes. Use the sizeof() operator to calculate this value.
Font family name to use with the header when rendering CSV files.
Use bold font when rendering the header content of CSV files.
Use italic font when rendering the header of CSV files.
Use underline font when rendering the header of CSV files.
Size of the font to use when rendering the header of CSV files.
Color to use when rendering the header of CSV files.
Font family name to use with the body (content) when rendering CSV files.
Bold font when rendering the body content of CSV files.
Italic font when rendering the body content of CSV files.
Underlines font when rendering the body content of CSV files.
Size of the font when rendering the body (content) of CSV files.
Color to use when rendering the body (content) of CSV files.
First background color when rendering the rows or columns of CSV files.
Second background color when rendering the rows or columns of CSV files.
Controls what colors to use for alternating rows when rendering CSV files.
Width of table to use when rendering CSV files.
Color to draw the table border when rendering CSV files.
Table border width in pixels when rendering CSV files.
Table border width in pixels when rendering CSV files.
Vertical alignment of the cell when rendering CSV files.
CSV files have no physical width or height in pixels but you can use the RASTERIZEDOCOPTIONS to control how the final document is rendered as a raster or SVG image. For more information, refer to LEADTOOLS Document Writer Formats.
LEADTOOLS renders CSV files using a table with rows and cells.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document