1 instantiation of NUpOption
ReachFramework (1)
PrintConfig\DocumentNUp.cs (1)
157NUpOption option = new NUpOption(baseFeature);
9 references to NUpOption
ReachFramework (9)
PrintConfig\DocumentNUp.cs (8)
94public Collection<NUpOption> NUps 132NUpOption option = baseOption as NUpOption; 157NUpOption option = new NUpOption(baseFeature); 171NUpOption option = baseOption as NUpOption; 249internal Collection<NUpOption> _nUps; 273cap._nUps = new Collection<NUpOption>();
PrintConfig\PrtCap_Public_Simple.cs (1)
821foreach (NUpOption option in _printCap.JobNUpCapability.NUps)