NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PrintDocument Constructor

Initializes a new instance of the PrintDocument class.

[Visual Basic]
Public Sub New()
[C#]
public PrintDocument();
[C++]
public: PrintDocument();
[JScript]
public function PrintDocument();

Remarks

This constructor is typically not called directly, but rather from a the constructor of a descendant class.

Property Default Value
DocumentName document
PrintController  

See Also

PrintDocument Class | PrintDocument Members | System.Drawing.Printing Namespace