Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 695 Bytes

File metadata and controls

23 lines (12 loc) · 695 Bytes

Pdf.CSVSettings

Properties

Name Type Description Notes
separatorCharacter String Set the separator for the columns. Choose between a comma (,), semicolon(;) and tab( ) [optional]
standardRowHeight Number Set the standard row Height. Range from 1 (lowest) to 409 (highest) [optional]
standardColumnWidth Number Set the quality factor for the resulting PDF. Range from 1 (lowest) to 255 (highest) [optional]

Enum: SeparatorCharacterEnum

  • COMMA (value: "COMMA")

  • SEMICOLON (value: "SEMICOLON")

  • TAB (value: "TAB")