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.
Applies to
See also
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.