5 instantiations of PageResolution
ReachFramework (5)
PrintConfig\PrtCap_Public_Simple.cs (2)
715
resSet.Add(new
PageResolution
(option.ResolutionX,
721
resSet.Add(new
PageResolution
(option.ResolutionX,
PrintConfig\PrtTicket_Public_Simple.cs (3)
1000
return new
PageResolution
(_printTicket.PageResolution.ResolutionX,
1007
return new
PageResolution
(_printTicket.PageResolution.ResolutionX,
1014
return new
PageResolution
(_printTicket.PageResolution.QualitativeResolution);
12 references to PageResolution
ReachFramework (12)
PrintConfig\PrtCap_Public_Simple.cs (5)
695
/// Gets a read-only collection of <see cref="
PageResolution
"/> that represents the printer's
701
public ReadOnlyCollection<
PageResolution
> PageResolutionCapability
707
List<
PageResolution
> resSet = new List<
PageResolution
>();
991
private ReadOnlyCollection<
PageResolution
> _pageResolutionCap;
PrintConfig\PrtTicket_Public_Simple.cs (7)
135
/// Constructs a new instance of <see cref="
PageResolution
"/> with the specified resolution values.
147
/// Constructs a new instance of <see cref="
PageResolution
"/> with the specified resolution quality label.
158
/// Constructs a new instance of <see cref="
PageResolution
"/> with the specified resolution values
978
public
PageResolution
PageResolution
990
return (
PageResolution
)cacheObj;
1499
PageResolution
resoluton = (
PageResolution
)cacheValue;