In This Topic
Shows the standard print dialog, allowing the user to print the current document.
Syntax
'Declaration
Public Overloads Function PrintDialog() As Boolean
public bool PrintDialog()
Return Value
true if the document was printed, false otherwise.
See Also