16 references to NUpKeys
ReachFramework (16)
PrintConfig\DocumentNUp.cs (12)
174
if (reader.CurrentElementNameAttrValue == PrintSchemaTags.Keywords.
NUpKeys
.PagesPerSheet)
284
return PrintSchemaTags.Keywords.
NUpKeys
.JobNUp;
391
PrintSchemaTags.Keywords.
NUpKeys
.DirectionNames,
392
PrintSchemaTags.Keywords.
NUpKeys
.DirectionEnums,
453
return PrintSchemaTags.Keywords.
NUpKeys
.PresentationDirection;
490
PrintSchemaTags.Keywords.
NUpKeys
.PagesPerSheet,
512
return this[PrintSchemaTags.Keywords.
NUpKeys
.PagesPerSheet];
522
this[PrintSchemaTags.Keywords.
NUpKeys
.PagesPerSheet] = value;
577
: base(ownerPrintTicket, PrintSchemaTags.Keywords.
NUpKeys
.JobNUp)
597
this._featureName = PrintSchemaTags.Keywords.
NUpKeys
.PresentationDirection;
603
PrintSchemaTags.Keywords.
NUpKeys
.DirectionNames,
604
PrintSchemaTags.Keywords.
NUpKeys
.DirectionEnums),
PrintConfig\PrintSchema.cs (2)
2208
new MapEntry(
NUpKeys
.JobNUp, (int)CapabilityName.JobNUp),
2228
new MapEntry(
NUpKeys
.PresentationDirection, (int)PrintSchemaSubFeatures.NUpPresentationDirection),
PrintConfig\PrtCap_Builder.cs (2)
565
new FeatureHandlersTableEntry(PrintSchemaTags.Keywords.
NUpKeys
.JobNUp,
619
new FeatureHandlersTableEntry(PrintSchemaTags.Keywords.
NUpKeys
.PresentationDirection,