PrintRTFData Method
|
Part | Description
|
RTFData | String expression specifying the RTF data to print. RTF data can be retrieved from an RTF box using the TextRTF property and passed to this argument to print.
|
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 how many copies to print (default is 1).
|
|
|