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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.