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.PrintController

Gets or sets the print controller that guides the printing process.

[Visual Basic]
Public Property PrintController As PrintController
[C#]
public PrintController PrintController {get; set;}
[C++]
public: __property PrintController* get_PrintController();
public: __property void set_PrintController(PrintController*);
[JScript]
public function get PrintController() : PrintController;
public function set PrintController(PrintController);

Property Value

The print controller that guides the printing process.

See Also

PrintDocument Class | PrintDocument Members | System.Drawing.Printing Namespace | PrintController | DefaultPageSettings | DocumentName | PrinterSettings