PrintDoc
To print the document use PrintDoc method which pops up the printer setup dialog if ShowSetupDialog property is set to true and prints the document.
Syntax
[VC++]
void PrintDoc();
[CS]
public abstract new void PrintDoc ( )
[VB]
Sub PrintDoc()