1 instantiation of NUpOption
ReachFramework (1)
PrintConfig\DocumentNUp.cs (1)
154NUpOption option = new NUpOption(baseFeature);
9 references to NUpOption
ReachFramework (9)
PrintConfig\DocumentNUp.cs (8)
91public Collection<NUpOption> NUps 129NUpOption option = baseOption as NUpOption; 154NUpOption option = new NUpOption(baseFeature); 168NUpOption option = baseOption as NUpOption; 245internal Collection<NUpOption> _nUps; 270_nUps = new Collection<NUpOption>()
PrintConfig\PrtCap_Public_Simple.cs (1)
820foreach (NUpOption option in _printCap.JobNUpCapability.NUps)