FILECSVOPTIONS (original) (raw)
Summary
Options to use when loading CSV files.
Syntax
Members
uStructSize
Size of this structure in bytes. Use the sizeof() operator to calculate this value.
szHeaderFontName[LF_FACESIZE]
Font family name to use with the header when rendering CSV files.
bHeaderFontBold
Use bold font when rendering the header content of CSV files.
bHeaderFontItalic
Use italic font when rendering the header of CSV files.
bHeaderFontUnderLine
Use underline font when rendering the header of CSV files.
nHeaderFontSize
Size of the font to use when rendering the header of CSV files.
crHeaderFontColor
Color to use when rendering the header of CSV files.
szBodyFontName[LF_FACESIZE]
Font family name to use with the body (content) when rendering CSV files.
bBodyFontBold
Bold font when rendering the body content of CSV files.
bBodyFontItalic
Italic font when rendering the body content of CSV files.
bBodyFontUnderLine
Underlines font when rendering the body content of CSV files.
nBodyFontSize
Size of the font when rendering the body (content) of CSV files.
crBodyFontColor
Color to use when rendering the body (content) of CSV files.
crFirstBackColor
First background color when rendering the rows or columns of CSV files.
crSecondBackColor
Second background color when rendering the rows or columns of CSV files.
uColorMode
Controls what colors to use for alternating rows when rendering CSV files.
nTableCellWidth
Width of table to use when rendering CSV files.
crTableBorderColor
Color to draw the table border when rendering CSV files.
nTableBorderWidth
Table border width in pixels when rendering CSV files.
uHorizontalCellAlignment
Table border width in pixels when rendering CSV files.
uVerticalCellAlignment
Vertical alignment of the cell when rendering CSV files.
Comments
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.