PrinterSettings.PrinterResolutionCollection(PrinterResolution[]) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the PrinterSettings.PrinterResolutionCollection class.
public:
PrinterResolutionCollection(cli::array <System::Drawing::Printing::PrinterResolution ^> ^ array);
public PrinterResolutionCollection (System.Drawing.Printing.PrinterResolution[] array);
new System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection : System.Drawing.Printing.PrinterResolution[] -> System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection
Public Sub New (array As PrinterResolution())
Parameters
- array
- PrinterResolution[]
An array of type PrinterResolution.