Property Name
PrinterModels
Property Type
String
Description
Gets a list of printer models supported by the selected
manufacturer.
This property is read-only.
Example
Dim PerManufacturer_Models
PerManufacturer_Models = ps2.PrinterModels("Schlumberger")
Dim model_name
For Each model_name In PerManufacturer_Models
Debug.Print model_name
Next model_name
See Also