16 references to NUpKeys
ReachFramework (16)
PrintConfig\DocumentNUp.cs (12)
183
if (reader.CurrentElementNameAttrValue == PrintSchemaTags.Keywords.
NUpKeys
.PagesPerSheet)
292
return PrintSchemaTags.Keywords.
NUpKeys
.JobNUp;
397
PrintSchemaTags.Keywords.
NUpKeys
.DirectionNames,
398
PrintSchemaTags.Keywords.
NUpKeys
.DirectionEnums,
459
return PrintSchemaTags.Keywords.
NUpKeys
.PresentationDirection;
496
PrintSchemaTags.Keywords.
NUpKeys
.PagesPerSheet,
518
return this[PrintSchemaTags.Keywords.
NUpKeys
.PagesPerSheet];
528
this[PrintSchemaTags.Keywords.
NUpKeys
.PagesPerSheet] = value;
582
: base(ownerPrintTicket, PrintSchemaTags.Keywords.
NUpKeys
.JobNUp)
602
this._featureName = PrintSchemaTags.Keywords.
NUpKeys
.PresentationDirection;
608
PrintSchemaTags.Keywords.
NUpKeys
.DirectionNames,
609
PrintSchemaTags.Keywords.
NUpKeys
.DirectionEnums),
PrintConfig\PrintSchema.cs (2)
2214
new MapEntry(
NUpKeys
.JobNUp, (int)CapabilityName.JobNUp),
2234
new MapEntry(
NUpKeys
.PresentationDirection, (int)PrintSchemaSubFeatures.NUpPresentationDirection),
PrintConfig\PrtCap_Builder.cs (2)
570
new FeatureHandlersTableEntry(PrintSchemaTags.Keywords.
NUpKeys
.JobNUp,
624
new FeatureHandlersTableEntry(PrintSchemaTags.Keywords.
NUpKeys
.PresentationDirection,