5 instantiations of PageResolution
ReachFramework (5)
PrintConfig\PrtCap_Public_Simple.cs (2)
722
resSet.Add(new
PageResolution
(option.ResolutionX,
728
resSet.Add(new
PageResolution
(option.ResolutionX,
PrintConfig\PrtTicket_Public_Simple.cs (3)
1008
return new
PageResolution
(_printTicket.PageResolution.ResolutionX,
1015
return new
PageResolution
(_printTicket.PageResolution.ResolutionX,
1022
return new
PageResolution
(_printTicket.PageResolution.QualitativeResolution);
12 references to PageResolution
ReachFramework (12)
PrintConfig\PrtCap_Public_Simple.cs (5)
702
/// Gets a read-only collection of <see cref="
PageResolution
"/> that represents the printer's
708
public ReadOnlyCollection<
PageResolution
> PageResolutionCapability
714
List<
PageResolution
> resSet = new List<
PageResolution
>();
998
private ReadOnlyCollection<
PageResolution
> _pageResolutionCap;
PrintConfig\PrtTicket_Public_Simple.cs (7)
143
/// Constructs a new instance of <see cref="
PageResolution
"/> with the specified resolution values.
155
/// Constructs a new instance of <see cref="
PageResolution
"/> with the specified resolution quality label.
166
/// Constructs a new instance of <see cref="
PageResolution
"/> with the specified resolution values
986
public
PageResolution
PageResolution
998
return (
PageResolution
)cacheObj;
1507
PageResolution
resoluton = (
PageResolution
)cacheValue;