20 references to PageResolutionKeys
ReachFramework (20)
PrintConfig\PageResolution.cs (18)
196if (reader.CurrentElementNameAttrValue == PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionX) 214else if (reader.CurrentElementNameAttrValue == PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionY) 232else if (reader.CurrentElementNameAttrValue == PrintSchemaTags.Keywords.PageResolutionKeys.QualitativeResolution) 237PrintSchemaTags.Keywords.PageResolutionKeys.QualityNames, 238PrintSchemaTags.Keywords.PageResolutionKeys.QualityEnums, 276return PrintSchemaTags.Keywords.PageResolutionKeys.Self; 309this._featureName = PrintSchemaTags.Keywords.PageResolutionKeys.Self; 313PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionX, 316PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionY, 319PrintSchemaTags.Keywords.PageResolutionKeys.QualitativeResolution, 321PrintSchemaTags.Keywords.PageResolutionKeys.QualityNames, 322PrintSchemaTags.Keywords.PageResolutionKeys.QualityEnums), 343return this[PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionX]; 353this[PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionX] = value; 370return this[PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionY]; 380this[PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionY] = value; 397return (PageQualitativeResolution)this[PrintSchemaTags.Keywords.PageResolutionKeys.QualitativeResolution]; 407this[PrintSchemaTags.Keywords.PageResolutionKeys.QualitativeResolution] = (int)value;
PrintConfig\PrintSchema.cs (1)
2216new MapEntry(PageResolutionKeys.Self, (int)CapabilityName.PageResolution),
PrintConfig\PrtCap_Builder.cs (1)
587new FeatureHandlersTableEntry(PrintSchemaTags.Keywords.PageResolutionKeys.Self,