13 instantiations of PaperSourceOption
ReachFramework (13)
PrintConfig\PrintSchemaShim.cs (13)
687
{DevModePaperSources.DMBIN_UPPER, new
PaperSourceOption
("Upper", false, COMPSTUISR.IDS_CPSUI_UPPER_TRAY, null, null)},
688
{DevModePaperSources.DMBIN_LOWER, new
PaperSourceOption
("Lower", false, COMPSTUISR.IDS_CPSUI_LOWER_TRAY, null, null)},
689
{DevModePaperSources.DMBIN_MIDDLE, new
PaperSourceOption
("Middle", false, COMPSTUISR.IDS_CPSUI_MIDDLE_TRAY, null, null)},
690
{DevModePaperSources.DMBIN_MANUAL, new
PaperSourceOption
("Manual", true, COMPSTUISR.IDS_CPSUI_MANUAL_TRAY, "Manual", null)},
691
{DevModePaperSources.DMBIN_ENVELOPE, new
PaperSourceOption
("EnvelopeFeed", false, COMPSTUISR.IDS_CPSUI_ENVELOPE_TRAY, null, null)},
692
{DevModePaperSources.DMBIN_ENVMANUAL, new
PaperSourceOption
("EnvelopeFeed", false, COMPSTUISR.IDS_CPSUI_ENVMANUAL_TRAY, "Manual", null)},
693
{DevModePaperSources.DMBIN_AUTO, new
PaperSourceOption
("Auto", false, COMPSTUISR.IDS_CPSUI_DEFAULT_TRAY, null, null)},
694
{DevModePaperSources.DMBIN_TRACTOR, new
PaperSourceOption
("Tractor", true, COMPSTUISR.IDS_CPSUI_TRACTOR_TRAY, null, "Continuous")},
695
{DevModePaperSources.DMBIN_SMALLFMT, new
PaperSourceOption
("SmallFormat", false, COMPSTUISR.IDS_CPSUI_SMALLFMT_TRAY, null, null)},
696
{DevModePaperSources.DMBIN_LARGEFMT, new
PaperSourceOption
("LargeFormat", false, COMPSTUISR.IDS_CPSUI_LARGEFMT_TRAY, null, null)},
697
{DevModePaperSources.DMBIN_LARGECAPACITY, new
PaperSourceOption
("High", false, COMPSTUISR.IDS_CPSUI_LARGECAP_TRAY, null, null)},
698
{DevModePaperSources.DMBIN_CASSETTE, new
PaperSourceOption
("Cassette", true, COMPSTUISR.IDS_CPSUI_CASSETTE_TRAY, null, null)},
699
{DevModePaperSources.DMBIN_FORMSOURCE, new
PaperSourceOption
("AutoSelect", true, COMPSTUISR.IDS_CPSUI_FORMSOURCE, null, null)}
3 references to PaperSourceOption
ReachFramework (3)
PrintConfig\PrintSchemaShim.cs (3)
42
PaperSourceOption
option;
686
private static IDictionary<short,
PaperSourceOption
> paperSourceOptions = new Dictionary<short,
PaperSourceOption
>() {