20 references to PageResolutionKeys
ReachFramework (20)
PrintConfig\PageResolution.cs (18)
196if (reader.CurrentElementNameAttrValue == PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionX) 215else if (reader.CurrentElementNameAttrValue == PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionY) 234else if (reader.CurrentElementNameAttrValue == PrintSchemaTags.Keywords.PageResolutionKeys.QualitativeResolution) 239PrintSchemaTags.Keywords.PageResolutionKeys.QualityNames, 240PrintSchemaTags.Keywords.PageResolutionKeys.QualityEnums, 278return PrintSchemaTags.Keywords.PageResolutionKeys.Self; 311this._featureName = PrintSchemaTags.Keywords.PageResolutionKeys.Self; 315PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionX, 318PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionY, 321PrintSchemaTags.Keywords.PageResolutionKeys.QualitativeResolution, 323PrintSchemaTags.Keywords.PageResolutionKeys.QualityNames, 324PrintSchemaTags.Keywords.PageResolutionKeys.QualityEnums), 345return this[PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionX]; 355this[PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionX] = value; 372return this[PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionY]; 382this[PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionY] = value; 399return (PageQualitativeResolution)this[PrintSchemaTags.Keywords.PageResolutionKeys.QualitativeResolution]; 409this[PrintSchemaTags.Keywords.PageResolutionKeys.QualitativeResolution] = (int)value;
PrintConfig\PrintSchema.cs (1)
2218new MapEntry(PageResolutionKeys.Self, (int)CapabilityName.PageResolution),
PrintConfig\PrtCap_Builder.cs (1)
587new FeatureHandlersTableEntry(PrintSchemaTags.Keywords.PageResolutionKeys.Self,