1 instantiation of NUpOption
ReachFramework (1)
PrintConfig\DocumentNUp.cs (1)
163NUpOption option = new NUpOption(baseFeature);
9 references to NUpOption
ReachFramework (9)
PrintConfig\DocumentNUp.cs (8)
100public Collection<NUpOption> NUps 138NUpOption option = baseOption as NUpOption; 163NUpOption option = new NUpOption(baseFeature); 177NUpOption option = baseOption as NUpOption; 255internal Collection<NUpOption> _nUps; 279cap._nUps = new Collection<NUpOption>();
PrintConfig\PrtCap_Public_Simple.cs (1)
827foreach (NUpOption option in _printCap.JobNUpCapability.NUps)