Format of the file sent to the LPR daemon.
TIdLPRFileFormat = ( ffCIF, ffDVI, ffFormattedText, ffPlot, ffControlCharText, ffDitroff, ffPostScript, ffPR, ffFORTRAM, ffTroff, ffSunRaster );
TIdLPRFileFormat specifies the format of the file you are sending to the LPR daemon, or how the file is to be printed by the daemon and is used in the TIdLPRControlFile.FileFormat property.
TIdLPRFileFormat can contain one of the following values:
Value Meaning |
---------------- --------------------------------------------------
|
ffCIF CalTech Intermediate Form |
ffDVI DVI (TeX output) |
ffFormattedText add formatting as needed to text file |
ffPlot Berkeley Unix plot library |
ffControlCharText text file with control characters |
ffDitroff ditroff output |
ffPostScript Postscript output file (.PS) |
ffPR 'pr' format |
ffFORTRAM FORTRAN carriage control |
ffTroff Troff output |
ffSunRaster Sun raster format file (.RAS,.RAST,.SUN,.SR,.SCR) |
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |