20 references to PageResolutionKeys
ReachFramework (20)
PrintConfig\PageResolution.cs (18)
195if (reader.CurrentElementNameAttrValue == PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionX) 213else if (reader.CurrentElementNameAttrValue == PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionY) 231else if (reader.CurrentElementNameAttrValue == PrintSchemaTags.Keywords.PageResolutionKeys.QualitativeResolution) 236PrintSchemaTags.Keywords.PageResolutionKeys.QualityNames, 237PrintSchemaTags.Keywords.PageResolutionKeys.QualityEnums, 275return PrintSchemaTags.Keywords.PageResolutionKeys.Self; 308this._featureName = PrintSchemaTags.Keywords.PageResolutionKeys.Self; 312PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionX, 315PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionY, 318PrintSchemaTags.Keywords.PageResolutionKeys.QualitativeResolution, 320PrintSchemaTags.Keywords.PageResolutionKeys.QualityNames, 321PrintSchemaTags.Keywords.PageResolutionKeys.QualityEnums), 342return this[PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionX]; 352this[PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionX] = value; 369return this[PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionY]; 379this[PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionY] = value; 396return (PageQualitativeResolution)this[PrintSchemaTags.Keywords.PageResolutionKeys.QualitativeResolution]; 406this[PrintSchemaTags.Keywords.PageResolutionKeys.QualitativeResolution] = (int)value;
PrintConfig\PrintSchema.cs (1)
2215new MapEntry(PageResolutionKeys.Self, (int)CapabilityName.PageResolution),
PrintConfig\PrtCap_Builder.cs (1)
586new FeatureHandlersTableEntry(PrintSchemaTags.Keywords.PageResolutionKeys.Self,