Class PrintDocument

PrintDocument class

Defines a reusable object that sends output to a printer, when printing from a Windows Forms application.

public class PrintDocument : Component

Constructors

NameDescription
PrintDocument()The default constructor.

Remarks

Not yet implemented. Every call will raise an NotImplementedException.

See Also