PrinterDefinitionConfigurationPrinterSettings Property | |
Gets or sets the PrinterSettings.
Namespace:
PSI.Sox.Configuration
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax public List<PrinterSetting> PrinterSettings { get; set; }
public:
property List<PrinterSetting^>^ PrinterSettings {
List<PrinterSetting^>^ get ();
void set (List<PrinterSetting^>^ value);
}
function get_PrinterSettings();
function set_PrinterSettings(value);
Property Value
Type:
ListPrinterSettingSee Also