PrinterModelPrinterOptions Property | |
Gets or sets PrinterOptions model.
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public List<PrinterOption> PrinterOptions { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property List<PrinterOption^>^ PrinterOptions {
List<PrinterOption^>^ get ();
void set (List<PrinterOption^>^ value);
}
function get_PrinterOptions();
function set_PrinterOptions(value);
Property Value
Type:
ListPrinterOptionSee Also