20 references to PageResolutionKeys
ReachFramework (20)
PrintConfig\PageResolution.cs (18)
202if (reader.CurrentElementNameAttrValue == PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionX) 221else if (reader.CurrentElementNameAttrValue == PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionY) 240else if (reader.CurrentElementNameAttrValue == PrintSchemaTags.Keywords.PageResolutionKeys.QualitativeResolution) 245PrintSchemaTags.Keywords.PageResolutionKeys.QualityNames, 246PrintSchemaTags.Keywords.PageResolutionKeys.QualityEnums, 284return PrintSchemaTags.Keywords.PageResolutionKeys.Self; 317this._featureName = PrintSchemaTags.Keywords.PageResolutionKeys.Self; 321PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionX, 324PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionY, 327PrintSchemaTags.Keywords.PageResolutionKeys.QualitativeResolution, 329PrintSchemaTags.Keywords.PageResolutionKeys.QualityNames, 330PrintSchemaTags.Keywords.PageResolutionKeys.QualityEnums), 351return this[PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionX]; 361this[PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionX] = value; 378return this[PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionY]; 388this[PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionY] = value; 405return (PageQualitativeResolution)this[PrintSchemaTags.Keywords.PageResolutionKeys.QualitativeResolution]; 415this[PrintSchemaTags.Keywords.PageResolutionKeys.QualitativeResolution] = (int)value;
PrintConfig\PrintSchema.cs (1)
2221new MapEntry(PageResolutionKeys.Self, (int)CapabilityName.PageResolution),
PrintConfig\PrtCap_Builder.cs (1)
591new FeatureHandlersTableEntry(PrintSchemaTags.Keywords.PageResolutionKeys.Self,