5 instantiations of PageResolution
ReachFramework (5)
PrintConfig\PrtCap_Public_Simple.cs (2)
716resSet.Add(new PageResolution(option.ResolutionX, 722resSet.Add(new PageResolution(option.ResolutionX,
PrintConfig\PrtTicket_Public_Simple.cs (3)
1001return new PageResolution(_printTicket.PageResolution.ResolutionX, 1008return new PageResolution(_printTicket.PageResolution.ResolutionX, 1015return new PageResolution(_printTicket.PageResolution.QualitativeResolution);
12 references to PageResolution
ReachFramework (12)
PrintConfig\PrtCap_Public_Simple.cs (5)
696/// Gets a read-only collection of <see cref="PageResolution"/> that represents the printer's 702public ReadOnlyCollection<PageResolution> PageResolutionCapability 708List<PageResolution> resSet = new List<PageResolution>(); 992private ReadOnlyCollection<PageResolution> _pageResolutionCap;
PrintConfig\PrtTicket_Public_Simple.cs (7)
136/// Constructs a new instance of <see cref="PageResolution"/> with the specified resolution values. 148/// Constructs a new instance of <see cref="PageResolution"/> with the specified resolution quality label. 159/// Constructs a new instance of <see cref="PageResolution"/> with the specified resolution values 979public PageResolution PageResolution 991return (PageResolution)cacheObj; 1500PageResolution resoluton = (PageResolution)cacheValue;