Gets or sets the document name to display (for example, in a print status dialog box or printer queue) while printing the document.
Documentation for this section has not yet been entered.
The PrintDocument.DocumentName property does not specify the file to print. Rather, you specify the output to print by handling the PrintDocument.PrintPage event. For an example, see the System.Drawing.Printing.PrintDocument class overview.