PrintTextFile Method
|
Part | Description
|
TextFileName | String expression specifying the name of the text file to print. The text file can have any extension (except "rtf", "htm" and "html") but must be a valid text file.
|
|
FontSettings | String expression specifying the font settings to be used. The font settings has the following format: Font Name, Font Size, Bold, Italics, Underline. Example: "Arial,12,0,1,0"
|
|
DocMarginLeft | (Optional). A number specifying the left margin (in twips) of the document (default is 1440).
|
|
DocMarginTop | (Optional). A number specifying the top margin (in twips) of the document(default is 1440).
|
|
DocMarginRight | (Optional). A number specifying the right margin (in twips) of the document (default is 1440).
|
|
DocMarginBottom | (Optional). A number specifying the bottom margin (in twips) of the document (default is 1440).
|
|
PrnPaperOrientation | (Optional). A constant (number) specifying the paper orientation of the printer. See PaperOrientation Property for details.
|
|
PrnPaperSize | (Optional). A constant (number) specifying the paper size of the printer. See PaperSize Property for details.
|
|
PrnPaperBin | (Optional). A constant (number) specifying the printer paper bin to use when printing. See PaperBin Property for details.
|
|
PrnPrintQuality | (Optional). A constant (number) specifying the print quality to use when printing. See PrintQuality Property for details.
|
|
PrnCopies | (Optional). A number specifying howmany copies to print (default is 1).
|
|
|