PrinterSettings.PaperSourceCollection(PaperSource[]) Constructor

Definitie

Initialiseert een nieuw exemplaar van de PrinterSettings.PaperSourceCollection klasse.

public:
 PaperSourceCollection(cli::array <System::Drawing::Printing::PaperSource ^> ^ array);
public PaperSourceCollection(System.Drawing.Printing.PaperSource[] array);
new System.Drawing.Printing.PrinterSettings.PaperSourceCollection : System.Drawing.Printing.PaperSource[] -> System.Drawing.Printing.PrinterSettings.PaperSourceCollection
Public Sub New (array As PaperSource())

Parameters

array
PaperSource[]

Een matrix van het type PaperSource.

Van toepassing op

Zie ook