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!

PrinterSettings.PaperSourceCollection Constructor

[To be supplied.]

[Visual Basic]
Public Sub New( _
   ByVal array() As PaperSource _
)
[C#]
public PrinterSettings.PaperSourceCollection(
   PaperSource[] array
);
[C++]
public: PrinterSettings.PaperSourceCollection(
   PaperSource* array[]
);
[JScript]
public function PrinterSettings.PaperSourceCollection(
   array : PaperSource[]
);

Parameters

array
[To be supplied.]

See Also

PrinterSettings.PaperSourceCollection Class | PrinterSettings.PaperSourceCollection Members | System.Drawing.Printing Namespace