Click here for NewsObjects Overview
PrinterName Property (Story Control)
Windows - Visual C++


Description
The PrinterName property returns or sets the default printer name used to print story.

PrinterName property is read/write.

Syntax
LPCTSTR strPrinter = GetPrinterName();
void SetPrinterName(LPCTSTR strPrinter); 

The PrinterName syntax has these parts:

Part

Description

strPrinter

LPCTSTR pointer to string representing the printer name of printer for the story.

Remarks
Function to change the printer name of the printer responsible for printing the story text.

See Also: NumCopies

Back to: Story Properties